Skip to content

Instantly share code, notes, and snippets.

@Typiqally
Created October 28, 2021 17:48
Show Gist options
  • Save Typiqally/2c3ff6e2498599f6f4e8b7b21ceec298 to your computer and use it in GitHub Desktop.
Save Typiqally/2c3ff6e2498599f6f4e8b7b21ceec298 to your computer and use it in GitHub Desktop.
Uninstall .NET SDK and runtimes
version="6.0.0-rc.1"
rm -rf ~/.dotnet/$version*
rm -rf ~/.dotnet/sdk/$version*
rm -rf ~/.dotnet/shared/Microsoft.NETCore.App/$version*
rm -rf ~/.dotnet/shared/Microsoft.AspNetCore.All/$version*
rm -rf ~/.dotnet/shared/Microsoft.AspNetCore.App/$version*
rm -rf ~/.dotnet/host/fxr/$version*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment