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
{{ message }}
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
I have issues in my arm64 macbook, right now I have this problem when I try to use dotnet execute kinds of commands in my .NET apps:
You must install or update .NET to run this application.
App: /Users/.../tools/net5.0/any/dotnet-exec.dll
Architecture: arm64
Framework: 'Microsoft.NETCore.App', version '5.0.0' (arm64)
.NET location: /opt/homebrew/Cellar/dotnet/6.0.0/libexec/
The following frameworks were found:
6.0.0 at [/opt/homebrew/Cellar/dotnet/6.0.0/libexec/shared/Microsoft.NETCore.App]
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=arm64&rid=osx-arm64&os=osx.14
Please try to update to 6.0.xxx version if you can, it would very useful for arm64 mac machines users.
Hello, Ivan.
I have issues in my arm64 macbook, right now I have this problem when I try to use dotnet execute kinds of commands in my .NET apps:
Please try to update to 6.0.xxx version if you can, it would very useful for arm64 mac machines users.
Thanks in advance.