Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e439935

Browse files
Update testing packages.
1 parent c481620 commit e439935

File tree

4 files changed

+28
-13
lines changed

4 files changed

+28
-13
lines changed

‎src/EntityFramework.Firebird.Tests/EntityFramework.Firebird.Tests.csproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@
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" />

‎src/FirebirdSql.Data.FirebirdClient.Tests/FirebirdSql.Data.FirebirdClient.Tests.csproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
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" />

‎src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

‎src/FirebirdSql.EntityFrameworkCore.Firebird.Tests/FirebirdSql.EntityFrameworkCore.Firebird.Tests.csproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
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" />

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /