Skip to content

Commit 3967a3f

Browse files
committed
Update EF Core InMemory package version
Updated the `Microsoft.EntityFrameworkCore.InMemory` package from version `9.0.6` to `9.0.7` in the `ClassLibrary.EFCore.Tests.csproj` file.
1 parent d67bc1d commit 3967a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.7" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">

0 commit comments

Comments
 (0)