Skip to content

Commit

Permalink
Downgrade xunit runner for now
Browse files Browse the repository at this point in the history
  • Loading branch information
axelheer committed Aug 24, 2023
1 parent 9f8d800 commit 5e404c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="All" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 5e404c6

Please sign in to comment.