Skip to content

Instantly share code, notes, and snippets.

@format37
Created September 20, 2023 17:05
Show Gist options
  • Save format37/7b00b04a34e8f7bf5e33f99d3b09c9b4 to your computer and use it in GitHub Desktop.
Save format37/7b00b04a34e8f7bf5e33f99d3b09c9b4 to your computer and use it in GitHub Desktop.

Revisions

  1. format37 created this gist Sep 20, 2023.
    6 changes: 6 additions & 0 deletions README.md
    Original 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
    ```