Skip to content

Commit baf6591

Browse files
authored
Fix CPM merge error (#2321)
1 parent 27035e8 commit baf6591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Build.targets

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

1111
<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" />
12+
<PackageReference Include="xunit" />
13+
<PackageReference Include="xunit.runner.visualstudio" />
1414
</ItemGroup>
1515

16-
</Project>
16+
</Project>

0 commit comments

Comments
 (0)