Last active
          July 20, 2021 17:14 
        
      - 
      
 - 
        
Save jonsagara/1f7ed8fe9ebda1de028c6e7b844a0b3e to your computer and use it in GitHub Desktop.  
Revisions
- 
        
jonsagara revised this gist
Jul 20, 2021 . No changes.There are no files selected for viewing
 - 
        
jonsagara created this gist
Jun 9, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # List the installed SDKs and runtimes. sudo ./dotnet-core-uninstall list # Remove a specific runtime version without a confirmation prompt. sudo ./dotnet-core-uninstall remove -y --runtime 3.1.10 # Remove a specific SDK version without a confirmation prompt. sudo ./dotnet-core-uninstall remove -y --sdk 3.1.10