Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #74 from AArnott/xunitRunnerUpdate
Browse files Browse the repository at this point in the history
Update xunit test runner to 2.3.1
  • Loading branch information
AArnott authored May 14, 2018
2 parents c539352 + d0284f4 commit 8113bbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
<PackageReference Include="Xunit" Version="2.2.0" />
<PackageReference Include="Xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="Xunit" Version="2.3.1" />
<PackageReference Include="Xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 8113bbd

Please sign in to comment.