Skip to content

Commit d43aa1b

Browse files
committed
Update EF Core packages to version 9.0.6
Updated the `Microsoft.EntityFrameworkCore` and `Microsoft.EntityFrameworkCore.Tools` package versions from `9.0.5` to `9.0.6` in the project file `ClassLibrary.EFCore.csproj`.
1 parent 6e4650a commit d43aa1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.5" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)