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

@ -6,7 +6,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
<PackageReference Include="Moq" Version="4.16.1" />
</ItemGroup>