Revert "chore: Modify mono toolchain behavior and remove mono90 or la…#3173
Revert "chore: Modify mono toolchain behavior and remove mono90 or la…#3173saitama951 wants to merge 1 commit into
Conversation
|
cc: @filzrev |
f7aa301 to
e81b3d1
Compare
…ter definitions (dotnet#3004)" This reverts commit 96e5d7b.
e81b3d1 to
a57efe6
Compare
| } | ||
|
|
||
|
|
||
| // Mono80IsSupported test fails when BenchmarkDotNet is restored for net9.0 if we don't remove the ProjectReference. |
There was a problem hiding this comment.
This is likely also a user-facing issue if anyone is trying to benchmark Mono 8.0 on desktop and they have newer tfms in their project. If we keep <UseMonoRuntime>true</UseMonoRuntime> in the csproj, and remove it from the command-line args, does that fix the issue? Or do we need a more targeted Condition besides just the tfm?
Is It looks like |
reverts #3004
Mono is still used in community supported architecture's i.e s390x and ppc64le and corresponding nupkg's are still published for these architectures
This reverts commit 96e5d7b.
fixes #3172