File tree Expand file tree Collapse file tree
EFCore.PG.Design.FunctionalTests
EFCore.PG.FunctionalTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616before_script :
1717 - dotnet restore -v Minimal
1818script :
19- - cd test/EFCore.PG.Tests && dotnet xunit && cd ../../
20- - cd test/EFCore.PG.FunctionalTests && dotnet xunit && cd ../../
21- - cd test/EFCore.PG.Design.FunctionalTests && dotnet xunit && cd ../../
19+ - cd test/EFCore.PG.Tests && dotnet xunit -framework netcoreapp2.0 && cd ../../
20+ - cd test/EFCore.PG.FunctionalTests && dotnet xunit -framework netcoreapp2.0 && cd ../../
21+ - cd test/EFCore.PG.Design.FunctionalTests && dotnet xunit -framework netcoreapp2.0 && cd ../../
2222
2323cache :
2424 directories :
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4+ <VersionPrefix >2.0.0</VersionPrefix >
45 <TargetFrameworks >netstandard2.0</TargetFrameworks >
56 <AssemblyName >Npgsql.EntityFrameworkCore.PostgreSQL</AssemblyName >
67 <RootNamespace >Microsoft.EntityFrameworkCore</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > netcoreapp2.0</TargetFramework >
4+ <TargetFrameworks >net461; netcoreapp2.0</TargetFrameworks >
55 <PreserveCompilationContext >true</PreserveCompilationContext >
66 <AssemblyName >Npgsql.EntityFrameworkCore.PostgreSQL.Design.FunctionalTests</AssemblyName >
77 <RootNamespace >Npgsql.EntityFrameworkCore.PostgreSQL.Design.FunctionalTests</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > netcoreapp2.0</TargetFramework >
4+ <TargetFrameworks >net461; netcoreapp2.0</TargetFrameworks >
55 <AssemblyName >Npgsql.EntityFrameworkCore.PostgreSQL.FunctionalTests</AssemblyName >
66 <RootNamespace >Npgsql.EntityFrameworkCore.PostgreSQL.FunctionalTests</RootNamespace >
77 <NoWarn >xUnit1004;xUnit1013</NoWarn >
2424 <ItemGroup >
2525 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0-*" />
2626 <PackageReference Include =" xunit.core" Version =" 2.3.0-*" />
27+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.0-*" />
2728 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 2.0.0" />
2829 <PackageReference Include =" Microsoft.EntityFrameworkCore.Specification.Tests" Version =" 2.0.0" />
2930 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 2.0.0" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > netcoreapp2.0</TargetFramework >
4+ <TargetFrameworks >net461; netcoreapp2.0</TargetFrameworks >
55 <AssemblyName >Npgsql.EntityFrameworkCore.PostgreSQL.Tests</AssemblyName >
66 <RootNamespace >Npgsql.EntityFrameworkCore.PostgreSQL.Tests</RootNamespace >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments