Revert NUnit3TestAdaptor (again)

Console output is still broken. See
https://github.com/ppy/osu/runs/5196023462?check_suite_focus=true.
This commit is contained in:
Dean Herbert
2022-02-15 17:06:33 +09:00
parent 2c3e50a450
commit d79845fb1d
7 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
</ItemGroup>
<ItemGroup>