I have xUnit test project, and target framework for this test project is set to net6
When I run my tests Visual Studio reports that 0 tests are found and tests are not launched.
xunit.runner.visualstudio package is installed as dependency, but tests are not discovered.
When I change target framework to NetCore, tests are being discovered ok, but for .net6 Visual Studio reports 0 found tests.
How can I fix this issue?
