Skip to content

Commit

Permalink
updated xunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Oct 30, 2018
1 parent 597a717 commit a89081f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/DefaultEcs.Test/DefaultEcs.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
<ItemGroup>
<PackageReference Include="NFluent" Version="2.4.0" />
<PackageReference Include="NSubstitute" Version="3.1.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>

Expand Down

0 comments on commit a89081f

Please sign in to comment.