Skip to content

Custom Installations

Atiq Rahman edited this page Mar 11, 2021 · 20 revisions

mostly non-choco

dotcore-sdk

Invoke-WebRequest https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.ps1 -OutFile dotnet-install.ps1
dotnet-install -Channel LTS -InstallDir D:\PFiles_x64\choco\dotnet -NoPath
Remove-Item dotnet-install.ps1
Clone this wiki locally