Skip to content

Instantly share code, notes, and snippets.

@juanluelguerre
Created November 24, 2019 21:22
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 juanluelguerre/1b866a8a99023a08040e7c8f1855c124 to your computer and use it in GitHub Desktop.
Save juanluelguerre/1b866a8a99023a08040e7c8f1855c124 to your computer and use it in GitHub Desktop.
Remove DotNet SDK on MAC
sudo rm -rf /usr/local/share/dotnet/sdk/#VERSION#
sudo rm -rf /usr/local/share/dotnet/shared/Microsoft.NETCore.App/#VERSION#
sudo rm -rf /usr/local/share/dotnet/shared/Microsoft.AspNetCore.App/#VERSION#
sudo rm -rf /usr/local/share/dotnet/host/fxr/#VERSION#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment