Skip to content

Commit b5875ec

Browse files
committed
Update EF Core packages to version 9.0.4
Updated the `Microsoft.EntityFrameworkCore.InMemory`, `Microsoft.EntityFrameworkCore`, and `Microsoft.EntityFrameworkCore.Tools` packages from version `9.0.3` to `9.0.4` in the respective project files.
1 parent 3a7eb2b commit b5875ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ClassLibrary.EFCore.Tests/ClassLibrary.EFCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Bogus" Version="35.6.2" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.3" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.4" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">

src/ClassLibrary.EFCore/ClassLibrary.EFCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.3">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.4" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.4">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)