Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 359 Bytes

File metadata and controls

29 lines (20 loc) · 359 Bytes

Setup .NET 10

macOS

brew install --cask dotnet-sdk-preview

dotnet --info
dotnet --list-sdks

Ubuntu/Debian

sudo apt-get update
sudo apt-get install -y dotnet-sdk-10.0

dotnet --info
dotnet --list-sdks

Windows (PowerShell)

winget install Microsoft.DotNet.SDK.Preview

dotnet --info
dotnet --list-sdks