Skip to content

Commit 6e4650a

Browse files
committed
Update package versions in test project
Updated the version of the `Microsoft.EntityFrameworkCore.InMemory` package from `9.0.5` to `9.0.6`. Updated the version of the `Microsoft.NET.Test.Sdk` package from `17.14.0` to `17.14.1`. Updated the version of the `xunit.runner.visualstudio` package from `3.1.0` to `3.1.1`.
1 parent c9a69d6 commit 6e4650a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.5" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.6" />
14+
<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.0">
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)