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 a2b268e commit 330e7f3Copy full SHA for 330e7f3
tests/bunit.web.query.tests/bunit.web.query.tests.csproj
@@ -14,8 +14,7 @@
14
15
<ItemGroup>
16
<PackageReference Include="xunit" Version="2.9.0" />
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.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