❔ Unable to upgrade .net 6.0.101 on Mac M1
Hi! I am using a Mac M1. I have .net 6.0.101 installed on my mac.
I downloaded latest .net 6 SDK arm64 (v1.0.180) from the official website and installed it. But after running the command, I still get the old version displayed.
Very recently, I downloaded .net v7 SDK for arm64 and again I am witnessing the same thing.
Can anybody please tell how do I resolve this ?
11 Replies
What
dotnet --list-sdks
outputs?let me check
6.0.100 [/usr/local/share/dotnet/sdk]
6.0.101 [/usr/local/share/dotnet/sdk]
This is the output
and the installer said all was fine? No access problems?
Because it doesn't look like it installed properly
yes, it ran absolutely fine
can I do anything to uninstall everything and install from scratch?
can you do
dotnet --info
?or should I reinstall and share the success screenshot from the wizard?
Curious, thats a different format then what I'm used to. Might be because its arm-64.
but nothing stands out as wrong, so idk
Can you tell how can I uninstall .net host ?
Nope.
I've never used a mac in my life 🙂
okk
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.