.NET Core 2.0.9 comprises:
SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | |
---|---|---|---|---|
Windows | 32-bit / 64-bit | 32-bit / 64-bit | 32-bit / 64-bit | 32-bit / 64-bit |
macOS | 64-bit | 64-bit | 64-bit | 64-bit |
Linux * | See installations steps below | 64-bit | - | 64-bit |
Checksum files to verify downloads are available as follows:
Debug Symbols
Images for .NET Core 2.0.9 are available on Docker.
If you have .NET Core Previews installed, it will need to be removed before attempting to install .NET Core 2.0. This can be done by running a command such as the following.
sudo apt remove dotnet-dev-2.0.0-preview2-006497
Instructions for installing using your package manager can be found on the dotnet-core site.
If only the .NET Core Runtime is needed, install dotnet-runtime-2.0.9
using your package manager.
If you are looking to host stand-alone apps on Servers, the following installers can be used on Windows and Linx systems.
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
This will install the ASP.NET Core Module for IIS
On supported Linux systems, register the Microsoft Product feed as described above and install dotnet-hosting-2.0.9
using your package manager. This will also install the .NET Core Runtime and other required packages.
The Runtime Package Store is installed by the .NET Core SDK and the Windows Server Hosting installer. If you need to install the Runtime Package Store separately, the following can be used.
On Linux systems install aspnetcore-store-2.0.9
using your package manager. This will install both the ASP.NET Core and .NET Core runtime components.