Skip to content

Commit bb62e63

Browse files
committed
Fresh packages update
1 parent 261bce0 commit bb62e63

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Provider/src/EntityFramework.Firebird.Tests/EntityFramework.Firebird.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<None Remove="app.config" />
1616
</ItemGroup>
1717
<ItemGroup>
18-
<PackageReference Include="NUnit" Version="3.12.0" />
19-
<PackageReference Include="NUnitLite" Version="3.12.0" />
18+
<PackageReference Include="NUnit" Version="3.13.1" />
19+
<PackageReference Include="NUnitLite" Version="3.13.1" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<StartupObject>FirebirdSql.Data.TestsBase.Program</StartupObject>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReference Include="NUnit" Version="3.12.0" />
16-
<PackageReference Include="NUnitLite" Version="3.12.0" />
15+
<PackageReference Include="NUnit" Version="3.13.1" />
16+
<PackageReference Include="NUnitLite" Version="3.13.1" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<AssemblyOriginatorKeyFile>..\FirebirdSql.Data.TestsBase\FirebirdSql.Data.TestsBase.snk</AssemblyOriginatorKeyFile>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="5.0.3" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="5.0.4" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
1515
<PackageReference Include="xunit" Version="2.4.1" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1717
<PrivateAssets>all</PrivateAssets>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<StartupObject>FirebirdSql.Data.TestsBase.Program</StartupObject>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReference Include="NUnit" Version="3.12.0" />
16-
<PackageReference Include="NUnitLite" Version="3.12.0" />
15+
<PackageReference Include="NUnit" Version="3.13.1" />
16+
<PackageReference Include="NUnitLite" Version="3.13.1" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

Provider/src/FirebirdSql.EntityFrameworkCore.Firebird/FirebirdSql.EntityFrameworkCore.Firebird.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<None Include="..\..\..\firebird-logo.png" Pack="true" PackagePath="" />
3030
</ItemGroup>
3131
<ItemGroup>
32-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.3" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.3" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.4" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.4" />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

0 commit comments

Comments
 (0)