Skip to main content

PowerShell command to download the latest .NET Core hosting bundle installer.

# Download the current .NET Core Hosting Bundle installer:
Invoke-WebRequest -Uri 'https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer' -OutFile 'dotnet-hosting-win.exe'