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 27035e8 commit baf6591Copy full SHA for baf6591
Directory.Build.targets
@@ -9,8 +9,8 @@
9
</PropertyGroup>
10
11
<ItemGroup Condition="'$(DisableArcade)' == '1' and $(MSBuildProjectName.EndsWith('.Tests'))">
12
- <PackageReference Include="xunit" Version="2.4.1" />
13
- <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
+ <PackageReference Include="xunit" />
+ <PackageReference Include="xunit.runner.visualstudio" />
14
</ItemGroup>
15
16
-</Project>
+</Project>
0 commit comments