File tree Expand file tree Collapse file tree 4 files changed +28
-13
lines changed
EntityFramework.Firebird.Tests
FirebirdSql.Data.FirebirdClient.Tests
FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests
FirebirdSql.EntityFrameworkCore.Firebird.Tests Expand file tree Collapse file tree 4 files changed +28
-13
lines changed Original file line number Diff line number Diff line change 1111 <OutputType >Exe</OutputType >
1212 <StartupObject >FirebirdSql.Data.TestsBase.Program</StartupObject >
1313 </PropertyGroup >
14+ <ItemGroup >
15+ <Using Include =" NUnit.Framework.Legacy.ClassicAssert" Alias =" Assert" />
16+ <Using Include =" NUnit.Framework.Legacy.CollectionAssert" Alias =" CollectionAssert" />
17+ <Using Include =" NUnit.Framework.Legacy.StringAssert" Alias =" StringAssert" />
18+ </ItemGroup >
1419 <ItemGroup Condition =" '$(TargetFramework)'=='net8.0'" >
1520 <!-- left in repo as an example/documentation for .NET Framework -->
1621 <None Remove =" app.config" />
1722 </ItemGroup >
1823 <ItemGroup >
19- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3 " />
20- <PackageReference Include =" NUnit" Version =" 3.13.3 " />
21- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5 .0" />
22- <PackageReference Include =" NUnitLite" Version =" 3.13.3 " />
24+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
25+ <PackageReference Include =" NUnit" Version =" 4.2.2 " />
26+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6 .0" />
27+ <PackageReference Include =" NUnitLite" Version =" 4.2.2 " />
2328 </ItemGroup >
2429 <ItemGroup >
2530 <ProjectReference Include =" ..\EntityFramework.Firebird\EntityFramework.Firebird.csproj" />
Original file line number Diff line number Diff line change 1212 <StartupObject >FirebirdSql.Data.TestsBase.Program</StartupObject >
1313 </PropertyGroup >
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
16- <PackageReference Include =" NUnit" Version =" 3.13.3" />
17- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
18- <PackageReference Include =" NUnitLite" Version =" 3.13.3" />
15+ <Using Include =" NUnit.Framework.Legacy.ClassicAssert" Alias =" Assert" />
16+ <Using Include =" NUnit.Framework.Legacy.CollectionAssert" Alias =" CollectionAssert" />
17+ <Using Include =" NUnit.Framework.Legacy.StringAssert" Alias =" StringAssert" />
18+ </ItemGroup >
19+ <ItemGroup >
20+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
21+ <PackageReference Include =" NUnit" Version =" 4.2.2" />
22+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" />
23+ <PackageReference Include =" NUnitLite" Version =" 4.2.2" />
1924 </ItemGroup >
2025 <ItemGroup >
2126 <ProjectReference Include =" ..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313 <ItemGroup >
1414 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version =" $(EFCoreReferencePackageVersion)" />
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3 " />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
1616 <PackageReference Include =" xunit" Version =" 2.4.2" />
1717 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
1818 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 1212 <StartupObject >FirebirdSql.Data.TestsBase.Program</StartupObject >
1313 </PropertyGroup >
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
16- <PackageReference Include =" NUnit" Version =" 3.13.3" />
17- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
18- <PackageReference Include =" NUnitLite" Version =" 3.13.3" />
15+ <Using Include =" NUnit.Framework.Legacy.ClassicAssert" Alias =" Assert" />
16+ <Using Include =" NUnit.Framework.Legacy.CollectionAssert" Alias =" CollectionAssert" />
17+ <Using Include =" NUnit.Framework.Legacy.StringAssert" Alias =" StringAssert" />
18+ </ItemGroup >
19+ <ItemGroup >
20+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
21+ <PackageReference Include =" NUnit" Version =" 4.2.2" />
22+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" />
23+ <PackageReference Include =" NUnitLite" Version =" 4.2.2" />
1924 </ItemGroup >
2025 <ItemGroup >
2126 <ProjectReference Include =" ..\FirebirdSql.EntityFrameworkCore.Firebird\FirebirdSql.EntityFrameworkCore.Firebird.csproj" />
You can’t perform that action at this time.
0 commit comments