Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Xunit runner that is compatible with .NET 5 (#5908)
* Use Xunit runner that is compatible with .NET 5 Using the 2.4.1 version of the runner fails with "Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again." when executing `dotnet test` on .NET 5 project. 2,4,3 was specifically released to address this. See xunit/visualstudio.xunit#229.
- Loading branch information