Versions of .NET

Release 2.2.0

  • Released on 2018-12-04
  • Runtime 2.2.0
  • SDK 2.2.100
  • ASP.NET Runtime 2.2.0

Release notes

(Source)

.NET Core 2.2.0 - December 04, 2018

.NET Core 2.2.0 is available for download and usage in your environment. This release includes .NET Core 2.2.0 and .NET Core SDK 2.2.100. Have a look at the Known Issues document as there are a few things to be aware of before installing. All fixes of note can be seen in the .NET Core 2.2.0 commits list.

Blog Round up

The ASP.NET Core side of the team has been hard at work for this release so give the ASP.NET and EF blogs extra attention to learn more about the new features and enhancements.

The .NET Core SDK 2.2.100 includes .NET Core 2.2 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.2.100, the following command will show that you're running version 2.2.100 of the tools.

dotnet --version

Your feedback is important and appreciated. We've created an issue at dotnet/core #2098 for your questions and comments.

Downloads

SDK Installer1 SDK Binaries1 Runtime Installer Runtime Binaries ASP.NET Core Runtime
Windows x86 | x64 x86 | x64 x86 | x64 x86 | x64 x86 | x64
Hosting Bundle2
macOS x64 x64 x64 x64 x641
Linux See installations steps below x64 | ARM | ARM64 | x64 Alpine - x64 | ARM | ARM64 | x64 Alpine] x641 | ARM321 | x64 Alpine1
RHEL6 - x64 - x64 -
Checksums SDK - Runtime - -
Symbols CLI | SDK - Runtime | Shared Framework | Setup - ASP.NET Core
  1. Includes the .NET Core and ASP.NET Core Runtimes
  2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.

Docker Images

The .NET Core Docker images have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in "Staying up-to-date with .NET Container Images".

The following repo has been updated

Azure AppServices

  • Deployment of .NET Core 2.2.0 to Azure App Services is complete. ANCM (ASP.NET Core Module) deployment is delayed and is expected to complete later in December.

Downloads