Install 'ASP.NET Core Runtime 8' - 'Hosting Bundle'
The Hosting Bundle is recommended as it contains both the 'ASP.NET Core Runtime 8' and the '.NET Runtime 8'. The 'ASP.NET Core Runtime' still requires the '.NET Runtime' If installing the runtimes separately is preferred, refer to Alternative Install: 'ASP.NET Core Runtime 8' and '.NET Runtime 8' separately.
-
Download 'ASP.NET Core Runtime 8' - 'Hosting Bundle' from the: Microsoft 'Download .NET 8.0' page
- Install the ASP.NET Core Runtime 9 - Hosting Bundle
Confirm Installed Runtime Versions
- In powershell or the command prompt, run the following command:
-
dotnet --list-runtimes
-
- Verify that the Microsoft.AspNetCore.App 8 and Microsoft.NETCore.App 8 runtimes are both listed:
Other core runtime versions may be listed. The runtimes coexist with other versions.
Alternative Install: 'ASP.NET Core Runtime 8' and '.NET Runtime 8' separately
'ASP.NET Core Runtime 8' and '.NET Runtime 8' may also be installed separately.