CuriousGuy
CuriousGuy
Explore posts from servers
CC#
Created by CuriousGuy on 6/22/2023 in #help
❔ How do I uninstall .net on Mac ?
upon running the following command, I still see presence of .net on my system
dot net --info
dot net --info
The output is
Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc

.NET SDKs installed:
No SDKs were found.

.NET runtimes installed:
No runtimes were found.

To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc

.NET SDKs installed:
No SDKs were found.

.NET runtimes installed:
No runtimes were found.

To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
How do I remove this ?
32 replies
CC#
Created by CuriousGuy on 6/22/2023 in #help
❔ 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
dotnet --info
dotnet --info
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 ?
19 replies