dotnet / try

Try .NET provides developers and content authors with tools to create interactive experiences.
MIT License
2.88k stars 523 forks source link

Cannot run dotnet try on Mac M2 #1226

Open fmachadopiriz opened 2 months ago

fmachadopiriz commented 2 months ago

Describe the bug

When trying to run dotnet try the following messages appear:

You must install or update .NET to run this application.

App: /Users/fmachado/.dotnet/tools/dotnet-try
Architecture: arm64
Framework: 'Microsoft.AspNetCore.App', version '3.1.0' (arm64)
.NET location: /usr/local/share/dotnet

The following frameworks were found:
  8.0.7 at [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App&framework_version=3.1.0&arch=arm64&rid=osx-arm64&os=osx.14

Did this error occur while using dotnet try or online?

What kind of error was it?

Screenshots

N/A

Please complete the following:

How can I get the tool running? I am not able to install .NET Core 3.0 nor .NET Core 2.0 since there is no arm64 support. Thanks