Skip to content

Commit 8d20a1c

Browse files
committed
Updated packages
1 parent 284ce69 commit 8d20a1c

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.13.1" />
19-
<PackageReference Include="NUnitLite" Version="3.13.1" />
18+
<PackageReference Include="NUnit" Version="3.13.2" />
19+
<PackageReference Include="NUnitLite" Version="3.13.2" />
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.13.1" />
16-
<PackageReference Include="NUnitLite" Version="3.13.1" />
15+
<PackageReference Include="NUnit" Version="3.13.2" />
16+
<PackageReference Include="NUnitLite" Version="3.13.2" />
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.4" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="5.0.9" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
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.13.1" />
16-
<PackageReference Include="NUnitLite" Version="3.13.1" />
15+
<PackageReference Include="NUnit" Version="3.13.2" />
16+
<PackageReference Include="NUnitLite" Version="3.13.2" />
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.4" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.4" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.9" />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

Provider/src/Perf/Perf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<SkipSourceLink>true</SkipSourceLink>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
8+
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)