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.
.NET ubuntu installation
sudo apt remove dotnet-sdk-* dotnet-runtime-* aspnetcore-runtime-*
sudo snap install dotnet-sdk --classic
dotnet --version
dotnet --list-sdks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment