With .NET 6 preview 4, the SDK uses crossgen2 instead of crossgen. Crossgen2 shows error on linux and macOS that the platform is not supported.
We need to investigate the changes needed to use crossgen2.
With the change in #15452, we are falling back to use crossgen to unblock the build.
Steps to reproduce
Expected behavior
Actual behavior
Environment data
With .NET 6 preview 4, the SDK uses crossgen2 instead of crossgen. Crossgen2 shows error on linux and macOS that the platform is not supported.
We need to investigate the changes needed to use crossgen2.
With the change in #15452, we are falling back to use crossgen to unblock the build.
Steps to reproduce
Expected behavior
Actual behavior
Environment data