Skip to content

Commit

Permalink
housekeeping: update xunit to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
olevett committed Dec 18, 2017
1 parent 838d196 commit 130db58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ReactiveUI.Tests/ReactiveUI.Tests.csproj
Expand Up @@ -10,9 +10,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.console" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.console" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Xunit.StaFact" Version="0.2.9" />
<PackageReference Include="ApprovalTests" Version=" 3.0.13" />
<PackageReference Include="System.Reactive" Version="[3.1.1,4)" />
Expand Down

0 comments on commit 130db58

Please sign in to comment.