Skip to content

Commit

Permalink
Downgrade xunit.stafact package
Browse files Browse the repository at this point in the history
Works around dotnet/sdk#3592 as described in AArnott/Xunit.StaFact#35
  • Loading branch information
AArnott committed Nov 5, 2019
1 parent 79f1931 commit 04bb211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="Xunit.Combinatorial" Version="1.2.7" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Xunit.SkippableFact" Version="1.3.12" />
<PackageReference Include="Xunit.StaFact" Version="1.0.11-beta" />
<PackageReference Include="Xunit.StaFact" Version="0.3.18" />
<PackageReference Include="xunit" Version="2.4.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 04bb211

Please sign in to comment.