Skip to content

Commit 13e1105

Browse files
committed
Update test project dependencies
Updated the following dependencies in `ClassLibrary.EFCore.Tests.csproj`: - `Bogus` updated from `35.6.3` to `35.6.4` - `Microsoft.EntityFrameworkCore.InMemory` updated from `9.0.7` to `9.0.9` - `Microsoft.NET.Test.Sdk` updated from `17.14.1` to `18.0.0` - `xunit.runner.visualstudio` updated from `3.1.3` to `3.1.5` These updates ensure the project uses the latest versions of libraries and tools.
1 parent 1777014 commit 13e1105

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Bogus" Version="35.6.3" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.7" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
12+
<PackageReference Include="Bogus" Version="35.6.4" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.9" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3">
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)