Skip to content

Latest commit

 

History

History
107 lines (80 loc) · 11.4 KB

2.1.5-download.md

File metadata and controls

107 lines (80 loc) · 11.4 KB

.NET Core 2.1.5

.NET Core 2.1.5 comprises:

  • .NET Core Runtime 2.1.5
  • ASP.NET Core 2.1.5
  • .NET Core SDK 2.1.403

See the Release Notes for details about what is included in this update.

SDK Installer* SDK Binaries* Runtime Installer Runtime Binaries ASP.NET Core Runtime
Windows x86 | x64 x86 | x64 x86 | x64 x86 | x64 x86 | x64
Hosting Bundle
macOS x64 x64 x64 x64 x64
Linux See installations steps below x64 | ARM | ARM64 | x64 Alpine - x64 | ARM | ARM64 | x64 Alpine x64 | ARM32 | x64 Alpine
RHEL6 - x64 - x64 -
Checksums SDK - Runtime - -
Symbols CLI | SDK - Runtime | Shared Framework | Setup - ASP.NET Core

* Includes the .NET Core and ASP.NET Core runtimes

Docker

Images for .NET Core 2.1.5 are available on Docker.

Installing .NET Core on Linux

Instructions for installing using your package manager can be found on the dotnet-core site.

Installation from a binary archive

Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as $HOME/dotnet, a symbolic link created for dotnet and a few dependencies installed. Dependency requirements can be seen in the Linux System Prerequisites document.

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- using your package manager. If you also need ASP.NET Core functionality, installing aspnetcore-runtime- will install both the ASP Runtime and .NET Core Runtime.

Windows Server Hosting

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

Windows

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.