Is your feature request related to a problem? Please describe.
I successfully built version 11 on a M3 Mac. However running mc leads to
dotnet6/host/fxr/6.0.29/libhostfxr.dylib (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
I somehow fixed this when running v10, but I don't have the time to track the solution down now.
Describe the solution you'd like
All Apple devices would work better if the ARM architecture was supported. Obviously, including Android tablets running ARM would
Describe alternatives you've considered
Using Rosetta was the old solution, but is suboptimal.
Additional context
Perhaps this could combined with the transition to .NET 8? As you know, .NET 6 reaches end of support on Nov 12, 2024
Is your feature request related to a problem? Please describe.
I successfully built version 11 on a M3 Mac. However running
mcleads toI somehow fixed this when running v10, but I don't have the time to track the solution down now.
Describe the solution you'd like
All Apple devices would work better if the ARM architecture was supported. Obviously, including Android tablets running ARM would
Describe alternatives you've considered
Using
Rosettawas the old solution, but is suboptimal.Additional context
Perhaps this could combined with the transition to
.NET 8? As you know,.NET 6reaches end of support on Nov 12, 2024