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 f662354 commit 6717bd7Copy full SHA for 6717bd7
tests/bunit.web.query.tests/bunit.web.query.tests.csproj
@@ -13,9 +13,8 @@
13
</ItemGroup>
14
15
<ItemGroup>
16
- <PackageReference Include="xunit" Version="2.8.1" />
17
- <!-- DO NOT UPGRADE TO versions > 2.4.5 as they do not support .net5 or older -->
18
- <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
+ <PackageReference Include="xunit" Version="2.7.0" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
19
<PrivateAssets>all</PrivateAssets>
20
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
21
<NoWarn>NU1701</NoWarn>
0 commit comments