We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b05816 commit bfd0a05Copy full SHA for bfd0a05
test/UnitTest/UnitTest.csproj
@@ -2,10 +2,10 @@
2
3
<ItemGroup>
4
<PackageReference Include="bunit" Version="1.*" />
5
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.*" />
6
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
7
<PackageReference Include="xunit" Version="2.*" />
8
- <PackageReference Include="xunit.runner.visualstudio" Version="2.*">
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.*">
9
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
10
<PrivateAssets>all</PrivateAssets>
11
</PackageReference>
0 commit comments