Skip to content

Commit 41bfe38

Browse files
committed
NuGets refresh.
1 parent 1102f38 commit 41bfe38

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
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="3.1.8" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="3.1.10" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
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/FirebirdSql.EntityFrameworkCore.Firebird.csproj

Lines changed: 2 additions & 2 deletions
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="3.1.8" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.8" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.10" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.10" />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

Provider/src/Perf/Perf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</ItemGroup>
2020

2121
<ItemGroup Condition="$(Configuration.EndsWith('NuGet'))">
22-
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="7.0.0" />
22+
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="7.5.0" />
2323
</ItemGroup>
2424
</Project>

0 commit comments

Comments
 (0)