Artifacts for 2.1.7/2.2.1 releases

This commit is contained in:
vivmishra 2018-12-18 20:01:24 -08:00
parent 708827e08d
commit 12c14f0ca9
16 changed files with 2233 additions and 1389 deletions

View file

@ -12,8 +12,8 @@ This table describes support type, supported patch version and end of support da
| Version | Release Date | Support Level | Supported Patch Version | End of Support |
| -- | -- | -- | -- | -- |
| [.NET Core 2.2](https://blogs.msdn.microsoft.com/dotnet/) | December 04, 2018 | Current | [2.2.0](https://www.microsoft.com/net/download/dotnet-core/runtime-2.2.0) | |
| [.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) | May 30, 2018 | LTS | [2.1.6](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.6) | At least three years from LTS declaration (August 21, 2018). |
| [.NET Core 2.2](https://blogs.msdn.microsoft.com/dotnet/) | December 04, 2018 | Current | [2.2.1](https://www.microsoft.com/net/download/dotnet-core/runtime-2.2.1) | |
| [.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) | May 30, 2018 | LTS | [2.1.7](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.7) | At least three years from LTS declaration (August 21, 2018). |
| [.NET Core 1.1](https://blogs.msdn.microsoft.com/dotnet/2016/11/16/announcing-net-core-1-1/) | November 16, 2016 | Maintenance | [1.1.10](https://www.microsoft.com/net/download/dotnet-core/runtime-1.1.10) | June 27, 2019 |
| [.NET Core 1.0](https://blogs.msdn.microsoft.com/dotnet/2016/06/27/announcing-net-core-1-0/) | June 27, 2016 | Maintenance | [1.0.13](https://www.microsoft.com/net/download/dotnet-core/runtime-1.0.13) | June 27, 2019 |

View file

@ -30,7 +30,7 @@ OS | Version | Architectures |
------------------------------|-------------------------------|----------------|-----
Red Hat Enterprise Linux | 6 | x64 | [Microsoft support policy](https://www.microsoft.com/net/support/policy)
Red Hat Enterprise Linux <br> CentOS <br> Oracle Linux | 7 | x64 | [Red Hat support policy](https://access.redhat.com/support/policy/updates/errata/) <br> [CentOS lifecycle](https://wiki.centos.org/FAQ/General#head-fe8a0be91ee3e7dea812e8694491e1dde5b75e6d) <br> [Oracle Linux lifecycle](http://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf)
Fedora | 27, 28 | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Fedora | 28 | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Debian | 9 | x64, ARM32 | [Debian lifecycle](https://wiki.debian.org/DebianReleases)
Ubuntu | 18.04, 16.04, 14.04 | x64, ARM32\* | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
Linux Mint | 18, 17 | x64 | [Linux Mint end of life announcements](https://forums.linuxmint.com/search.php?keywords=%22end+of+life%22&terms=all&author=&sc=1&sf=titleonly&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search)
@ -49,6 +49,7 @@ Support for the following versions was ended by the distribution owners and are
|OS | Version | End of Life |
|-----------|----------|-------------|
| Fedora | 27 | [11/30/2018](https://fedoraproject.org/wiki/End_of_life) |
| Fedora | 26 | [5/29/2018](https://fedoramagazine.org/fedora-26-end-life/) |
| Debian | 8 | [6/17/2018](https://lists.debian.org/debian-security-announce/2018/msg00132.html)
| Ubuntu | 17.10 | [7/19/2018](https://lists.ubuntu.com/archives/ubuntu-announce/2018-July/000232.html) |

View file

@ -0,0 +1,19 @@
# Commits to .NET Core 2.1.7 and .NET Core SDK 2.1.503
This is a curated list of commits across the .NET Core 2.1.7 development cycle.
* [CoreCLR](#coreclr)
* [CoreFX](#corefx)
* [AspNetCore](#aspnetcore)
## CoreCLR
* [`[a589a296f0]`](https://github.com/dotnet/coreclr/commit/a589a296f0) Port to 2.1 - Don't check for libintl.h on OSX (#20118)
* [`[e052c0341a]`](https://github.com/dotnet/coreclr/commit/e052c0341a) Formatting Japanese First Year of Era (#20729)
* [`[eb90b6c0f9]`](https://github.com/dotnet/coreclr/commit/eb90b6c0f9) Support new Japanese calendar eras (#20727)
## CoreFX
* [`[c50af3eee9]`](https://github.com/dotnet/corefx/commit/c50af3eee9) Fixes extract out of directory by ensuring trailing separator for nested paths. (#32165)
* [`[4b343d5324]`](https://github.com/dotnet/corefx/commit/4b343d5324) Allow transporting an indefinite-length encoding for content in SignedCms
* [`[5bc389f2f9]`](https://github.com/dotnet/corefx/commit/5bc389f2f9) Added additional OIDs for RSA-SSA-PKCS1.5 CMS signatures

View file

@ -0,0 +1,134 @@
# .NET Core 2.1.7
.NET Core 2.1.7 comprises:
* .NET Core Runtime 2.1.7
* ASP.NET Core 2.1.7
* .NET Core SDK 2.1.503
See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md) for details about what is included in this update.
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] <br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz]] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM32][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
| Symbols | [CLI][cli-symbols.zip] \| [SDK][dotnet-sdk-symbols.zip] | - | [Runtime][coreclr-symbols.zip] \| [Shared Framework][corefx-symbols.zip] \| [Setup][core-setup-symbols.zip] | - | [ASP.NET Core][aspnet-symbols.zip] |
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
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) 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"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
## Installing .NET Core on Linux
Before installing .NET, you will need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The commands listed below do not specifically incude package managers to help with readability. Here are the package managers typically used by the Distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
### Develop applications
To develop applications using the .NET Core SDK, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-2.1
```
### Run applications
If you only need to run existing applications, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-2.1
```
### 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](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-2.1` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-2.1` 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:
* [dotnet-hosting-2.1.7-win.exe][dotnet-hosting-win.exe]
This will install the ASP.NET Core Module for IIS.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f7fad978-49ee-479b-85dc-c14201a58250/a574ba4525da0e49c928ced62efc449b/dotnet-runtime-2.1.7-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/547090fb-be5c-486f-8de4-c2b7adc0f943/5ac4d7a89c604f59d6edad4b9e6a8465/dotnet-runtime-2.1.7-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/da3e3ff9-914c-4ec1-9d13-79bb15e5f6c0/f409e78ed0fe8f6aa8a9629cf9105534/dotnet-runtime-2.1.7-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6a99aa53-d80e-4d3a-ac85-b92f362dbed6/b2157451fc7ecabca3b5ebca933353bb/dotnet-runtime-2.1.7-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/fa4e55cf-bc9c-44c6-b559-de851f812b55/b31006297946dfa8e3704a1dcd9021a4/dotnet-runtime-2.1.7-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/edb8800f-3bee-40f4-a756-18fba35a23fa/572e807dc511314637938fc775eecb77/dotnet-runtime-2.1.7-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ee59a1da-cf5e-4cda-9cd3-c5235bb837cb/c25f644c526f4f4f630a464e1ea89ca2/dotnet-runtime-2.1.7-rhel.6-x64.tar.gz
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/e7afbfad-c7b1-4e0f-85cf-5b3a46bda824/26d4572558fe4376b1a756880bddba5b/dotnet-runtime-2.1.7-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f2c0da88-394d-4866-be55-aae40d9bc090/011d14383da063a3240e6829da2eb077/dotnet-runtime-2.1.7-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ee9763b7-0530-42da-bf7a-aaaf680a967c/bf6d29f3c4f63271d5717bf225768d87/dotnet-runtime-2.1.7-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/23e9335b-3ac7-43c0-a6c6-f364291992c2/aaa1d7e04ad862822faf2f8b1e22d31b/dotnet-runtime-2.1.7-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/eed36d24-bfa1-4b12-a56f-e889d005f9a7/c2b5b8ca4c1d16dd1e89c22bbeb6a9cf/aspnetcore-runtime-2.1.7-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0d705849-fcac-4a1d-911d-fe102630034e/fe83d9a5e69c117a8d78b1998fc38105/aspnetcore-runtime-2.1.7-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/085b427b-66f6-4cf5-bee3-5f4cbef2b72c/9c1ad276cf957258d123a3b268ec9304/aspnetcore-runtime-2.1.7-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cd74bdd1-9eb4-46b2-b762-abedf336f049/686cfa8f0212a20f25109fe1061bfe01/aspnetcore-runtime-2.1.7-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/37e3d4da-cb76-41e5-9ca5-df23a0124625/4dd826c4936622cefe05b48f239a1ed0/aspnetcore-runtime-2.1.7-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/2983b874-4d70-431a-9953-f4c59a67cbf4/96c1f7f54836e67eb10086f6dac206d3/aspnetcore-runtime-2.1.7-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/0f40be3f-6da7-47f7-9aa0-e82fe8e6e84c/ec1c3554534585a426712ffcba2fbe7c/aspnetcore-runtime-2.1.7-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/15fca027-7eec-4b0d-b0e4-6b3d3e5ca1ca/5b5ae283fcdb3bc10ba419f6f0ff470b/aspnetcore-runtime-2.1.7-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/dc3606d0-06b2-4ddb-9190-daaf9d2947e4/8af36c231247dbdbf4dde41b8a70b221/dotnet-hosting-2.1.7-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/77b2abb9-2107-4e4c-9e59-41cbf2cc46da/4e8c7ada2734f13a6e7efb62c6e69b29/dotnet-sdk-2.1.503-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/32c34b80-94ba-4d0b-b42e-0d5c3fde7c44/a36914e63cf39846bace3a9b0d563517/dotnet-sdk-2.1.503-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9c661c05-494b-4ebe-a56f-2dcc084df867/62017c1bc7a47b364518b74b47c76347/dotnet-sdk-2.1.503-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/04d83723-8370-4b54-b8b9-55708822fcde/63aab1f4d0be5246e3a92e1eb3063935/dotnet-sdk-2.1.503-linux-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/04d83723-8370-4b54-b8b9-55708822fcde/63aab1f4d0be5246e3a92e1eb3063935/dotnet-sdk-2.1.503-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/51e082b3-194f-4056-97d1-572adba62ba7/8c9d65121fe233a10f4411f4da4dcb57/dotnet-sdk-2.1.503-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c922688d-74e8-4af5-bcc8-5850eafbca7f/cf3b9a0b06c0dfa3a5098f893a9730bd/dotnet-sdk-2.1.503-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3c316425-97ed-4b1d-b687-48668d4c4955/f2cd24a3a4fd9a68e59400b03e5c7789/dotnet-sdk-2.1.503-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3c316425-97ed-4b1d-b687-48668d4c4955/f2cd24a3a4fd9a68e59400b03e5c7789/dotnet-sdk-2.1.503-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3c316425-97ed-4b1d-b687-48668d4c4955/f2cd24a3a4fd9a68e59400b03e5c7789/dotnet-sdk-2.1.503-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/9afc36fb-48ba-43ae-9f37-df634383ae84/2c1329b490c8d4b2787164286bde115c/dotnet-sdk-2.1.503-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/81e18dc2-7747-4b2d-9912-3be0f83050f1/5bc41cb27df3da63378df2d051be4b7f/dotnet-sdk-2.1.503-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ced9d68b-7d29-4b25-a8a3-01bae68d8f1c/7c89ce22382c7b43fd3ce1e8fd5d3148/dotnet-sdk-2.1.503-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/db3c40c5-4140-4b2f-8e70-530873712c4c/b2558668b4e85418231df2e171b128b1/dotnet-sdk-2.1.503-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/26f3234d-4e72-4cba-a27b-e615595c15dc/2e83ee0f9b7e7a62dc212ef766bc5013/aspnet-2.1.7-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/b076d7e5-00d4-40dd-843a-b2747aa08fd9/84a4d47dd0af397ec1c53efe5037cef8/cli-2.1.7-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/fb2d63cc-c6a9-4412-b563-5e9851815f6f/7faf1cfaf0952c6fd9fb4beb42891049/core-setup-2.1.7-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/ea9824bb-3641-457b-a9aa-2be66ac35de7/0c21dc003021c6e38cd74c41e7be1302/coreclr-2.1.7-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/6ea20771-8d4f-4569-9f91-a2d583391d64/58e1b0d948db6dc17179b57c385e18f0/corefx-2.1.7-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/3b209b8e-4f72-4546-bc8a-5f037fe9c9a6/1e0a12163015993db5fbc22b69303d8a/sdk-symbols-2.1.7-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.7-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.503-sdk-sha.txt
[linux-install]: https://www.microsoft.com/net/download/linux
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
[dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/

View file

@ -0,0 +1,235 @@
# .NET Core 2.1.7 Update - January 08, 2019
.NET Core 2.1.7 is available for [download](2.1.7-download.md) and usage in your environment. This release includes .NET Core 2.1.7, ASP.NET Core 2.1.7 and .NET Core SDK 2.1.503.
* [Downloads](#downloads)
* [Changes in this release](#changes-in-217)
* [.NET Core Lifecycle News](#net-core-lifecycle-news)
* [Known Issues](../2.1-known-issues.md)
Visit the [.NET Core blog][dotnet-blog] to read more about this release. Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] <br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz]] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM32][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
| Symbols | [CLI][cli-symbols.zip] \| [SDK][dotnet-sdk-symbols.zip] | - | [Runtime][coreclr-symbols.zip] \| [Shared Framework][corefx-symbols.zip] \| [Setup][core-setup-symbols.zip] | - | [ASP.NET Core][aspnet-symbols.zip] |
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](https://hub.docker.com/r/microsoft/dotnet/) 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"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
The following repos have been updated
* [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet)
* [microsoft/dotnet-samples](https://hub.docker.com/r/microsoft/dotnet-samples)
### Azure AppServices
* .NET Core 2.1.7 is being deployed to Azure App Services and the deployment is expected to complete in a couple of days.
## .NET Core Lifecycle News
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
The following OS version has changed support status since our last release:
* Fedora 27 reached [end of life](https://fedoramagazine.org/fedora-27-end-of-life/) on November 30, 2018 and is no longer supported by .NET Core.
## Changes in 2.1.7
.NET Core 2.1.7 release carries both security and non-security fixes. In addition to the listed vulnerabilities (see CVEs below) support for new Japanese calendar eras has been added and there are some Cryptography fixes.
All fixes of note can be seen in the [2.1.7 commits](2.1.7-commits.md) list.
* ### [CVE-2019-0545: .NET Core Information Disclosure Vulnerability](https://github.com/dotnet/Announcements/issues/XX)
The security update addresses the vulnerability by enforcing Cross-origin Resource Sharing (CORS) configuration to prevent its bypass in .NET Core 2.1 and 2.2. An attacker who successfully exploited the vulnerability could retrieve content, that is normally restricted, from a web application.
**Affected Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
System.Net.Http | 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4 | 4.3.5
* ### [CVE-2019-0548: ASP.NET Core Denial Of Service Vulnerability](https://github.com/dotnet/Announcements/issues/XX)
This security vulnerability exists in ASP.NET Core 1.0, 1.1, 2.1 and 2.2. If an application is hosted on Internet Information Server (IIS) a remote unauthenticated attacker can use a specially crafted request to cause a Denial of Service.
**Affected Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
AspNetCoreModule (ANCM) | Prior to 12.1.18346.0 | >=12.1.18346.0
* ### [CVE-2019-0564: ASP.NET Core Denial Of Service Vulnerability](https://github.com/dotnet/Announcements/issues/XX)
This security vulnerability exists when ASP.NET Core 2.1 and 2.2 improperly handles web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against an ASP.NET Core web application. The vulnerability can be exploited remotely, without authentication.
A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to the .NET Core application.
**Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
Microsoft.AspNetCore.WebSockets | 2.2.0<br/>2.1.0, 2.1.1 | 2.2.1<br/>2.1.7
Microsoft.AspNetCore.Server.Kestrel.Core | 2.1.0, 2.1.1, 2.1.2, 2.1.3 | 2.1.7
System.Net.WebSockets.WebSocketProtocol | 4.5.0, 4.5.1, 4.5.2 | 4.5.3
Microsoft.NETCore.App | 2.2.0<br/>2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.2.1 <br/> 2.1.7
Microsoft.AspNetCore.App | 2.2.0<br/>2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.2.1 <br/> 2.1.7
Microsoft.AspNetCore.All | 2.2.0<br/>2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.2.1 <br/> 2.1.7
* ### [CVE-2018-8416: .NET Core Tampering Vulnerability](https://github.com/dotnet/Announcements/issues/XX)
A security vulnerability exists wherein .NET Core 2.1 improperly handles specially crafted files. An attacker who successfully exploited this vulnerability could write arbitrary files and directories to certain locations on a vulnerable system. However, an attacker would have limited control over the destination of the files and directories.
To exploit the vulnerability, an attacker must send a specially crafted file to a vulnerable system
**Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
Microsoft.NETCore.App* | 2.2.0<br/>2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.2.1 <br/> 2.1.7
\* Updated Microsoft.NETCore.App contains System.IO.Compression.ZipFile.dll version 4.3.1, which is not available separately on nuget.org.
## Packages updated in this release:
Package name | Version
------------ | -------------------
dotnet-aspnet-codegenerator | 2.1.7
Microsoft.AspNetCore | 2.1.7
Microsoft.AspNetCore.All | 2.1.7
Microsoft.AspNetCore.App | 2.1.7
Microsoft.AspNetCore.Server.IISIntegration | 2.1.7
Microsoft.AspNetCore.Server.Kestrel.Core | 2.1.7
Microsoft.AspNetCore.WebSockets | 2.1.7
Microsoft.NETCore.App | 2.1.7
Microsoft.NETCore.DotNetAppHost | 2.1.7
Microsoft.NETCore.DotNetHost | 2.1.7
Microsoft.NETCore.DotNetHostPolicy | 2.1.7
Microsoft.NETCore.DotNetHostResolver | 2.1.7
Microsoft.VisualStudio.Web.CodeGeneration | 2.1.7
Microsoft.VisualStudio.Web.CodeGeneration.Contracts | 2.1.7
Microsoft.VisualStudio.Web.CodeGeneration.Core | 2.1.7
Microsoft.VisualStudio.Web.CodeGeneration.Design | 2.1.7
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore | 2.1.7
Microsoft.VisualStudio.Web.CodeGeneration.Templating | 2.1.7
Microsoft.VisualStudio.Web.CodeGeneration.Utils | 2.1.7
Microsoft.VisualStudio.Web.CodeGenerators.Mvc | 2.1.7
runtime.linux-arm.Microsoft.NETCore.App | 2.1.7
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.linux-arm.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.linux-arm64.Microsoft.NETCore.App | 2.1.7
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.linux-musl-x64.Microsoft.NETCore.App | 2.1.7
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.linux-x64.Microsoft.NETCore.App | 2.1.7
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.linux-x64.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.osx-x64.Microsoft.NETCore.App | 2.1.7
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.osx-x64.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.rhel.6-x64.Microsoft.NETCore.App | 2.1.7
runtime.rhel.6-x64.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.win-arm.Microsoft.NETCore.App | 2.1.7
runtime.win-arm.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.win-arm.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.win-arm64.Microsoft.NETCore.App | 2.1.7
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.win-arm64.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.win-x64.Microsoft.NETCore.App | 2.1.7
runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.win-x64.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 2.1.7
runtime.win-x86.Microsoft.NETCore.App | 2.1.7
runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 2.1.7
runtime.win-x86.Microsoft.NETCore.DotNetHost | 2.1.7
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 2.1.7
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.1.7
System.IO.Pipelines | 4.5.3
System.Memory | 4.5.2
System.Net.Http.WinHttpHandler | 4.5.2
System.Net.WebSockets.WebSocketProtocol | 4.5.3
System.Security.Cryptography.Pkcs | 4.5.2
System.Text.Encoding.CodePages | 4.5.1
System.Threading.Tasks.Extensions | 4.5.2
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f7fad978-49ee-479b-85dc-c14201a58250/a574ba4525da0e49c928ced62efc449b/dotnet-runtime-2.1.7-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/547090fb-be5c-486f-8de4-c2b7adc0f943/5ac4d7a89c604f59d6edad4b9e6a8465/dotnet-runtime-2.1.7-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/da3e3ff9-914c-4ec1-9d13-79bb15e5f6c0/f409e78ed0fe8f6aa8a9629cf9105534/dotnet-runtime-2.1.7-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6a99aa53-d80e-4d3a-ac85-b92f362dbed6/b2157451fc7ecabca3b5ebca933353bb/dotnet-runtime-2.1.7-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/fa4e55cf-bc9c-44c6-b559-de851f812b55/b31006297946dfa8e3704a1dcd9021a4/dotnet-runtime-2.1.7-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/edb8800f-3bee-40f4-a756-18fba35a23fa/572e807dc511314637938fc775eecb77/dotnet-runtime-2.1.7-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ee59a1da-cf5e-4cda-9cd3-c5235bb837cb/c25f644c526f4f4f630a464e1ea89ca2/dotnet-runtime-2.1.7-rhel.6-x64.tar.gz
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/e7afbfad-c7b1-4e0f-85cf-5b3a46bda824/26d4572558fe4376b1a756880bddba5b/dotnet-runtime-2.1.7-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f2c0da88-394d-4866-be55-aae40d9bc090/011d14383da063a3240e6829da2eb077/dotnet-runtime-2.1.7-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ee9763b7-0530-42da-bf7a-aaaf680a967c/bf6d29f3c4f63271d5717bf225768d87/dotnet-runtime-2.1.7-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/23e9335b-3ac7-43c0-a6c6-f364291992c2/aaa1d7e04ad862822faf2f8b1e22d31b/dotnet-runtime-2.1.7-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/eed36d24-bfa1-4b12-a56f-e889d005f9a7/c2b5b8ca4c1d16dd1e89c22bbeb6a9cf/aspnetcore-runtime-2.1.7-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0d705849-fcac-4a1d-911d-fe102630034e/fe83d9a5e69c117a8d78b1998fc38105/aspnetcore-runtime-2.1.7-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/085b427b-66f6-4cf5-bee3-5f4cbef2b72c/9c1ad276cf957258d123a3b268ec9304/aspnetcore-runtime-2.1.7-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cd74bdd1-9eb4-46b2-b762-abedf336f049/686cfa8f0212a20f25109fe1061bfe01/aspnetcore-runtime-2.1.7-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/37e3d4da-cb76-41e5-9ca5-df23a0124625/4dd826c4936622cefe05b48f239a1ed0/aspnetcore-runtime-2.1.7-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/2983b874-4d70-431a-9953-f4c59a67cbf4/96c1f7f54836e67eb10086f6dac206d3/aspnetcore-runtime-2.1.7-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/0f40be3f-6da7-47f7-9aa0-e82fe8e6e84c/ec1c3554534585a426712ffcba2fbe7c/aspnetcore-runtime-2.1.7-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/15fca027-7eec-4b0d-b0e4-6b3d3e5ca1ca/5b5ae283fcdb3bc10ba419f6f0ff470b/aspnetcore-runtime-2.1.7-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/dc3606d0-06b2-4ddb-9190-daaf9d2947e4/8af36c231247dbdbf4dde41b8a70b221/dotnet-hosting-2.1.7-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/77b2abb9-2107-4e4c-9e59-41cbf2cc46da/4e8c7ada2734f13a6e7efb62c6e69b29/dotnet-sdk-2.1.503-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/32c34b80-94ba-4d0b-b42e-0d5c3fde7c44/a36914e63cf39846bace3a9b0d563517/dotnet-sdk-2.1.503-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9c661c05-494b-4ebe-a56f-2dcc084df867/62017c1bc7a47b364518b74b47c76347/dotnet-sdk-2.1.503-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/04d83723-8370-4b54-b8b9-55708822fcde/63aab1f4d0be5246e3a92e1eb3063935/dotnet-sdk-2.1.503-linux-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/04d83723-8370-4b54-b8b9-55708822fcde/63aab1f4d0be5246e3a92e1eb3063935/dotnet-sdk-2.1.503-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/51e082b3-194f-4056-97d1-572adba62ba7/8c9d65121fe233a10f4411f4da4dcb57/dotnet-sdk-2.1.503-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c922688d-74e8-4af5-bcc8-5850eafbca7f/cf3b9a0b06c0dfa3a5098f893a9730bd/dotnet-sdk-2.1.503-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3c316425-97ed-4b1d-b687-48668d4c4955/f2cd24a3a4fd9a68e59400b03e5c7789/dotnet-sdk-2.1.503-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3c316425-97ed-4b1d-b687-48668d4c4955/f2cd24a3a4fd9a68e59400b03e5c7789/dotnet-sdk-2.1.503-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3c316425-97ed-4b1d-b687-48668d4c4955/f2cd24a3a4fd9a68e59400b03e5c7789/dotnet-sdk-2.1.503-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/9afc36fb-48ba-43ae-9f37-df634383ae84/2c1329b490c8d4b2787164286bde115c/dotnet-sdk-2.1.503-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/81e18dc2-7747-4b2d-9912-3be0f83050f1/5bc41cb27df3da63378df2d051be4b7f/dotnet-sdk-2.1.503-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ced9d68b-7d29-4b25-a8a3-01bae68d8f1c/7c89ce22382c7b43fd3ce1e8fd5d3148/dotnet-sdk-2.1.503-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/db3c40c5-4140-4b2f-8e70-530873712c4c/b2558668b4e85418231df2e171b128b1/dotnet-sdk-2.1.503-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/26f3234d-4e72-4cba-a27b-e615595c15dc/2e83ee0f9b7e7a62dc212ef766bc5013/aspnet-2.1.7-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/b076d7e5-00d4-40dd-843a-b2747aa08fd9/84a4d47dd0af397ec1c53efe5037cef8/cli-2.1.7-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/fb2d63cc-c6a9-4412-b563-5e9851815f6f/7faf1cfaf0952c6fd9fb4beb42891049/core-setup-2.1.7-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/ea9824bb-3641-457b-a9aa-2be66ac35de7/0c21dc003021c6e38cd74c41e7be1302/coreclr-2.1.7-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/6ea20771-8d4f-4569-9f91-a2d583391d64/58e1b0d948db6dc17179b57c385e18f0/corefx-2.1.7-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/3b209b8e-4f72-4546-bc8a-5f037fe9c9a6/1e0a12163015993db5fbc22b69303d8a/sdk-symbols-2.1.7-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.7-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.503-sdk-sha.txt
[linux-install]: https://www.microsoft.com/net/download/linux
[dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/

View file

@ -4,6 +4,7 @@ The following .NET Core 2.1 releases have been shipped. You must be on the lates
| Release Date | Description | | |
| :-- | :-- | :--: | :-- |
| 2019/01/08 | 2.1.7 | [release notes](2.1.7/2.1.7.md)/[download](2.1.7/2.1.7-download.md) | - |
| 2018/11/13 | 2.1.6 | [release notes](2.1.6/2.1.6.md)/[download](2.1.6/2.1.6-download.md) | - |
| 2018/10/02 | 2.1.5 | [release notes](2.1.5/2.1.5.md)/[download](2.1.5/2.1.5-download.md) | - |
| 2018/09/11 | 2.1.4 | [release notes](2.1.4/2.1.4.md)/[download](2.1.4/2.1.4-download.md) | - |

View file

@ -1,13 +1,290 @@
{
"channel-version": "2.1",
"latest-release": "2.1.502",
"latest-release-date": "2018-12-11",
"latest-runtime": "2.1.6",
"latest-sdk": "2.1.502",
"latest-release": "2.1.7",
"latest-release-date": "2019-01-08",
"latest-runtime": "2.1.7",
"latest-sdk": "2.1.503",
"support-phase": "lts",
"eol-date": "",
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"releases": [
{
"release-date": "2019-01-08",
"release-version": "2.1.7",
"security": true,
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md",
"runtime": {
"version": "2.1.7",
"version-display": "2.1.7",
"vsversion": "15.9",
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/f7fad978-49ee-479b-85dc-c14201a58250/a574ba4525da0e49c928ced62efc449b/dotnet-runtime-2.1.7-linux-arm.tar.gz",
"hash": "EEA0D331E228B708D72C0C986BD834C61F2149FDB611D3163BEE657EA4FFE3589F015AE657FCF21E33B18E9964D872BE53E28AE0F75E56FEF00A5DD4920CDFE0"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/547090fb-be5c-486f-8de4-c2b7adc0f943/5ac4d7a89c604f59d6edad4b9e6a8465/dotnet-runtime-2.1.7-linux-arm64.tar.gz",
"hash": "A1C3C852153394CE092D925BA9FE705E365A77603B20283AA1EB9B320C2073925480A47B9ECE9A850B67B53873D0DAC23146994BB3411AB114049648544E9392"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/da3e3ff9-914c-4ec1-9d13-79bb15e5f6c0/f409e78ed0fe8f6aa8a9629cf9105534/dotnet-runtime-2.1.7-linux-musl-x64.tar.gz",
"hash": "E362A0497FCD524EA1D2FA512BF439E54CA487660A3F3E3E1B5B78B98EFB4C5BFE0C4A092501ADCC02ADE2436AE656B9EFFCCE738DA5F49A8333AB3D058A5AD7"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/6a99aa53-d80e-4d3a-ac85-b92f362dbed6/b2157451fc7ecabca3b5ebca933353bb/dotnet-runtime-2.1.7-linux-x64.tar.gz",
"hash": "2360E6EC9220B355A6D323D09CBBDC05EF6D84185570AC99CBA92E933BD4D4967468ED38C06D43A5839943DEE6552D6C63A0CF33C11BA1715D726FC7A2051125"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fa4e55cf-bc9c-44c6-b559-de851f812b55/b31006297946dfa8e3704a1dcd9021a4/dotnet-runtime-2.1.7-osx-x64.pkg",
"hash": "2BB6E66366E3D0FC1C6B015B11C1E60022400BC03DE4023E3D23D1C1AF6881E6D7B410ABB395FB3653AE9D21E97616F81B8FDDF0EDFA188088AACC69F4C4AA10"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/edb8800f-3bee-40f4-a756-18fba35a23fa/572e807dc511314637938fc775eecb77/dotnet-runtime-2.1.7-osx-x64.tar.gz",
"hash": "88BDDE064BB6D1EF84F53AB75B141BE408369F0523C24ADC6B06116F79EB358109577FFB43651637291077E9536D4593925CB3D370D1786DAE7999B5BF8B8E87"
},
{
"name": "dotnet-runtime-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ee59a1da-cf5e-4cda-9cd3-c5235bb837cb/c25f644c526f4f4f630a464e1ea89ca2/dotnet-runtime-2.1.7-rhel.6-x64.tar.gz",
"hash": "0BF094E053D365843121A94C6D9DED12B2F5258AF664C5A49271E578D501C41DB3967F438F617B0F766E2D6268555A4DBDE9855CC899A70F86A0DD5CF3D1D756"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/e7afbfad-c7b1-4e0f-85cf-5b3a46bda824/26d4572558fe4376b1a756880bddba5b/dotnet-runtime-2.1.7-win-x64.exe",
"hash": "4B9D1876924D95C5CA12717D5AFC5DFF1C6A2FDE92647B3D620F6FEBB3E2F0293DDBC16D6109988B103BB8BFAA9DF7F147DB766E12D87CBB6FE9747C1AB8A467"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f2c0da88-394d-4866-be55-aae40d9bc090/011d14383da063a3240e6829da2eb077/dotnet-runtime-2.1.7-win-x64.zip",
"hash": "5D5B0DAD9817B1B81650F86B7DF0B5FF5EF14712DC78000DCE1DAC4FBC4CE45D1BC6CDB569FA883CE000AAEA643DCF5F66A6179A298C0A16E0A69F4632A0BDB8"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/ee9763b7-0530-42da-bf7a-aaaf680a967c/bf6d29f3c4f63271d5717bf225768d87/dotnet-runtime-2.1.7-win-x86.exe",
"hash": "0FA3A256BB5E3E56CDFF0585EF7AD00109BCDCF46718F79CF291973DF935ADCC6DFD49DB84722EBEE8392B77841D718C25D7313ED2F12D407D9961421438D42F"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/23e9335b-3ac7-43c0-a6c6-f364291992c2/aaa1d7e04ad862822faf2f8b1e22d31b/dotnet-runtime-2.1.7-win-x86.zip",
"hash": "0FE43391296B2D47DCA3A5851CA1E950BC76B69E41EB61237F39BCCDF5D80746581B59BF9C11380F946E091FD04CBA72959CC821853B9C058DB698E461F05956"
}
]
},
"sdk": {
"version": "2.1.503",
"version-display": "2.1.503",
"runtime-version": "2.1.7",
"vs-version": "15.9",
"csharp-version": "7.3",
"fsharp-version": "4.5",
"vb-version": "15.0",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/77b2abb9-2107-4e4c-9e59-41cbf2cc46da/4e8c7ada2734f13a6e7efb62c6e69b29/dotnet-sdk-2.1.503-linux-arm.tar.gz",
"hash": "8A97790CDAE1AA43DD214E78483FD2201268EB7BC61718832DE766BD41741A6A04A33C5A612F4046BB315D2ADF5DAFAA9D62A6A96DED5AF38C002B7C4E682A15"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/32c34b80-94ba-4d0b-b42e-0d5c3fde7c44/a36914e63cf39846bace3a9b0d563517/dotnet-sdk-2.1.503-linux-arm64.tar.gz",
"hash": "2BC765B3C7D5C2FA1BF898469694A8DBFC1F4767C95EBCD42A29D76E9068CDC4DDA4B015BBE69B1D9B02B9D3741433E8547AB0E0D2C1AAF216926B72AE65AAFA"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/9c661c05-494b-4ebe-a56f-2dcc084df867/62017c1bc7a47b364518b74b47c76347/dotnet-sdk-2.1.503-linux-musl-x64.tar.gz",
"hash": "AF45E870B4676A1F755F5F50524A1D2852FAF418DF759986F64CDAAAA31FFF5A6A9CBEA7F791231FEB0E90B3C1A93A962D433B33DE056552ED12BD9766FDF8C2"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/04d83723-8370-4b54-b8b9-55708822fcde/63aab1f4d0be5246e3a92e1eb3063935/dotnet-sdk-2.1.503-linux-x64.tar.gz",
"hash": "6ACCDF7A4E09B7D6B93D4DF8484191DF1290107CF396BFA85B3DD4A75596E50836143DD7CD10D0239244751A8704C2E4586F21D59361ECF527EF2CD4BC15225C"
},
{
"name": "dotnet-sdk-osx-gs-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/3df363d4-1824-4b18-8adb-f1c823d617e5/7d8f6c5e91c57e787dfd4a0a15926ee7/dotnet-sdk-2.1.503-osx-gs-x64.pkg",
"hash": "DDE5BDAF7ED1202356819D73B061FE0FADA7A7EB67B35CAD3D53C24685D75251EC952351DBA2C340E369BBBA4A3F32C3E17B815F74DC52BE62440ADE655DDFC4"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/51e082b3-194f-4056-97d1-572adba62ba7/8c9d65121fe233a10f4411f4da4dcb57/dotnet-sdk-2.1.503-osx-x64.pkg",
"hash": "DDE5BDAF7ED1202356819D73B061FE0FADA7A7EB67B35CAD3D53C24685D75251EC952351DBA2C340E369BBBA4A3F32C3E17B815F74DC52BE62440ADE655DDFC4"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/c922688d-74e8-4af5-bcc8-5850eafbca7f/cf3b9a0b06c0dfa3a5098f893a9730bd/dotnet-sdk-2.1.503-osx-x64.tar.gz",
"hash": "69C494ED2D269AFB62E8AC394C71367B255AFBB31672FB7C66219F44D66EB0016AB3EE9E3F606AFAAED4BC270E10A11CD6CE92D73E2DFE20EA01CEC85A2CFD60"
},
{
"name": "dotnet-sdk-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/3c316425-97ed-4b1d-b687-48668d4c4955/f2cd24a3a4fd9a68e59400b03e5c7789/dotnet-sdk-2.1.503-rhel.6-x64.tar.gz",
"hash": "006D6BCE4E9DF812E00B03744EE226107625ACB46EA33ADEC3A7F0D3815415E035A66CF6C54535E681020D81606407415B97E474528D4166F8E045129590508B"
},
{
"name": "dotnet-sdk-win-gs-x64.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/103926f9-90cc-426e-a311-66920abf7916/b7dbee8e5f5b7c47c9164e741abf8a05/dotnet-sdk-2.1.503-win-gs-x64.exe",
"hash": "338FE1D8552D871A4D0716C3E3C044826E723466CD8565E22863D1976E32B7334C8E299FE04597C7CD323066A1150041A7C97BD29EC88FF836B3339E16AF55BC"
},
{
"name": "dotnet-sdk-win-gs-x86.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/a813dbe7-085a-452e-a90f-ba8e70fb97e0/f9825e7db3472514d56dc760452c6811/dotnet-sdk-2.1.503-win-gs-x86.exe",
"hash": "23413111EC00574526A92EC16FBC6EB1BD048A1E4876E3B10B83270350996575BC1C42E378CE3A6F1A9D8E3EA1387AE04E9A276472AEC5B05A14B84F55B73798"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/9afc36fb-48ba-43ae-9f37-df634383ae84/2c1329b490c8d4b2787164286bde115c/dotnet-sdk-2.1.503-win-x64.exe",
"hash": "338FE1D8552D871A4D0716C3E3C044826E723466CD8565E22863D1976E32B7334C8E299FE04597C7CD323066A1150041A7C97BD29EC88FF836B3339E16AF55BC"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/81e18dc2-7747-4b2d-9912-3be0f83050f1/5bc41cb27df3da63378df2d051be4b7f/dotnet-sdk-2.1.503-win-x64.zip",
"hash": "29E44A4D6BD81ACE5F7F5B5BE946E7FC81325F4563D375D6809150BFC0552C70E07467770C8C6B44127B5B1C01D93CA14E1C98BA527313DC093DB8942358760C"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/ced9d68b-7d29-4b25-a8a3-01bae68d8f1c/7c89ce22382c7b43fd3ce1e8fd5d3148/dotnet-sdk-2.1.503-win-x86.exe",
"hash": "23413111EC00574526A92EC16FBC6EB1BD048A1E4876E3B10B83270350996575BC1C42E378CE3A6F1A9D8E3EA1387AE04E9A276472AEC5B05A14B84F55B73798"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/db3c40c5-4140-4b2f-8e70-530873712c4c/b2558668b4e85418231df2e171b128b1/dotnet-sdk-2.1.503-win-x86.zip",
"hash": "48C6ADC531EA387D5F952AB3154FC752F8754636B2960A3FFB656F226C3F8AE796E7AC474D54BE7A8F0BBA5330F847ABA7E3D1E2CD63F04C99CE13B564FF2C14"
}
]
},
"aspnetcore-runtime": {
"version": "2.1.7",
"version-display": "2.1.7",
"version-aspnetcoremodule": "12.1.18263.2",
"vsversion": "15.9",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/eed36d24-bfa1-4b12-a56f-e889d005f9a7/c2b5b8ca4c1d16dd1e89c22bbeb6a9cf/aspnetcore-runtime-2.1.7-linux-arm.tar.gz",
"hash": "AF63EA3041938040CCF97DA7839B6E4BD4F12D582BDF6F336F49179FAA64AD32DFCB6352BC65902EDD1B21FCDF703F99089C5FE118FA35F9074CA5296ABD814D"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/0d705849-fcac-4a1d-911d-fe102630034e/fe83d9a5e69c117a8d78b1998fc38105/aspnetcore-runtime-2.1.7-linux-musl-x64.tar.gz",
"hash": "08320FD139768557FE962C06C0316DF8D30312D35A354F5D4DD6DC98C5093BDA7B0FACD694BD7406F3C6543D383296F7CBA7D759367EE4CFDBC8AC98062CD289"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/085b427b-66f6-4cf5-bee3-5f4cbef2b72c/9c1ad276cf957258d123a3b268ec9304/aspnetcore-runtime-2.1.7-linux-x64.tar.gz",
"hash": "FEEF7CF9E296011B799B196F3F7CEC93E685E5E1B981238064D934BC003EEBC75A10567DB3AF02384C68000CE1D0A64F769928F6B91392934ACDACB008C238AD"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/cd74bdd1-9eb4-46b2-b762-abedf336f049/686cfa8f0212a20f25109fe1061bfe01/aspnetcore-runtime-2.1.7-osx-x64.tar.gz",
"hash": "9935680C9A8E0E08FCB5824522A51D14BB8CA3FCFBF375852CDA47B68E14A14318459E701F8B1730E92AA0FF48683C3E4DC22E9A5F88F0C0F3360B6CE7F3CA27"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/37e3d4da-cb76-41e5-9ca5-df23a0124625/4dd826c4936622cefe05b48f239a1ed0/aspnetcore-runtime-2.1.7-win-x64.exe",
"hash": "4EBD8A5F4CF5526BE8242D04F0D7893F00F34530A7A031E239F68ED8E77692D2E4A99DF6390846DF725FCAE0F1EDD2B590177056784B19549DF80E55D3A4BAF0"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/2983b874-4d70-431a-9953-f4c59a67cbf4/96c1f7f54836e67eb10086f6dac206d3/aspnetcore-runtime-2.1.7-win-x64.zip",
"hash": "89599D964F99216F990E9A23531BEBBB56615553663C709BD28B85E8EAF8BF8D926E59C80868E3DE55413464C874AA3BA093CE08FBEF1556315E38BBEB89AAA5"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/0f40be3f-6da7-47f7-9aa0-e82fe8e6e84c/ec1c3554534585a426712ffcba2fbe7c/aspnetcore-runtime-2.1.7-win-x86.exe",
"hash": "0F72F1BA7CDF9E2D5B21C13C3C785396CA7EAE39914819405E0EB04D7EF7B8C4B348A47A3CB7D0BDA688BDB543CC56C6D16AFB9C40CDDD50154BB1544992353C"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/15fca027-7eec-4b0d-b0e4-6b3d3e5ca1ca/5b5ae283fcdb3bc10ba419f6f0ff470b/aspnetcore-runtime-2.1.7-win-x86.zip",
"hash": "428CDCE6C04B490C1BFA7237C21CDC2CBA171512A13DCC3AA3A9324DE553DC5E064D5660E57DFAB1F0F5CD65C515964E8D36C250EAB79B7BD2C9D94949C1D52F"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/dc3606d0-06b2-4ddb-9190-daaf9d2947e4/8af36c231247dbdbf4dde41b8a70b221/dotnet-hosting-2.1.7-win.exe",
"hash": "829A00B36C8F4C01C6AF7EE6D653CDFFB29C9C25553F590F0B8B505403AC4EFF1565C175FB891C04EA310AF03B03D8FF9ADD45E65976143CB6CA508B20AAB245"
}
]
},
"symbols": {
"version": "2.1.7",
"files": [
{
"name": "aspnet-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/26f3234d-4e72-4cba-a27b-e615595c15dc/2e83ee0f9b7e7a62dc212ef766bc5013/aspnet-2.1.7-symbols.zip",
"hash": "8CEE9AB1AE9FF23A060649396C3D986A34AA49FDF922027665ACB09A7A30CFEA81D9C0B10452C46EF772358D6DFA20E1AB369A77B652217B9F4CC887C20CE1B8"
},
{
"name": "cli-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/b076d7e5-00d4-40dd-843a-b2747aa08fd9/84a4d47dd0af397ec1c53efe5037cef8/cli-2.1.7-symbols.zip",
"hash": "D3BCD69000A3703648635D3F96D9EA7E80FE691DC0870714586C812DFE265AA3D7A94A82BB28FEF4C3700CA24EEFF042F9F7C87F0443E68F772AFE614E6C9634"
},
{
"name": "core-setup-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/fb2d63cc-c6a9-4412-b563-5e9851815f6f/7faf1cfaf0952c6fd9fb4beb42891049/core-setup-2.1.7-symbols.zip",
"hash": "D7BD2173806C6C14881B23AA9014AFAE95DCBB5906EAC3D9BF747415603CA52C347131AD99B077C024F49A94B7ADB26543A4822DF1D7FFFE99A927F5752E8676"
},
{
"name": "coreclr-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/ea9824bb-3641-457b-a9aa-2be66ac35de7/0c21dc003021c6e38cd74c41e7be1302/coreclr-2.1.7-symbols.zip",
"hash": "BCEFA48CCB9F5AC513DA7F27F2AC7C4B6A89B88BD5D10FEE074B7A90A91B2AA85BD3BF8B04A38B4D3C8F7B9C6F450BF0D98E7FFE760D31BF80025732E645FF70"
},
{
"name": "corefx-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/6ea20771-8d4f-4569-9f91-a2d583391d64/58e1b0d948db6dc17179b57c385e18f0/corefx-2.1.7-symbols.zip",
"hash": "AF303D2155E3BC9A7F54C374C143879B8A61F4D84503D6DE6CC2BB4F467F4697AFA993542099F1D39E3BB113F6B2907B50886B36685536D1C33F7585D8A4BC8E"
},
{
"name": "sdk-symbols-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/3b209b8e-4f72-4546-bc8a-5f037fe9c9a6/1e0a12163015993db5fbc22b69303d8a/sdk-symbols-2.1.7-symbols.zip",
"hash": "4012836E70053CCDCB7B1879C4E1C29A64DEC80076174FA7915CF39C9C653C775F7AF87CD51DDE9400B17CB9475DD607A7E5D5880E98E55B8E09FC206D0E423E"
}
]
}
},
{
"release-date": "2018-12-11",
"release-version": "2.1.502",

View file

@ -30,7 +30,7 @@ OS | Version | Architectures |
------------------------------|-------------------------------|----------------|-----
Red Hat Enterprise Linux | 6 | x64 | [Microsoft support policy](https://www.microsoft.com/net/support/policy)
Red Hat Enterprise Linux <br> CentOS <br> Oracle Linux | 7 | x64 | [Red Hat support policy](https://access.redhat.com/support/policy/updates/errata/) <br> [CentOS lifecycle](https://wiki.centos.org/FAQ/General#head-fe8a0be91ee3e7dea812e8694491e1dde5b75e6d) <br> [Oracle Linux lifecycle](http://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf)
Fedora | 27, 28 | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Fedora | 28, 29 | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Debian | 9 | x64, ARM32 | [Debian lifecycle](https://wiki.debian.org/DebianReleases)
Ubuntu | 18.10, 18.04, 16.04 | x64, ARM32\* | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
Linux Mint | 18, 17 | x64 | [Linux Mint end of life announcements](https://forums.linuxmint.com/search.php?keywords=%22end+of+life%22&terms=all&author=&sc=1&sf=titleonly&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search)
@ -49,6 +49,7 @@ Support for the following versions was ended by the distribution owners and are
|OS | Version | End of Life |
|-----------|----------|-------------|
| Fedora | 27 | [11/30/2018](https://fedoraproject.org/wiki/End_of_life) |
| Fedora | 26 | [5/29/2018](https://fedoramagazine.org/fedora-26-end-life/) |
| Debian | 8 | [6/17/2018](https://lists.debian.org/debian-security-announce/2018/msg00132.html)
| Ubuntu | 17.10 | [7/19/2018](https://lists.ubuntu.com/archives/ubuntu-announce/2018-July/000232.html) |

View file

@ -0,0 +1,29 @@
# Commits to .NET Core 2.2.1 and .NET Core SDK 2.2.102
This is a curated list of commits across the .NET Core 2.2.1 development cycle.
* [CoreCLR](#coreclr)
* [CoreFX](#corefx)
* [AspNetCore](#aspnetcore)
## CoreCLR
* [`[b24eee89da]`](https://github.com/dotnet/coreclr/commit/b24eee89da) Fix CancellationTokenRegistration.Token after CTS.Dispose (#21417)
* [`[18a57b3a84]`](https://github.com/dotnet/coreclr/commit/18a57b3a84) Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874) (#21218)
* [`[470d299811]`](https://github.com/dotnet/coreclr/commit/470d299811) Port fix value numbering when selecting a constant to release/2.2
* [`[1e647b10ab]`](https://github.com/dotnet/coreclr/commit/1e647b10ab) Added support for running in a sandbox on Mac (#20735) (#20906)
* [`[a589a296f0]`](https://github.com/dotnet/coreclr/commit/a589a296f0) Port to 2.1 - Don't check for libintl.h on OSX (#20118)
* [`[e052c0341a]`](https://github.com/dotnet/coreclr/commit/e052c0341a) Formatting Japanese First Year of Era (#20729)
* [`[eb90b6c0f9]`](https://github.com/dotnet/coreclr/commit/eb90b6c0f9) Support new Japanese calendar eras (#20727)
## CoreFX
* [`[8268b1acc6]`](https://github.com/dotnet/corefx/commit/8268b1acc6) QueryDirectoryFile requires 64 bit alignment to work on ARM32. (#33713) (#33754)
## ASPNetCore
* [`[edcee859f0]`](https://github.com/aspnet/AspNetCore/commit/edcee859f0) Convert Identity to Reference (#6086)
* [`[019ba081d3]`](https://github.com/aspnet/AspNetCore/commit/019ba081d3) Fix flakiness in RequestsCanBeAbortedMidRead (#4881)
* [`[96ea326664]`](https://github.com/aspnet/AspNetCore/commit/96ea326664) Document custom reference resolution (#4806)
* [`[0646bb98b0]`](https://github.com/aspnet/AspNetCore/commit/0646bb98b0) Call Flush With fMoreData=false when response isn't allowed to have body (#4403)
* [`[f7c26f9912]`](https://github.com/aspnet/AspNetCore/commit/f7c26f9912) [2.2.1] Use non-pinnable buffer for zero byte read (#4066)

View file

@ -0,0 +1,136 @@
# .NET Core 2.2.1
.NET Core 2.2.1 comprises:
* .NET Core Runtime 2.2.1
* ASP.NET Core 2.2.1
* .NET Core SDK 2.2.102
See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.1/2.2.1.md) for details about what is included in this update.
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] <br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz]] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM32][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
| Symbols | [CLI][cli-symbols.zip] \| [SDK][dotnet-sdk-symbols.zip] | - | [Runtime][coreclr-symbols.zip] \| [Shared Framework][corefx-symbols.zip] \| [Setup][core-setup-symbols.zip] | - | [ASP.NET Core][aspnet-symbols.zip] |
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
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) 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"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
## Installing .NET Core on Linux
Before installing .NET, you will need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The commands listed below do not specifically incude package managers to help with readability. Here are the package managers typically used by the Distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
### Develop applications
To develop applications using the .NET Core SDK, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-2.2
```
### Run applications
If you only need to run existing applications, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-2.2
```
### 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](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-2.2` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-2.2` 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:
* [dotnet-hosting-2.2.1-win.exe][dotnet-hosting-win.exe]
This will install the ASP.NET Core Module for IIS.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.1/2.2.1.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e64d0771-52f3-444c-b174-8be5923ca6da/e0d7f36a0017162f5ff7a81b919ef434/dotnet-runtime-2.2.1-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4feaf401-6e35-4866-a603-f78f20e1443f/f7cbd190d92aeb555a39696f3aec3400/dotnet-runtime-2.2.1-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb167dc0-1026-4d98-af20-d33c57af72df/42c5573c53c12243cd5e9d9951bbaaaa/dotnet-runtime-2.2.1-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/372f18c3-f642-4b73-8255-40a87430a9bb/dd0b412220dc49868b0ba1c58252b6d0/dotnet-runtime-2.2.1-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/80a93bfc-dd53-474b-94f4-1dea02dec70c/eab2c0d078899ad0d8f8a15bf84a7f63/dotnet-runtime-2.2.1-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a524eeaa-dff9-4874-8753-50c46621ba52/30a95c310b7fd4e801417f58f9fb4562/dotnet-runtime-2.2.1-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5805c10f-aac5-44d5-a169-c0b06862ed8b/7d6c12a91d7f06c0e6ece4640afa8a6b/dotnet-runtime-2.2.1-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/e321754c-1fec-4b9a-9b1b-51c0cf925d69/c1d3d28e286f6293db59ab6d9d221349/dotnet-runtime-2.2.1-win-arm.zip
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/85ebea2c-5c65-40ab-9d28-751367a2e309/815568fcb183b1ebb84155891882ba1c/dotnet-runtime-2.2.1-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/14105500-66ac-40f9-85da-044e9486d3bf/8a1b8c318b50bbb96af2290c690225da/dotnet-runtime-2.2.1-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/16ccdfd9-b366-4a0c-9b56-a750ea66fd58/b2248c6bed9481c71cad09ed88ae92a0/dotnet-runtime-2.2.1-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/8ed0a562-8a0c-404d-9ecd-9101c4666c62/0d0731978fd0470fb52c7e9188e3beff/dotnet-runtime-2.2.1-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/0319d1d8-88ca-4521-a060-1729ac2fe185/6cd6fadcbed713ff9f64191097920315/dotnet-runtime-2.2.1-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9d049226-1f28-4d3d-a4ff-314e56b223c5/f67ab05a3d70b2bff46ff25e2b3acd2a/aspnetcore-runtime-2.2.1-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0dc12b72-f5b1-47b7-952c-bba5de6842f8/58dae827466e128dd5d0538c62d1ff49/aspnetcore-runtime-2.2.1-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/53cace8f-2907-487e-84d7-bc7a7ba5de05/326704ffa2ef9d4dcd0db2f1da996ebb/aspnetcore-runtime-2.2.1-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e1c9f6fa-9ca2-4cfe-9b2d-1b042aeb8525/b4496a1ffff763b9431f44a3cc49664e/aspnetcore-runtime-2.2.1-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/2d01d672-6299-4104-890e-6c4915b568db/611719bbd750d0a23255ff5c25b649e4/aspnetcore-runtime-2.2.1-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/0b39ab55-0f9c-4a1e-8f10-fba99193b466/4091102efbe65e582e9b1a4648c65589/aspnetcore-runtime-2.2.1-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/226f3292-21d8-4c04-adbe-51b8cdd69dca/1e0425c21a5351a5e256dcc4c99ea076/aspnetcore-runtime-2.2.1-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/27f88a3d-289e-486b-99f8-2fbe31c6d4a8/82725b35c8cb2053b1ed64d9a5978d91/aspnetcore-runtime-2.2.1-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/4876c767-a2f6-41e9-bf56-2845c92a7c59/ae31a708abdc548c7463000b3f3bbf5c/aspnetcore-runtime-2.2.1-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/5ee633f2-bf6d-49bd-8fb6-80c861c36d54/caa93641707e1fd5b8273ada22009246/dotnet-hosting-2.2.1-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9650e3a6-0399-4330-a363-1add761127f9/14d80726c16d0e3d36db2ee5c11928e4/dotnet-sdk-2.2.102-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cbfdc967-0ef2-4371-aef9-70834e32a678/4deb9880498758914fdbf1e984c61049/dotnet-sdk-2.2.102-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/07f08bb9-c70f-4b9b-afc4-12b5ab98c108/440e0bdf76b34f82112b4d17b2cf4294/dotnet-sdk-2.2.102-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6183afd2-d361-4815-9b34-0c110b93493e/0ec250c96be6a9ffdd7d55ad52c8a2d6/dotnet-sdk-2.2.102-linux-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6183afd2-d361-4815-9b34-0c110b93493e/0ec250c96be6a9ffdd7d55ad52c8a2d6/dotnet-sdk-2.2.102-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/34608266-602a-4f3c-9608-48364b01ac9a/3b890a39949af4592189ca9a300cf651/dotnet-sdk-2.2.102-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/af3ed029-01b7-4da5-ade5-d8da67f08d3e/59a2c63da4ccb33a74a43de9660ef4d6/dotnet-sdk-2.2.102-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d38a87fd-1c2e-4e2b-9139-72b30434549f/c62164c3d3258fc8caf6ca9a25aeeaae/dotnet-sdk-2.2.102-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d38a87fd-1c2e-4e2b-9139-72b30434549f/c62164c3d3258fc8caf6ca9a25aeeaae/dotnet-sdk-2.2.102-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d38a87fd-1c2e-4e2b-9139-72b30434549f/c62164c3d3258fc8caf6ca9a25aeeaae/dotnet-sdk-2.2.102-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/a2686bb0-bc23-477d-bf8b-28fc39a4fd74/4247ade4aff73f96e390f2576d4d131c/dotnet-sdk-2.2.102-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/5b886442-d2dc-4690-a3ae-e8f22c9f4e11/ba3c9acd238f807aa207d89da3d38a0c/dotnet-sdk-2.2.102-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/741ddae8-d335-4da1-b48b-3b7e14b091e2/b3e823064333d48b6ce5f93c873ed04f/dotnet-sdk-2.2.102-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/cc94a8eb-3c33-4a00-b65a-36daebf0b69d/4f3a29fba27f5b8c940e3228f42889ec/dotnet-sdk-2.2.102-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/5054e671-e4e5-485f-bb21-c21db96e4c32/5a3d985edb2aa4d636a70abf2f008f74/aspnet-2.2.1-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/c1345252-2b65-463c-a242-387584319029/bd273fbf195ef073d65f521b3c23bc5b/cli-2.2.1-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/7181f15d-9b79-4433-bd78-70920d0a4285/400dde7650fdb910b5fe5323caac5600/core-setup-2.2.1-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/0a6b8b1b-99ea-47d3-b469-e20e7de24d2e/3414feb5b173ded0cbe20de2f3d1e61b/coreclr-2.2.1-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/45660124-8e10-4871-a2b4-003ae46b3928/c93c49381fabe993ee95666d842bb91f/corefx-2.2.1-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/fb7eaa7a-7bf9-481e-a30b-ce8d87d9710c/ceacf3a172301d0ad64f5f4199327379/sdk-symbols-2.2.1-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.1-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.102-sdk-sha.txt
[linux-install]: https://www.microsoft.com/net/download/linux
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
[dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/

View file

@ -0,0 +1,245 @@
# .NET Core 2.2.1 Update - January 08, 2019
.NET Core 2.2.1 is available for [download](2.2.1-download.md) and usage in your environment. This release includes .NET Core 2.2.1, ASP.NET Core 2.2.1 and .NET Core SDK 2.2.102.
* [Downloads](#downloads)
* [Changes in this release](#changes-in-221)
* [.NET Core Lifecycle News](#net-core-lifecycle-news)
* [Known Issues](../2.1-known-issues.md)
Visit the [.NET Core blog][dotnet-blog] to read more about this release. Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] <br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz]] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM32][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
| Symbols | [CLI][cli-symbols.zip] \| [SDK][dotnet-sdk-symbols.zip] | - | [Runtime][coreclr-symbols.zip] \| [Shared Framework][corefx-symbols.zip] \| [Setup][core-setup-symbols.zip] | - | [ASP.NET Core][aspnet-symbols.zip] |
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](https://hub.docker.com/r/microsoft/dotnet/) 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"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
The following repos have been updated
* [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet)
* [microsoft/dotnet-samples](https://hub.docker.com/r/microsoft/dotnet-samples)
### Azure AppServices
* .NET Core 2.2.1 is being deployed to Azure App Services and the deployment is expected to complete in a couple of days.
## .NET Core Lifecycle News
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
The following OS versions have changed support status since our last release:
* Fedora 27 reached [end of life](https://fedoramagazine.org/fedora-27-end-of-life/) on November 30, 2018 and is no longer supported by .NET Core.
* Fedora 29 was released [October 30, 2018](https://fedoramagazine.org/announcing-fedora-29/) and is supported by NET Core 2.2.
## Changes in 2.2.1
.NET Core 2.2.1 release carries both security and non-security fixes. In addition to the listed vulnerabilites (see CVEs below) support for new Japanese calendar era and running in a sandbox on Mac has been added along with a few other reliability fixes.
All fixes of note can be seen in the [2.2.1 commits](2.2.1-commits.md) list.
* ### [CVE-2019-0545: .NET Core Information Disclosure Vulnerability](https://github.com/dotnet/Announcements/issues/XX)
The security update addresses the vulnerability by enforcing Cross-origin Resource Sharing (CORS) configuration to prevent its bypass in .NET Core 2.1 and 2.2. An attacker who successfully exploited the vulnerability could retrieve content, that is normally restricted, from a web application.
**Affected Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
System.Net.Http | 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4 | 4.3.5
* ### [CVE-2019-0548: ASP.NET Core Denial Of Service Vulnerability](https://github.com/dotnet/Announcements/issues/XX)
This security vulnerability exists in ASP.NET Core 1.0, 1.1, 2.1 and 2.2. If an application is hosted on Internet Information Server (IIS) a remote unauthenticated attacker can use a specially crafted request to cause a Denial of Service.
**Affected Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
AspNetCoreModule (ANCM) | Prior to 12.2.18346.0 | >=12.2.18346.0
* ### [CVE-2019-0564: ASP.NET Core Denial Of Service Vulnerability](https://github.com/dotnet/Announcements/issues/XX)
This security vulnerability exists when ASP.NET Core 2.1 and 2.2 improperly handles web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against an ASP.NET Core web application. The vulnerability can be exploited remotely, without authentication.
A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to the .NET Core application.
**Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
Microsoft.AspNetCore.WebSockets | 2.2.0<br/>2.1.0, 2.1.1 | 2.2.1<br/>2.1.7
Microsoft.AspNetCore.Server.Kestrel.Core | 2.1.0, 2.1.1, 2.1.2, 2.1.3 | 2.1.7
System.Net.WebSockets.WebSocketProtocol | 4.5.0, 4.5.1, 4.5.2 | 4.5.3
Microsoft.NETCore.App | 2.2.0<br/>2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.2.1 <br/> 2.1.7
Microsoft.AspNetCore.App | 2.2.0<br/>2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.2.1 <br/> 2.1.7
Microsoft.AspNetCore.All | 2.2.0<br/>2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.2.1 <br/> 2.1.7
## Packages updated in this release:
Package name | Version
------------ | -------------------
dotnet-aspnet-codegenerator | 2.2.1
dotnet-ef | 2.2.1
Microsoft.AspNetCore.All | 2.2.1
Microsoft.AspNetCore.App | 2.2.1
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 2.2.1
Microsoft.AspNetCore.Server.IIS | 2.2.1
Microsoft.AspNetCore.Server.IISIntegration | 2.2.1
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets | 2.2.1
Microsoft.AspNetCore.WebSockets | 2.2.1
Microsoft.Data.Sqlite | 2.2.1
Microsoft.Data.Sqlite.Core | 2.2.1
Microsoft.DotNet.Web.Client.ItemTemplates | 2.2.1
Microsoft.DotNet.Web.ItemTemplates | 2.2.1
Microsoft.DotNet.Web.ProjectTemplates.2.2 | 2.2.1
Microsoft.DotNet.Web.Spa.ProjectTemplates | 2.2.1
Microsoft.EntityFrameworkCore | 2.2.1
Microsoft.EntityFrameworkCore.Abstractions | 2.2.1
Microsoft.EntityFrameworkCore.Analyzers | 2.2.1
Microsoft.EntityFrameworkCore.Design | 2.2.1
Microsoft.EntityFrameworkCore.InMemory | 2.2.1
Microsoft.EntityFrameworkCore.Proxies | 2.2.1
Microsoft.EntityFrameworkCore.Relational | 2.2.1
Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 2.2.1
Microsoft.EntityFrameworkCore.Specification.Tests | 2.2.1
Microsoft.EntityFrameworkCore.Sqlite | 2.2.1
Microsoft.EntityFrameworkCore.Sqlite.Core | 2.2.1
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 2.2.1
Microsoft.EntityFrameworkCore.SqlServer | 2.2.1
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 2.2.1
Microsoft.EntityFrameworkCore.Tools | 2.2.1
Microsoft.NETCore.App | 2.2.1
Microsoft.NETCore.DotNetAppHost | 2.2.1
Microsoft.NETCore.DotNetHost | 2.2.1
Microsoft.NETCore.DotNetHostPolicy | 2.2.1
Microsoft.NETCore.DotNetHostResolver | 2.2.1
Microsoft.VisualStudio.Web.CodeGeneration | 2.2.1
Microsoft.VisualStudio.Web.CodeGeneration.Contracts | 2.2.1
Microsoft.VisualStudio.Web.CodeGeneration.Core | 2.2.1
Microsoft.VisualStudio.Web.CodeGeneration.Design | 2.2.1
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore | 2.2.1
Microsoft.VisualStudio.Web.CodeGeneration.Templating | 2.2.1
Microsoft.VisualStudio.Web.CodeGeneration.Utils | 2.2.1
Microsoft.VisualStudio.Web.CodeGenerators.Mvc | 2.2.1
runtime.linux-arm.Microsoft.NETCore.App | 2.2.1
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.linux-arm.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.linux-arm64.Microsoft.NETCore.App | 2.2.1
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.linux-musl-x64.Microsoft.NETCore.App | 2.2.1
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.linux-x64.Microsoft.NETCore.App | 2.2.1
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.linux-x64.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.osx-x64.Microsoft.NETCore.App | 2.2.1
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.osx-x64.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.rhel.6-x64.Microsoft.NETCore.App | 2.2.1
runtime.rhel.6-x64.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.win-arm.Microsoft.NETCore.App | 2.2.1
runtime.win-arm.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.win-arm.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.win-arm64.Microsoft.NETCore.App | 2.2.1
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.win-arm64.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.win-x64.Microsoft.NETCore.App | 2.2.1
runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.win-x64.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 2.2.1
runtime.win-x86.Microsoft.NETCore.App | 2.2.1
runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 2.2.1
runtime.win-x86.Microsoft.NETCore.DotNetHost | 2.2.1
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 2.2.1
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.2.1
System.Net.WebSockets.WebSocketProtocol | 4.5.3
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.2.1/2.2.1.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e64d0771-52f3-444c-b174-8be5923ca6da/e0d7f36a0017162f5ff7a81b919ef434/dotnet-runtime-2.2.1-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4feaf401-6e35-4866-a603-f78f20e1443f/f7cbd190d92aeb555a39696f3aec3400/dotnet-runtime-2.2.1-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb167dc0-1026-4d98-af20-d33c57af72df/42c5573c53c12243cd5e9d9951bbaaaa/dotnet-runtime-2.2.1-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/372f18c3-f642-4b73-8255-40a87430a9bb/dd0b412220dc49868b0ba1c58252b6d0/dotnet-runtime-2.2.1-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/80a93bfc-dd53-474b-94f4-1dea02dec70c/eab2c0d078899ad0d8f8a15bf84a7f63/dotnet-runtime-2.2.1-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a524eeaa-dff9-4874-8753-50c46621ba52/30a95c310b7fd4e801417f58f9fb4562/dotnet-runtime-2.2.1-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5805c10f-aac5-44d5-a169-c0b06862ed8b/7d6c12a91d7f06c0e6ece4640afa8a6b/dotnet-runtime-2.2.1-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/e321754c-1fec-4b9a-9b1b-51c0cf925d69/c1d3d28e286f6293db59ab6d9d221349/dotnet-runtime-2.2.1-win-arm.zip
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/85ebea2c-5c65-40ab-9d28-751367a2e309/815568fcb183b1ebb84155891882ba1c/dotnet-runtime-2.2.1-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/14105500-66ac-40f9-85da-044e9486d3bf/8a1b8c318b50bbb96af2290c690225da/dotnet-runtime-2.2.1-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/16ccdfd9-b366-4a0c-9b56-a750ea66fd58/b2248c6bed9481c71cad09ed88ae92a0/dotnet-runtime-2.2.1-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/8ed0a562-8a0c-404d-9ecd-9101c4666c62/0d0731978fd0470fb52c7e9188e3beff/dotnet-runtime-2.2.1-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/0319d1d8-88ca-4521-a060-1729ac2fe185/6cd6fadcbed713ff9f64191097920315/dotnet-runtime-2.2.1-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9d049226-1f28-4d3d-a4ff-314e56b223c5/f67ab05a3d70b2bff46ff25e2b3acd2a/aspnetcore-runtime-2.2.1-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0dc12b72-f5b1-47b7-952c-bba5de6842f8/58dae827466e128dd5d0538c62d1ff49/aspnetcore-runtime-2.2.1-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/53cace8f-2907-487e-84d7-bc7a7ba5de05/326704ffa2ef9d4dcd0db2f1da996ebb/aspnetcore-runtime-2.2.1-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e1c9f6fa-9ca2-4cfe-9b2d-1b042aeb8525/b4496a1ffff763b9431f44a3cc49664e/aspnetcore-runtime-2.2.1-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/2d01d672-6299-4104-890e-6c4915b568db/611719bbd750d0a23255ff5c25b649e4/aspnetcore-runtime-2.2.1-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/0b39ab55-0f9c-4a1e-8f10-fba99193b466/4091102efbe65e582e9b1a4648c65589/aspnetcore-runtime-2.2.1-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/226f3292-21d8-4c04-adbe-51b8cdd69dca/1e0425c21a5351a5e256dcc4c99ea076/aspnetcore-runtime-2.2.1-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/27f88a3d-289e-486b-99f8-2fbe31c6d4a8/82725b35c8cb2053b1ed64d9a5978d91/aspnetcore-runtime-2.2.1-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/4876c767-a2f6-41e9-bf56-2845c92a7c59/ae31a708abdc548c7463000b3f3bbf5c/aspnetcore-runtime-2.2.1-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/5ee633f2-bf6d-49bd-8fb6-80c861c36d54/caa93641707e1fd5b8273ada22009246/dotnet-hosting-2.2.1-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9650e3a6-0399-4330-a363-1add761127f9/14d80726c16d0e3d36db2ee5c11928e4/dotnet-sdk-2.2.102-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cbfdc967-0ef2-4371-aef9-70834e32a678/4deb9880498758914fdbf1e984c61049/dotnet-sdk-2.2.102-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/07f08bb9-c70f-4b9b-afc4-12b5ab98c108/440e0bdf76b34f82112b4d17b2cf4294/dotnet-sdk-2.2.102-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6183afd2-d361-4815-9b34-0c110b93493e/0ec250c96be6a9ffdd7d55ad52c8a2d6/dotnet-sdk-2.2.102-linux-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6183afd2-d361-4815-9b34-0c110b93493e/0ec250c96be6a9ffdd7d55ad52c8a2d6/dotnet-sdk-2.2.102-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/34608266-602a-4f3c-9608-48364b01ac9a/3b890a39949af4592189ca9a300cf651/dotnet-sdk-2.2.102-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/af3ed029-01b7-4da5-ade5-d8da67f08d3e/59a2c63da4ccb33a74a43de9660ef4d6/dotnet-sdk-2.2.102-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d38a87fd-1c2e-4e2b-9139-72b30434549f/c62164c3d3258fc8caf6ca9a25aeeaae/dotnet-sdk-2.2.102-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d38a87fd-1c2e-4e2b-9139-72b30434549f/c62164c3d3258fc8caf6ca9a25aeeaae/dotnet-sdk-2.2.102-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d38a87fd-1c2e-4e2b-9139-72b30434549f/c62164c3d3258fc8caf6ca9a25aeeaae/dotnet-sdk-2.2.102-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/a2686bb0-bc23-477d-bf8b-28fc39a4fd74/4247ade4aff73f96e390f2576d4d131c/dotnet-sdk-2.2.102-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/5b886442-d2dc-4690-a3ae-e8f22c9f4e11/ba3c9acd238f807aa207d89da3d38a0c/dotnet-sdk-2.2.102-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/741ddae8-d335-4da1-b48b-3b7e14b091e2/b3e823064333d48b6ce5f93c873ed04f/dotnet-sdk-2.2.102-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/cc94a8eb-3c33-4a00-b65a-36daebf0b69d/4f3a29fba27f5b8c940e3228f42889ec/dotnet-sdk-2.2.102-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/5054e671-e4e5-485f-bb21-c21db96e4c32/5a3d985edb2aa4d636a70abf2f008f74/aspnet-2.2.1-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/c1345252-2b65-463c-a242-387584319029/bd273fbf195ef073d65f521b3c23bc5b/cli-2.2.1-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/7181f15d-9b79-4433-bd78-70920d0a4285/400dde7650fdb910b5fe5323caac5600/core-setup-2.2.1-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/0a6b8b1b-99ea-47d3-b469-e20e7de24d2e/3414feb5b173ded0cbe20de2f3d1e61b/coreclr-2.2.1-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/45660124-8e10-4871-a2b4-003ae46b3928/c93c49381fabe993ee95666d842bb91f/corefx-2.2.1-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/fb7eaa7a-7bf9-481e-a30b-ce8d87d9710c/ceacf3a172301d0ad64f5f4199327379/sdk-symbols-2.2.1-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.1-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.503-sdk-sha.txt
[linux-install]: https://www.microsoft.com/net/download/linux
[dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/

View file

@ -4,6 +4,7 @@ The following .NET Core 2.2 releases have been shipped. You must be on the lates
| Release Date | Description | | |
| :-- | :-- | :--: | :-- |
| 2019/01/08 | 2.2.1 | [release notes](2.2.1/2.2.1.md)/[download](2.2.1/2.2.1-download.md) | - |
| 2018/12/04 | 2.2.0 | [release notes](2.2.0/2.2.0.md)/[download](2.2.0/2.2.0-download.md) | - |
| 2018/10/17 | 2.2.0 Preview 3 | [release notes](./preview/2.2.0-preview3.md)/[download](./preview/2.2.0-preview3-download.md) | - |
| 2018/09/12 | 2.2.0 Preview 2 | [release notes](./preview/2.2.0-preview2.md)/[download](./preview/2.2.0-preview2-download.md) | - |

File diff suppressed because it is too large Load diff

View file

@ -6,8 +6,8 @@ The latest supported release is [.NET Core 2.2](2.2).
You can download the latest updates for .NET Core.
* [.NET Core 2.2.0](2.2/2.2.0/2.2.0-download.md)
* [.NET Core 2.1.6](2.1/2.1.6/2.1.6-download.md)
* [.NET Core 2.2.1](2.2/2.2.1/2.2.1-download.md)
* [.NET Core 2.1.7](2.1/2.1.7/2.1.7-download.md)
* [.NET Core 1.1.10](download-archives/1.1.10-download.md)
* [.NET Core 1.0.13](download-archives/1.0.13-download.md)

View file

@ -14,11 +14,11 @@
},
{
"channel-version": "2.2",
"latest-release": "2.2.101",
"latest-release-date": "2018-12-04",
"security": false,
"latest-runtime": "2.2.0",
"latest-sdk": "2.2.101",
"latest-release": "2.2.1",
"latest-release-date":"2019-01-08",
"security": true,
"latest-runtime": "2.2.1",
"latest-sdk": "2.2.102",
"product": ".NET Core",
"support-phase": "current",
"eol-date": "",
@ -26,11 +26,11 @@
},
{
"channel-version": "2.1",
"latest-release": "2.1.6",
"latest-release-date": "2018-11-13",
"security": false,
"latest-runtime": "2.1.6",
"latest-sdk": "2.1.502",
"latest-release": "2.1.7",
"latest-release-date":"2019-01-08",
"security": true,
"latest-runtime": "2.1.7",
"latest-sdk": "2.1.503",
"product": ".NET Core",
"support-phase": "lts",
"eol-date": "",

View file

@ -1,4 +1,127 @@
[
{
"version-runtime": "2.2.1",
"version-sdk": "2.2.102",
"version-runtime-display": "2.2.1",
"version-sdk-display": "2.2.102",
"version-aspnetcoremodule": "12.2.18316.0",
"date": "2019-01-08",
"security": "true",
"lts-runtime": "current",
"lts-sdk": "FALSE",
"vs-version": "",
"csharp-language": "7.3",
"fsharp-language": "4.5",
"vb-language": "15.0",
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.1/2.2.1.md",
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.1-runtime-sha.txt",
"blob-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.1",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.102-sdk-sha.txt",
"blob-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.102",
"runtime-linux-arm-x32": "https://download.visualstudio.microsoft.com/download/pr/e64d0771-52f3-444c-b174-8be5923ca6da/e0d7f36a0017162f5ff7a81b919ef434/dotnet-runtime-2.2.1-linux-arm.tar.gz",
"runtime-linux-arm-x64": "https://download.visualstudio.microsoft.com/download/pr/4feaf401-6e35-4866-a603-f78f20e1443f/f7cbd190d92aeb555a39696f3aec3400/dotnet-runtime-2.2.1-linux-arm64.tar.gz",
"runtime-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/fb167dc0-1026-4d98-af20-d33c57af72df/42c5573c53c12243cd5e9d9951bbaaaa/dotnet-runtime-2.2.1-linux-musl-x64.tar.gz",
"runtime-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/372f18c3-f642-4b73-8255-40a87430a9bb/dd0b412220dc49868b0ba1c58252b6d0/dotnet-runtime-2.2.1-linux-x64.tar.gz",
"runtime-mac-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/80a93bfc-dd53-474b-94f4-1dea02dec70c/eab2c0d078899ad0d8f8a15bf84a7f63/dotnet-runtime-2.2.1-osx-x64.pkg",
"runtime-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/a524eeaa-dff9-4874-8753-50c46621ba52/30a95c310b7fd4e801417f58f9fb4562/dotnet-runtime-2.2.1-osx-x64.tar.gz",
"runtime-rhel.6-x64": "https://download.visualstudio.microsoft.com/download/pr/5805c10f-aac5-44d5-a169-c0b06862ed8b/7d6c12a91d7f06c0e6ece4640afa8a6b/dotnet-runtime-2.2.1-rhel.6-x64.tar.gz",
"dotnet-runtime-win-arm.zip": "https://download.visualstudio.microsoft.com/download/pr/e321754c-1fec-4b9a-9b1b-51c0cf925d69/c1d3d28e286f6293db59ab6d9d221349/dotnet-runtime-2.2.1-win-arm.zip",
"dotnet-runtime-win-arm64.zip": "https://download.visualstudio.microsoft.com/download/pr/85ebea2c-5c65-40ab-9d28-751367a2e309/815568fcb183b1ebb84155891882ba1c/dotnet-runtime-2.2.1-win-arm64.zip",
"runtime-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/14105500-66ac-40f9-85da-044e9486d3bf/8a1b8c318b50bbb96af2290c690225da/dotnet-runtime-2.2.1-win-x64.exe",
"runtime-win-x64": "https://download.visualstudio.microsoft.com/download/pr/16ccdfd9-b366-4a0c-9b56-a750ea66fd58/b2248c6bed9481c71cad09ed88ae92a0/dotnet-runtime-2.2.1-win-x64.zip",
"runtime-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/8ed0a562-8a0c-404d-9ecd-9101c4666c62/0d0731978fd0470fb52c7e9188e3beff/dotnet-runtime-2.2.1-win-x86.exe",
"runtime-win-x86": "https://download.visualstudio.microsoft.com/download/pr/0319d1d8-88ca-4521-a060-1729ac2fe185/6cd6fadcbed713ff9f64191097920315/dotnet-runtime-2.2.1-win-x86.zip",
"asp-runtime-linux-arm": "https://download.visualstudio.microsoft.com/download/pr/9d049226-1f28-4d3d-a4ff-314e56b223c5/f67ab05a3d70b2bff46ff25e2b3acd2a/aspnetcore-runtime-2.2.1-linux-arm.tar.gz",
"asp-runtime-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/0dc12b72-f5b1-47b7-952c-bba5de6842f8/58dae827466e128dd5d0538c62d1ff49/aspnetcore-runtime-2.2.1-linux-musl-x64.tar.gz",
"rps-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/53cace8f-2907-487e-84d7-bc7a7ba5de05/326704ffa2ef9d4dcd0db2f1da996ebb/aspnetcore-runtime-2.2.1-linux-x64.tar.gz",
"rps-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/e1c9f6fa-9ca2-4cfe-9b2d-1b042aeb8525/b4496a1ffff763b9431f44a3cc49664e/aspnetcore-runtime-2.2.1-osx-x64.tar.gz",
"aspnetcore-runtime-win-arm.zip": "https://download.visualstudio.microsoft.com/download/pr/2d01d672-6299-4104-890e-6c4915b568db/611719bbd750d0a23255ff5c25b649e4/aspnetcore-runtime-2.2.1-win-arm.zip",
"rps-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/0b39ab55-0f9c-4a1e-8f10-fba99193b466/4091102efbe65e582e9b1a4648c65589/aspnetcore-runtime-2.2.1-win-x64.exe",
"rps-win-x64": "https://download.visualstudio.microsoft.com/download/pr/226f3292-21d8-4c04-adbe-51b8cdd69dca/1e0425c21a5351a5e256dcc4c99ea076/aspnetcore-runtime-2.2.1-win-x64.zip",
"rps-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/27f88a3d-289e-486b-99f8-2fbe31c6d4a8/82725b35c8cb2053b1ed64d9a5978d91/aspnetcore-runtime-2.2.1-win-x86.exe",
"rps-win-x86": "https://download.visualstudio.microsoft.com/download/pr/4876c767-a2f6-41e9-bf56-2845c92a7c59/ae31a708abdc548c7463000b3f3bbf5c/aspnetcore-runtime-2.2.1-win-x86.zip",
"hosting-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/5ee633f2-bf6d-49bd-8fb6-80c861c36d54/caa93641707e1fd5b8273ada22009246/dotnet-hosting-2.2.1-win.exe",
"sdk-linux-arm-x32": "https://download.visualstudio.microsoft.com/download/pr/9650e3a6-0399-4330-a363-1add761127f9/14d80726c16d0e3d36db2ee5c11928e4/dotnet-sdk-2.2.102-linux-arm.tar.gz",
"sdk-linux-arm-x64": "https://download.visualstudio.microsoft.com/download/pr/cbfdc967-0ef2-4371-aef9-70834e32a678/4deb9880498758914fdbf1e984c61049/dotnet-sdk-2.2.102-linux-arm64.tar.gz",
"sdk-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/07f08bb9-c70f-4b9b-afc4-12b5ab98c108/440e0bdf76b34f82112b4d17b2cf4294/dotnet-sdk-2.2.102-linux-musl-x64.tar.gz",
"sdk-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/6183afd2-d361-4815-9b34-0c110b93493e/0ec250c96be6a9ffdd7d55ad52c8a2d6/dotnet-sdk-2.2.102-linux-x64.tar.gz",
"sdk-mac-x64.pkg-gs": "https://download.visualstudio.microsoft.com/download/pr/6d678659-691d-4e02-8896-2d297e0e8e57/bb9201b72a621690aec60f51e6b8e6ab/dotnet-sdk-2.2.102-osx-gs-x64.pkg",
"sdk-mac-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/34608266-602a-4f3c-9608-48364b01ac9a/3b890a39949af4592189ca9a300cf651/dotnet-sdk-2.2.102-osx-x64.pkg",
"sdk-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/af3ed029-01b7-4da5-ade5-d8da67f08d3e/59a2c63da4ccb33a74a43de9660ef4d6/dotnet-sdk-2.2.102-osx-x64.tar.gz",
"sdk-rhel.6-x64": "https://download.visualstudio.microsoft.com/download/pr/d38a87fd-1c2e-4e2b-9139-72b30434549f/c62164c3d3258fc8caf6ca9a25aeeaae/dotnet-sdk-2.2.102-rhel.6-x64.tar.gz",
"sdk-win-x64.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/f173dde2-25dd-43cd-966a-7a71ddd3ca29/990c46d1af1acf223dc2ff3f4a2128f4/dotnet-sdk-2.2.102-win-gs-x64.exe",
"sdk-win-x86.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/96dc4857-2306-42ca-a855-66251373d0e0/d9217d3447d3613682eeac04a927dd8f/dotnet-sdk-2.2.102-win-gs-x86.exe",
"sdk-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/a2686bb0-bc23-477d-bf8b-28fc39a4fd74/4247ade4aff73f96e390f2576d4d131c/dotnet-sdk-2.2.102-win-x64.exe",
"sdk-win-x64": "https://download.visualstudio.microsoft.com/download/pr/5b886442-d2dc-4690-a3ae-e8f22c9f4e11/ba3c9acd238f807aa207d89da3d38a0c/dotnet-sdk-2.2.102-win-x64.zip",
"sdk-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/741ddae8-d335-4da1-b48b-3b7e14b091e2/b3e823064333d48b6ce5f93c873ed04f/dotnet-sdk-2.2.102-win-x86.exe",
"sdk-win-x86": "https://download.visualstudio.microsoft.com/download/pr/cc94a8eb-3c33-4a00-b65a-36daebf0b69d/4f3a29fba27f5b8c940e3228f42889ec/dotnet-sdk-2.2.102-win-x86.zip",
"aspnet-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/5054e671-e4e5-485f-bb21-c21db96e4c32/5a3d985edb2aa4d636a70abf2f008f74/aspnet-2.2.1-symbols.zip",
"cli-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/c1345252-2b65-463c-a242-387584319029/bd273fbf195ef073d65f521b3c23bc5b/cli-2.2.1-symbols.zip",
"core-setup-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/7181f15d-9b79-4433-bd78-70920d0a4285/400dde7650fdb910b5fe5323caac5600/core-setup-2.2.1-symbols.zip",
"coreclr-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/0a6b8b1b-99ea-47d3-b469-e20e7de24d2e/3414feb5b173ded0cbe20de2f3d1e61b/coreclr-2.2.1-symbols.zip",
"corefx-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/45660124-8e10-4871-a2b4-003ae46b3928/c93c49381fabe993ee95666d842bb91f/corefx-2.2.1-symbols.zip",
"sdk-symbols-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/fb7eaa7a-7bf9-481e-a30b-ce8d87d9710c/ceacf3a172301d0ad64f5f4199327379/sdk-symbols-2.2.1-symbols.zip"
},
{
"version-runtime": "2.1.7",
"version-sdk": "2.1.503",
"version-runtime-display": "2.1.7",
"version-sdk-display": "2.1.503",
"version-aspnetcoremodule": "12.1.18263.2",
"date": "2019-01-08",
"security": "true",
"lts-runtime": "lts",
"lts-sdk": "FALSE",
"vs-version": "15.9",
"csharp-language": "7.3",
"fsharp-language": "4.5",
"vb-language": "15.0",
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.7/2.1.7.md",
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.7-runtime-sha.txt",
"blob-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.1.7",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.503-sdk-sha.txt",
"blob-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.503",
"runtime-linux-arm-x32": "https://download.visualstudio.microsoft.com/download/pr/f7fad978-49ee-479b-85dc-c14201a58250/a574ba4525da0e49c928ced62efc449b/dotnet-runtime-2.1.7-linux-arm.tar.gz",
"runtime-linux-arm-x64": "https://download.visualstudio.microsoft.com/download/pr/547090fb-be5c-486f-8de4-c2b7adc0f943/5ac4d7a89c604f59d6edad4b9e6a8465/dotnet-runtime-2.1.7-linux-arm64.tar.gz",
"runtime-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/da3e3ff9-914c-4ec1-9d13-79bb15e5f6c0/f409e78ed0fe8f6aa8a9629cf9105534/dotnet-runtime-2.1.7-linux-musl-x64.tar.gz",
"runtime-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/6a99aa53-d80e-4d3a-ac85-b92f362dbed6/b2157451fc7ecabca3b5ebca933353bb/dotnet-runtime-2.1.7-linux-x64.tar.gz",
"runtime-mac-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/fa4e55cf-bc9c-44c6-b559-de851f812b55/b31006297946dfa8e3704a1dcd9021a4/dotnet-runtime-2.1.7-osx-x64.pkg",
"runtime-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/edb8800f-3bee-40f4-a756-18fba35a23fa/572e807dc511314637938fc775eecb77/dotnet-runtime-2.1.7-osx-x64.tar.gz",
"runtime-rhel.6-x64": "https://download.visualstudio.microsoft.com/download/pr/ee59a1da-cf5e-4cda-9cd3-c5235bb837cb/c25f644c526f4f4f630a464e1ea89ca2/dotnet-runtime-2.1.7-rhel.6-x64.tar.gz",
"runtime-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/e7afbfad-c7b1-4e0f-85cf-5b3a46bda824/26d4572558fe4376b1a756880bddba5b/dotnet-runtime-2.1.7-win-x64.exe",
"runtime-win-x64": "https://download.visualstudio.microsoft.com/download/pr/f2c0da88-394d-4866-be55-aae40d9bc090/011d14383da063a3240e6829da2eb077/dotnet-runtime-2.1.7-win-x64.zip",
"runtime-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/ee9763b7-0530-42da-bf7a-aaaf680a967c/bf6d29f3c4f63271d5717bf225768d87/dotnet-runtime-2.1.7-win-x86.exe",
"runtime-win-x86": "https://download.visualstudio.microsoft.com/download/pr/23e9335b-3ac7-43c0-a6c6-f364291992c2/aaa1d7e04ad862822faf2f8b1e22d31b/dotnet-runtime-2.1.7-win-x86.zip",
"asp-runtime-linux-arm": "https://download.visualstudio.microsoft.com/download/pr/eed36d24-bfa1-4b12-a56f-e889d005f9a7/c2b5b8ca4c1d16dd1e89c22bbeb6a9cf/aspnetcore-runtime-2.1.7-linux-arm.tar.gz",
"asp-runtime-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/0d705849-fcac-4a1d-911d-fe102630034e/fe83d9a5e69c117a8d78b1998fc38105/aspnetcore-runtime-2.1.7-linux-musl-x64.tar.gz",
"rps-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/085b427b-66f6-4cf5-bee3-5f4cbef2b72c/9c1ad276cf957258d123a3b268ec9304/aspnetcore-runtime-2.1.7-linux-x64.tar.gz",
"rps-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/cd74bdd1-9eb4-46b2-b762-abedf336f049/686cfa8f0212a20f25109fe1061bfe01/aspnetcore-runtime-2.1.7-osx-x64.tar.gz",
"rps-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/37e3d4da-cb76-41e5-9ca5-df23a0124625/4dd826c4936622cefe05b48f239a1ed0/aspnetcore-runtime-2.1.7-win-x64.exe",
"rps-win-x64": "https://download.visualstudio.microsoft.com/download/pr/2983b874-4d70-431a-9953-f4c59a67cbf4/96c1f7f54836e67eb10086f6dac206d3/aspnetcore-runtime-2.1.7-win-x64.zip",
"rps-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/0f40be3f-6da7-47f7-9aa0-e82fe8e6e84c/ec1c3554534585a426712ffcba2fbe7c/aspnetcore-runtime-2.1.7-win-x86.exe",
"rps-win-x86": "https://download.visualstudio.microsoft.com/download/pr/15fca027-7eec-4b0d-b0e4-6b3d3e5ca1ca/5b5ae283fcdb3bc10ba419f6f0ff470b/aspnetcore-runtime-2.1.7-win-x86.zip",
"hosting-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/dc3606d0-06b2-4ddb-9190-daaf9d2947e4/8af36c231247dbdbf4dde41b8a70b221/dotnet-hosting-2.1.7-win.exe",
"sdk-linux-arm-x32": "https://download.visualstudio.microsoft.com/download/pr/77b2abb9-2107-4e4c-9e59-41cbf2cc46da/4e8c7ada2734f13a6e7efb62c6e69b29/dotnet-sdk-2.1.503-linux-arm.tar.gz",
"sdk-linux-arm-x64": "https://download.visualstudio.microsoft.com/download/pr/32c34b80-94ba-4d0b-b42e-0d5c3fde7c44/a36914e63cf39846bace3a9b0d563517/dotnet-sdk-2.1.503-linux-arm64.tar.gz",
"sdk-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/9c661c05-494b-4ebe-a56f-2dcc084df867/62017c1bc7a47b364518b74b47c76347/dotnet-sdk-2.1.503-linux-musl-x64.tar.gz",
"sdk-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/04d83723-8370-4b54-b8b9-55708822fcde/63aab1f4d0be5246e3a92e1eb3063935/dotnet-sdk-2.1.503-linux-x64.tar.gz",
"sdk-mac-x64.pkg-gs": "https://download.visualstudio.microsoft.com/download/pr/3df363d4-1824-4b18-8adb-f1c823d617e5/7d8f6c5e91c57e787dfd4a0a15926ee7/dotnet-sdk-2.1.503-osx-gs-x64.pkg",
"sdk-mac-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/51e082b3-194f-4056-97d1-572adba62ba7/8c9d65121fe233a10f4411f4da4dcb57/dotnet-sdk-2.1.503-osx-x64.pkg",
"sdk-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/c922688d-74e8-4af5-bcc8-5850eafbca7f/cf3b9a0b06c0dfa3a5098f893a9730bd/dotnet-sdk-2.1.503-osx-x64.tar.gz",
"sdk-rhel.6-x64": "https://download.visualstudio.microsoft.com/download/pr/3c316425-97ed-4b1d-b687-48668d4c4955/f2cd24a3a4fd9a68e59400b03e5c7789/dotnet-sdk-2.1.503-rhel.6-x64.tar.gz",
"sdk-win-x64.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/103926f9-90cc-426e-a311-66920abf7916/b7dbee8e5f5b7c47c9164e741abf8a05/dotnet-sdk-2.1.503-win-gs-x64.exe",
"sdk-win-x86.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/a813dbe7-085a-452e-a90f-ba8e70fb97e0/f9825e7db3472514d56dc760452c6811/dotnet-sdk-2.1.503-win-gs-x86.exe",
"sdk-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/9afc36fb-48ba-43ae-9f37-df634383ae84/2c1329b490c8d4b2787164286bde115c/dotnet-sdk-2.1.503-win-x64.exe",
"sdk-win-x64": "https://download.visualstudio.microsoft.com/download/pr/81e18dc2-7747-4b2d-9912-3be0f83050f1/5bc41cb27df3da63378df2d051be4b7f/dotnet-sdk-2.1.503-win-x64.zip",
"sdk-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/ced9d68b-7d29-4b25-a8a3-01bae68d8f1c/7c89ce22382c7b43fd3ce1e8fd5d3148/dotnet-sdk-2.1.503-win-x86.exe",
"sdk-win-x86": "https://download.visualstudio.microsoft.com/download/pr/db3c40c5-4140-4b2f-8e70-530873712c4c/b2558668b4e85418231df2e171b128b1/dotnet-sdk-2.1.503-win-x86.zip",
"aspnet-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/26f3234d-4e72-4cba-a27b-e615595c15dc/2e83ee0f9b7e7a62dc212ef766bc5013/aspnet-2.1.7-symbols.zip",
"cli-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/b076d7e5-00d4-40dd-843a-b2747aa08fd9/84a4d47dd0af397ec1c53efe5037cef8/cli-2.1.7-symbols.zip",
"core-setup-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/fb2d63cc-c6a9-4412-b563-5e9851815f6f/7faf1cfaf0952c6fd9fb4beb42891049/core-setup-2.1.7-symbols.zip",
"coreclr-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/ea9824bb-3641-457b-a9aa-2be66ac35de7/0c21dc003021c6e38cd74c41e7be1302/coreclr-2.1.7-symbols.zip",
"corefx-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/6ea20771-8d4f-4569-9f91-a2d583391d64/58e1b0d948db6dc17179b57c385e18f0/corefx-2.1.7-symbols.zip",
"sdk-symbols-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/3b209b8e-4f72-4546-bc8a-5f037fe9c9a6/1e0a12163015993db5fbc22b69303d8a/sdk-symbols-2.1.7-symbols.zip"
},
{
"version-runtime": "2.2.0",
"version-sdk": "2.2.101",
@ -9,7 +132,7 @@
"security": "false",
"lts-runtime": "current",
"lts-sdk": "FALSE",
"vs-version": "15.9",
"vs-version": "",
"csharp-language": "7.3",
"fsharp-language": "4.5",
"vb-language": "15.5",