Skip to content

Commit

Permalink
Remove xunit.dotnet
Browse files Browse the repository at this point in the history
xunit.runner.visualstudio (2.4.1) will run the jobs for dotnet test command. Microsoft.NET.Test.Sdk version changed to 15.5.0 from 16.5.0. The 16.5.0 version didn't copy testhost.dll to the output.

NancyFx#3007
  • Loading branch information
Ali Bahrami committed Mar 12, 2020
1 parent 5de3668 commit 9be3aec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ItemGroup>
<PackageReference Include="FakeItEasy" Version="6.0.0" />
<PackageReference Include="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>
Expand All @@ -56,8 +56,4 @@
<Reference Include="System.Core" />
<Reference Include="System" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="dotnet-xunit" Version="2.4.0-beta.1.build3958" />
</ItemGroup>
</Project>

0 comments on commit 9be3aec

Please sign in to comment.