Setup .NET development environment on Ubuntu
Setup for Ubuntu
Download the dotnet-install.sh
script
.NET Runtime
.NET Runtime 6.0 (LTS)
.NET Runtime 7.0
.NET Runtime 8.0 (LTS)
.NET SDK
.NET SDK 6.0
This is needed by the Visual Studio Code C# extension. Install with dotnet-install.sh
script:
.NET SDK 7.0
This is needed by the Visual Studio Code C# extension. Install with dotnet-install.sh
script:
.NET SDK 8.0
Install with dotnet-install.sh
script:
Test
Test that you can run the dotnet
CLI (command line interface)