You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to reproduce this. Are you using VSTest or Microsoft.Testing.Platform? Could you share a binlog when running dotnet test (you do so by adding -bl, and it will produce a file named msbuild.binlog)? If you wish, you can share the binlog privately via Developer Community
Describe the bug
if a test project targets net48;net8.0
runs both frameworks
Steps To Reproduce
create any test project that targets multiple frameworks net48;net8.0
Expected behavior
dotnet test
should run both frameworks
dotnet test -f net48
should run just net48
Actual behavior
dotnet test
runs both frameworks
dotnet test -f net48
also runs both frameworks
Additional context
It would appear that
also does not work
The text was updated successfully, but these errors were encountered: