dotnet-core/release-notes/download-archives/2.1.201-sdk-download.md
2020-10-05 12:29:00 -07:00

5.5 KiB

.NET Core SDK 2.1.201

This release contains the previously released .NET Core 2.0.7 Runtime and ASP.NET Core 2.0.8:

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

Docker

Images for .NET Core 2.0.7 are available on Docker.

Installing .NET Core on Linux

Instructions for installing using your package manager can be found on the .NET Core docs.

Installation from a binary archive

Installing from the packages detailed above is recommended and you can also install from binary archive. When using binary archives to install, the contents must be extracted to a user location such as $HOME/dotnet and a symbolic link created for dotnet.

mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet

.NET Core Runtime-only installation

If only the .NET Core Runtime is needed, install dotnet-runtime-2.0.7 using your package manager.

Server Hosting

If you are looking to host stand-alone apps on Servers, the following installers can be used on Windows and Linux systems.

Windows

You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt: DotNetCore.2.0.8-WindowsHosting.exe This will install the ASP.NET Core Module for IIS

Linux

On supported Linux systems, register the Microsoft Product feed as described above and install dotnet-hosting-2.0.8 using your package manager. This will also install the .NET Core Runtime and other required packages.

ASP.NET Runtime Core Package Store

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.7 using your package manager. This will install both the ASP.NET Core and .NET Core runtime components.