Skip to content

Instantly share code, notes, and snippets.

@regme
Created August 14, 2019 18:26
Show Gist options
  • Save regme/e49471c81ad31ffd732b8eafc1a2094f to your computer and use it in GitHub Desktop.
Save regme/e49471c81ad31ffd732b8eafc1a2094f to your computer and use it in GitHub Desktop.
Install .NET Core 2.2 Runtime & Hosting Bundle for Windows (v2.2.6)
Import-Module BitsTransfer
Start-BitsTransfer -source 'https://download.visualstudio.microsoft.com/download/pr/a9bb6d52-5f3f-4f95-90c2-084c499e4e33/eba3019b555bb9327079a0b1142cc5b2/dotnet-hosting-2.2.6-win.exe'
.\dotnet-hosting-2.2.6-win.exe /install /quiet /norestart
@masoudkaykhosravy
Copy link

hi how i install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment