Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 438 Bytes

File metadata and controls

27 lines (18 loc) · 438 Bytes

Setup for Linux

Download the dotnet-install.sh script

curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
chmod +x dotnet-install.sh

.NET SDK

.NET SDK 10.0

Install with dotnet-install.sh script:

./dotnet-install.sh --channel 10.0

Test

Test that you can run the dotnet CLI (command line interface)

~/.dotnet/dotnet --version
~/.dotnet/dotnet new console --help