Setup .NET development environment on macOS
Setup for macOS
Download the dotnet-install.sh
script
.NET Runtime
.NET Runtime 6.0 (LTS)
or download and install from Microsoft
.NET Runtime 7.0
or download and install from Microsoft
.NET Runtime 8.0 (LTS)
or download and install from Microsoft
.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)