Skip to content

Commit

Permalink
Add xunit.runner.visualstudio to ApiChangeTest project
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoK committed Oct 16, 2018
1 parent 43f840f commit 2934ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ApiChangeTest/ApiChangeTest.csproj
Expand Up @@ -13,6 +13,7 @@
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.abstractions" Version="2.0.1" />
<PackageReference Include="xunit.runner.console" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2934ddd

Please sign in to comment.