Skip to content

Commit 990af82

Browse files
committed
Update EF Core package versions to 9.0.10
Updated `Microsoft.EntityFrameworkCore.InMemory` in `ClassLibrary.EFCore.Tests.csproj` to version 9.0.10. Updated `Microsoft.EntityFrameworkCore` and `Microsoft.EntityFrameworkCore.Tools` in `ClassLibrary.EFCore.csproj` to version 9.0.10. These updates ensure the project uses the latest versions, which may include bug fixes, performance improvements, or new features.
1 parent 13e1105 commit 990af82

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.4" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.9" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.10" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

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

0 commit comments

Comments
 (0)