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
Currently our Makefile has different targets for testing against .NET 6.0 + .NET Framework 4.61 vs .NET 6.0 only vs .NET Framework 4.61. The latter tests, .NET Framework 4.61, only work on Windows. We can collapse makefile targets into a single target that only tests against .NET Framework 4.61. if Windows is detected, else .NET 6.0 only.
Also consider updating the test runner to exclude .NET Framework 4.61 tests based on the host OS.
The text was updated successfully, but these errors were encountered:
Currently our Makefile has different targets for testing against .NET 6.0 + .NET Framework 4.61 vs .NET 6.0 only vs .NET Framework 4.61. The latter tests, .NET Framework 4.61, only work on Windows. We can collapse makefile targets into a single target that only tests against .NET Framework 4.61. if Windows is detected, else .NET 6.0 only.
Also consider updating the test runner to exclude .NET Framework 4.61 tests based on the host OS.
The text was updated successfully, but these errors were encountered: