File tree 4 files changed +28
-13
lines changed
EntityFramework.Firebird.Tests
FirebirdSql.Data.FirebirdClient.Tests
FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests
FirebirdSql.EntityFrameworkCore.Firebird.Tests
4 files changed +28
-13
lines changed Original file line number Diff line number Diff line change 11
11
<OutputType >Exe</OutputType >
12
12
<StartupObject >FirebirdSql.Data.TestsBase.Program</StartupObject >
13
13
</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 >
14
19
<ItemGroup Condition =" '$(TargetFramework)'=='net8.0'" >
15
20
<!-- left in repo as an example/documentation for .NET Framework -->
16
21
<None Remove =" app.config" />
17
22
</ItemGroup >
18
23
<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 " />
23
28
</ItemGroup >
24
29
<ItemGroup >
25
30
<ProjectReference Include =" ..\EntityFramework.Firebird\EntityFramework.Firebird.csproj" />
Original file line number Diff line number Diff line change 12
12
<StartupObject >FirebirdSql.Data.TestsBase.Program</StartupObject >
13
13
</PropertyGroup >
14
14
<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" />
19
24
</ItemGroup >
20
25
<ItemGroup >
21
26
<ProjectReference Include =" ..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
<ItemGroup >
14
14
<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 " />
16
16
<PackageReference Include =" xunit" Version =" 2.4.2" />
17
17
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
18
18
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 12
12
<StartupObject >FirebirdSql.Data.TestsBase.Program</StartupObject >
13
13
</PropertyGroup >
14
14
<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" />
19
24
</ItemGroup >
20
25
<ItemGroup >
21
26
<ProjectReference Include =" ..\FirebirdSql.EntityFrameworkCore.Firebird\FirebirdSql.EntityFrameworkCore.Firebird.csproj" />
You can’t perform that action at this time.
0 commit comments