Create a multi-target test project targeting net7.0 and net8.0 Run dotnet build -f net7.0 Run dotnet test --no-build -f net8.0 .NET SDK: Version: 7.0.202 Commit: 6c74320bc3 Runtime Environment: OS ...
Observe that it does run the .NET 10 tests, and the output for the building the tests for .NET Framework, but does not actually print the output for the test execution itself Results File: ...