Skip to content

Instantly share code, notes, and snippets.

@nissan
Created June 1, 2018 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nissan/0a1bee7a4a19814d88df576084ab5af6 to your computer and use it in GitHub Desktop.
Save nissan/0a1bee7a4a19814d88df576084ab5af6 to your computer and use it in GitHub Desktop.
Commands to clear .NET SDKs installed on a Mac
# Following (these instructions)[https://willich.io/blog/2017/09/10/uninstall-net-core-sdks-on-macos/] to remove any existing .NET Core sdks
wget https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh
chmod +x dotnet-uninstall-pkgs.sh
sudo ./dotnet-uninstall-pkgs.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment