-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet 3.1.414 installs on OSX, 3.1.415 does not install correctly #22516
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
5.0.403 is also broken. |
I'll be assuming that you have installed 3.1.415 (x64) on an M1 Mac as I've done so earlier today. From 3.1.415 & 5.0.403 onwards, they will be installed under If you wanna get it working as intended before, install the version that was released before November 2021. If you want it to work with 3.1.415 & 5.0.403, you could run the following commands
But you should also be aware that You can refer to #22380 for more info |
Only the arm64 SDKs are added to the "path". If you need to use x64 SDK you either need to change your environment or explicitly call Please note that .NET 6 SDK should be mostly backward compatible with 3.1 apps - that is you should be able to build a 3.1 app with a 6.0 SDK. It should work that you use the 6.0 arm64 SDK to build a 3.1 x64 app. |
Describe the bug
The latest 3.1.415 sdk installer does not produce a working installation on osx (m1).
I had to use the 3.1.414 installer to get a working system.
To Reproduce
remove all dotnets installed to get a clean system
rm -rf /usr/share/dotnet
install the 3.1.414 installer.
dotnet --info
dotnet command not found
Exceptions (if any)
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: