Skip to content

Commit 9e9797b

Browse files
restored cli reference to dotnet-xunit and updated xUnit to beta packages so can run with the dotnet cli
1 parent 25fda9f commit 9e9797b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
99
<PackageReference Include="YamlDotNet.NetCore" Version="1.0.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
11-
<PackageReference Include="xunit" Version="2.2.0" />
12-
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
13-
11+
<PackageReference Include="xunit" Version="2.3.0-beta3-build3705" />
12+
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0-beta3-build3705" />
13+
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta3-build3705" />
1414
</ItemGroup>
1515
<ItemGroup>
1616
<None Include="assets/*" CopyToOutputDirectory="Always" />

0 commit comments

Comments
 (0)