Skip to content

Commit 3f1fa24

Browse files
committed
Update EFCore packages.
1 parent 49df763 commit 3f1fa24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AssemblyOriginatorKeyFile>..\FirebirdSql.Data.TestsBase\FirebirdSql.Data.TestsBase.snk</AssemblyOriginatorKeyFile>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="6.0.2" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="6.0.11" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1515
<PackageReference Include="xunit" Version="2.4.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

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="6.0.2" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.2" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.11" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.11" />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

0 commit comments

Comments
 (0)