Created
September 20, 2023 17:05
-
-
Save format37/7b00b04a34e8f7bf5e33f99d3b09c9b4 to your computer and use it in GitHub Desktop.
Revisions
-
format37 created this gist
Sep 20, 2023 .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,6 @@ ``` sudo apt remove dotnet-sdk-* dotnet-runtime-* aspnetcore-runtime-* sudo snap install dotnet-sdk --classic dotnet --version dotnet --list-sdks ```