Skip to content

Commit d79f1db

Browse files
committed
Update NuGet package versions in test project
Updated the `Microsoft.EntityFrameworkCore.InMemory` package from version `9.0.6` to `9.0.7` to incorporate potential bug fixes or improvements. Also updated the `xunit.runner.visualstudio` package from version `3.1.1` to `3.1.3` to ensure compatibility and leverage any enhancements in the newer version.
1 parent 8c1a315 commit d79f1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
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" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)