feb 2019 update content

feb update content

added fix list queries to relnotes

support updates for feb

relnote update
This commit is contained in:
Lee Coward 2019-02-12 09:24:53 -08:00
parent 952c77a928
commit 17ab027461
21 changed files with 4375 additions and 1847 deletions

View file

@ -12,10 +12,10 @@ 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.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 |
| [.NET Core 2.2](https://blogs.msdn.microsoft.com/dotnet/) | December 04, 2018 | Current | [2.2.2](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.8](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.11](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.14](https://www.microsoft.com/net/download/dotnet-core/runtime-1.0.13) | June 27, 2019 |
## Release Types
@ -45,6 +45,10 @@ Current releases are supported for the following timeframe:
* Three months after a subsequent **Current** or **LTS** release
###Maintenance releases
Maintenance releases are in the last stage of the lifecycle . During Maintenance, a release will still receive security updates. The length of Maintenance time is determined by the type of release it was previously; as described in the above section.
### End of support
End of support refers to the date when Microsoft no longer provides fixes, updates, or online technical assistance. As this date nears, make sure you have the latest available update\* installed. Without Microsoft support, you will no longer receive security updates that can help protect your machine from harmful viruses, spyware, and other malicious software that can steal your personal information.

View file

@ -0,0 +1,101 @@
# .NET Core 1.0.14
.NET Core 1.0.14 comprises:
* .NET Core Runtime 1.0.14
* .NET Core SDK 1.1.12
See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.14/1.0.14.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-dev-win-x86.exe] \| [x64][dotnet-dev-win-x64.exe] | [x86][dotnet-dev-win-x86.zip] \| [x64][dotnet-dev-win-x64.zip] | [x86][dotnet-win-x86.exe] \| [x64][dotnet-win-x64.exe] | [x86][dotnet-win-x86.zip] \| [x64][dotnet-win-x64.zip] | [Hosting Bundle][DotNetCore-WindowsHosting.exe]<sup>2</sup> |
| macOS | [x64][dotnet-dev-osx-x64.pkg] | [x64][dotnet-dev-osx-x64.tar.gz] | [x64][dotnet-osx-x64.pkg] | [x64][dotnet-osx-x64.tar.gz] | - |
| CentOS 7 | - | [x64][dotnet-dev-centos-x64.tar.gz] | - | [x64][dotnet-centos-x64.tar.gz] | - |
| Debian 8 | - | [x64][dotnet-dev-debian-x64.tar.gz] | - | [x64][dotnet-debian-x64.tar.gz] | - |
| RHEL 7 | - | [x64][dotnet-dev-rhel-x64.tar.gz] | - | [x64][dotnet-rhel-x64.tar.gz] | - |
| Ubuntu 14.04 | [See installations steps below](#installing-net-core-on-linux) | [x64][dotnet-dev-ubuntu-x64.tar.gz] | - | [x64][dotnet-ubuntu-x64.tar.gz] | - |
| Ubuntu 16.04 | [See installations steps below](#installing-net-core-on-linux) | [x64][dotnet-dev-ubuntu.16.04-x64.tar.gz] | - | [x64][dotnet-ubuntu.16.04-x64.tar.gz] | - |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
| Symbols | - | - | [Runtime][coreclr-symbols.zip] \| [Shared Framework][corefx-symbols.zip] \| [Setup][core-setup-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.
### 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.
In your command prompt, run the following commands:
```bash
# Ubuntu 14.04, 16,04
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-dev-1.1.12
```
### Run applications
If you only need to run existing applications, run the following command.
```bash
# Ubuntu 14.04, 16,04
sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.0.14
```
## 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
```
[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/1.0/1.0.14.md
[dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/49f8157c-f170-4e0e-88ab-20170f9f5354/3fe0e777d5953e2919e7ca0a78c08737/dotnet-centos-x64.1.0.14.tar.gz
[dotnet-debian-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cf9005e0-2e04-45c5-95fb-617cd1cf23d2/7638479ba289bc6e78e7c4736216f106/dotnet-debian-x64.1.0.14.tar.gz
[dotnet-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/81e6d8a5-5329-40d9-adee-f2bdf518eab3/c02dd3e5bce79a6bc0cc05b600df49fb/dotnet-osx-x64.1.0.14.pkg
[dotnet-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b1ca4664-75db-447f-822d-8241076afd6d/38bfc95677b84ddf89b88076bc02e568/dotnet-osx-x64.1.0.14.tar.gz
[dotnet-rhel-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3f6427da-e6b8-4c94-a055-b20e8ace6015/d97b5a626b8f03c02006627409dddd42/dotnet-rhel-x64.1.0.14.tar.gz
[dotnet-ubuntu-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1282329b-86c2-46d9-82aa-eeb6f5fdd135/e761a40a16f208c081467249c6a43a5b/dotnet-ubuntu-x64.1.0.14.tar.gz
[dotnet-ubuntu.16.04-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c94db830-8ea2-4807-aca6-1fe9d24bdf5d/423d41f788a1ec4cc1d6fbbf1cde1cbf/dotnet-ubuntu.16.04-x64.1.0.14.tar.gz
[dotnet-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4d661b32-a0a0-4e41-a084-022bd1f4fa40/8c654372bf17758cdef09d0e456dad82/dotnet-win-x64.1.0.14.exe
[dotnet-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/69253d46-3c91-4da3-baaf-8d73aecbc9b4/c19486707ad2f64cc54c547dcec1f665/dotnet-win-x64.1.0.14.zip
[dotnet-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/a8ba98bb-6f0e-4d5c-b8b7-693eeecf6682/6c5fb7ca98b20822d37cb7a7f8245563/dotnet-win-x86.1.0.14.exe
[dotnet-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/07df6429-653d-40b6-8ca9-1ac057cb18f0/ece705a63186bf9178e2d558f98a1173/dotnet-win-x86.1.0.14.zip
[DotNetCore-WindowsHosting.exe]: https://download.visualstudio.microsoft.com/download/pr/0cb4f123-a55d-4263-afe2-e54e5fdc1f0e/b9df261ef59d400872dd54107478f2b0/dotnetcore.1.0.14_1.1.11-windowshosting.exe
[dotnet-dev-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7194a455-9b52-457a-8a59-15df325dd314/035a9b190cffb76b0447f4c0851b4501/dotnet-dev-centos-x64.1.1.12.tar.gz
[dotnet-dev-debian-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f4f3687c-3f20-4280-9357-ffb18a607533/b41921e085d9f2c4cc6304b66d4497f7/dotnet-dev-debian-x64.1.1.12.tar.gz
[dotnet-dev-fedora.27-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/51e5eb61-3058-4ab6-922d-e8e969def390/04dabb03b79b2aaf3382354dc503b381/dotnet-dev-fedora.27-x64.1.1.12.tar.gz
[dotnet-dev-fedora.28-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4778b8e2-1433-4390-8498-d675b3b9b70f/173314e067b2d5b3c18855ccb7070376/dotnet-dev-fedora.28-x64.1.1.12.tar.gz
[dotnet-dev-opensuse.42.3-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3036d822-044e-4d0f-ad05-9ead0b5c8bd6/ce93aeae9417b0e1889333b9e74e5986/dotnet-dev-opensuse.42.3-x64.1.1.12.tar.gz
[dotnet-dev-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/7ebc7c42-4045-4519-8caa-2eee0b588408/29deb085fd7fce6ba40d49b6222c7373/dotnet-dev-osx-x64.1.1.12.pkg
[dotnet-dev-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7e10916f-fee4-48af-9092-6b615c33fcb1/90d2ac564a9438263403a6d5f6591604/dotnet-dev-osx-x64.1.1.12.tar.gz
[dotnet-dev-rhel-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0fc0ea1c-96d1-4f40-abc5-aa64d37d5cae/a2d14e0e163f467577d4ce2053390699/dotnet-dev-rhel-x64.1.1.12.tar.gz
[dotnet-dev-ubuntu-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fa54b546-688e-48d3-a768-d91bfec434c8/f7e2dfb770983cbd673e0ab461de779b/dotnet-dev-ubuntu-x64.1.1.12.tar.gz
[dotnet-dev-ubuntu.16.04-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/02e1b6f8-1fac-45b7-a23c-498a67b9a943/829bb9debbc78ccda8dbc2298ec2c942/dotnet-dev-ubuntu.16.04-x64.1.1.12.tar.gz
[dotnet-dev-ubuntu.18.04-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8af1ce14-5e8a-4de3-b869-270bb76b31b4/8fe202de84b40a57bf7d4bd3f8e02de9/dotnet-dev-ubuntu.18.04-x64.1.1.12.tar.gz
[dotnet-dev-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/483b1e47-f5e0-43c0-9a4b-6e5c6ec4f47c/e7c2bbc5d9ffbd2a1e2f0c572f2fbb57/dotnet-dev-win-x64.1.1.12.exe
[dotnet-dev-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/cdb1d5fc-5bfb-466e-8339-226d57b3d111/3d29a36420acfd92990f5caec5371395/dotnet-dev-win-x64.1.1.12.zip
[dotnet-dev-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/483fb810-35ab-46eb-8e35-e841116de0a6/ceb9f9755897d735ee4e930b4198657b/dotnet-dev-win-x86.1.1.12.exe
[dotnet-dev-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/e9ac1c13-44b9-48ff-a607-ae7b888ad3b8/49bea32eca4b5d897bfc763f2176a3a9/dotnet-dev-win-x86.1.1.12.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/2d88de27-d102-41d7-aa7f-fb69bb6a078a/b91dfcdac292fb8104e454ca4e378699/core-setup-1.0.14-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/00d621df-0419-492c-bdf1-93942c76e756/d67f977b90c4ae4963f58b2feeee77c6/coreclr-1.0.14-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/0f67d331-cfa9-4422-8a2a-a0ae18a521e4/ae9bdb6e9a0c8248d8aa2cae2269972c/corefx-1.0.14-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.14-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt
[linux-install]: https://www.microsoft.com/net/download/dotnet-core/1.0
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md

View file

@ -0,0 +1,101 @@
# .NET Core February 2019 Update - February 12, 2019
.NET Core 1.0.14 is available for [download](1.0.14-download.md) and usage in your environment.
* [.NET Core Blog](https://blogs.msdn.microsoft.com/dotnet/2019)
The .NET Core SDK 1.1.12 includes .NET Core 1.0.14 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.12, running `dotnet --version` will show that you're running version `1.1.12` of the .NET Core tools.
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.
## Docker Images
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.14 and .NET Core SDK 1.1.12 and read ["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/) for details and insights into using the .NET Core images.
## Azure AppServices
* Deployment of .NET Core 1.0.14 to Azure App Services has begun. It will be available in limited regions today and expected worldwide by the end of the week.
## .NET Core Lifecycle News
There are no changes this month in OS version support status.
.NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle.
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.
## Notable Changes in 1.0.14
* ### [CVE-2019-0657: .NET Core Domain Spoofing Vulnerability](https://github.com/dotnet/Announcements/issues/xxxx)
This update addresses a domain spoofing vulnerability in .NET Framework and .NET Core which causes the meaning of a URI to change when International Domain Name encoding is applied. An attacker who successfully exploited the vulnerability could redirect a URI.
**Package and Binary updates**
Package name | Vulnerable versions | Secure versions
:----------- | :------------------ | :------------------------
System.Private.Uri | 4.3.0 | 4.3.1
### Package and Binary updates
Package name | Version
:------------ | :-----------------
Microsoft.NETCore.ILAsm | 1.0.16
Microsoft.NETCore.ILDAsm | 1.0.16
Microsoft.NETCore.Jit | 1.0.16
Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.debian.8-x64.Microsoft.NETCore.ILAsm | 1.0.16
runtime.debian.8-x64.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.debian.8-x64.Microsoft.NETCore.Jit | 1.0.16
runtime.debian.8-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.fedora.23-x64.Microsoft.NETCore.ILAsm | 1.0.16
runtime.fedora.23-x64.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.fedora.23-x64.Microsoft.NETCore.Jit | 1.0.16
runtime.fedora.23-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.opensuse.13.2-x64.Microsoft.NETCore.ILAsm | 1.0.16
runtime.opensuse.13.2-x64.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.opensuse.13.2-x64.Microsoft.NETCore.Jit | 1.0.16
runtime.opensuse.13.2-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.osx.10.10-x64.Microsoft.NETCore.ILAsm | 1.0.16
runtime.osx.10.10-x64.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.osx.10.10-x64.Microsoft.NETCore.Jit | 1.0.16
runtime.osx.10.10-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.rhel.7-x64.Microsoft.NETCore.ILAsm | 1.0.16
runtime.rhel.7-x64.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.rhel.7-x64.Microsoft.NETCore.Jit | 1.0.16
runtime.rhel.7-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILAsm | 1.0.16
runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Jit | 1.0.16
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILAsm | 1.0.16
runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.ubuntu.16.04-x64.Microsoft.NETCore.Jit | 1.0.16
runtime.ubuntu.16.04-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.win7-x64.Microsoft.NETCore.ILAsm | 1.0.16
runtime.win7-x64.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.win7-x64.Microsoft.NETCore.Jit | 1.0.16
runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
runtime.win7-x86.Microsoft.NETCore.ILAsm | 1.0.16
runtime.win7-x86.Microsoft.NETCore.ILDAsm | 1.0.16
runtime.win7-x86.Microsoft.NETCore.Jit | 1.0.16
runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR | 1.0.16
Microsoft.NETCore.Targets | 1.0.6
runtime.any.System.Runtime | 4.1.1
runtime.aot.System.Runtime | 4.0.21
runtime.unix.System.Private.Uri | 4.0.3
runtime.unix.System.Runtime.Extensions | 4.1.1
runtime.win.System.Runtime.Extensions | 4.1.1
runtime.win7.System.Private.Uri | 4.0.3
System.Private.Uri | 4.0.3
System.Runtime | 4.1.1
System.Runtime.Extensions | 4.1.1
Microsoft.NETCore.App | 1.0.14
Microsoft.NETCore.DotNetHostPolicy | 1.0.14
runtime.debian.8-x64.Microsoft.NETCore.DotNetHostPolicy | 1.0.14
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostPolicy | 1.0.14
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostPolicy | 1.0.14
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy | 1.0.14
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostPolicy | 1.0.14
runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy | 1.0.14
runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy | 1.0.14

View file

@ -4,6 +4,7 @@ The following .NET Core 1.0 releases have been shipped. You must be on the lates
| Release Date | Description | |
| :-- | :-- | :--: |
| 2019/02/12 | 1.0.14 with SDK 1.1.12 | [release notes](1.0.14/1.0.14.md)/[download](1.0.14/1.0.14-download.md) |
| 2018/10/09 | 1.0.13 with SDK 1.1.11 | [release notes](1.0.13.md)/[download](../download-archives/1.0.13.md) |
| 2018/07/10 | 1.0.12 with SDK 1.1.10 | [release notes](1.0.12.md)/[download](../download-archives/1.0.12.md) |
| 2018/04/17 | 1.0.11 with SDK 1.1.9 | [release notes](1.0.11.md)/[download](../download-archives/1.0.11.md) |

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,108 @@
# .NET Core 1.1.11
.NET Core 1.1.11 comprises:
* .NET Core Runtime 1.1.11
* .NET Core SDK 1.1.12
See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.11/1.1.11.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-dev-win-x86.exe] \| [x64][dotnet-dev-win-x64.exe] | [x86][dotnet-dev-win-x86.zip] \| [x64][dotnet-dev-win-x64.zip] | [x86][dotnet-win-x86.exe] \| [x64][dotnet-win-x64.exe] | [x86][dotnet-win-x86.zip] \| [x64][dotnet-win-x64.zip] | [Hosting Bundle][DotNetCore-WindowsHosting.exe]<sup>1</sup> |
| macOS | [x64][dotnet-dev-osx-x64.pkg] | [x64][dotnet-dev-osx-x64.tar.gz] | [x64][dotnet-osx-x64.pkg] | [x64][dotnet-osx-x64.tar.gz] | - |
| CentOS 7 | - | [x64][dotnet-dev-centos-x64.tar.gz] | - | [x64][dotnet-centos-x64.tar.gz] | - |
| Debian 9 | - | [x64][dotnet-dev-debian.9-x64.tar.gz] | - | [x64][dotnet-debian.9-x64.tar.gz] | - |
| Fedora 27 | - | [x64][dotnet-dev-fedora.27-x64.tar.gz] | - | [x64][dotnet-fedora.27-x64.tar.gz] | - |
| Fedora 28 | - | [x64][dotnet-dev-fedora.28-x64.tar.gz] | - | [x64][dotnet-fedora.28-x64.tar.gz] | - |
| RHEL 7 | - | [x64][dotnet-dev-rhel-x64.tar.gz] | - | [x64][dotnet-rhel-x64.tar.gz] | - |
| Ubuntu 14.04 | [See installations steps below](#installing-net-core-on-linux) | [x64][dotnet-dev-ubuntu-x64.tar.gz] | - | [x64][dotnet-ubuntu-x64.tar.gz] | - |
| Ubuntu 16.04 | [See installations steps below](#installing-net-core-on-linux) | [x64][dotnet-dev-ubuntu.16.04-x64.tar.gz] | - | [x64][dotnet-ubuntu.16.04-x64.tar.gz] | - |
| Ubuntu 18.04 | [See installations steps below](#installing-net-core-on-linux) | [x64][dotnet-dev-ubuntu.18.04-x64.tar.gz] | - | [x64][dotnet-ubuntu.18.04-x64.tar.gz] | - |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
| Symbols | - | - | [Runtime][coreclr-symbols.zip] \| [Shared Framework][corefx-symbols.zip] \| [Setup][core-setup-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.
### 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.
In your command prompt, run the following commands:
```bash
# Ubuntu 14.04, 16,04 and 18.04
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-dev-1.1.12
```
### Run applications
If you only need to run existing applications, run the following command.
```bash
# Ubuntu 14.04, 16,04 and 18.04
sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.11
```
## 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
```
[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/1.1/1.1.11.md
[dotnet-debian.9-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e31e3367-6b98-4d1b-9862-a9a63e1c7dc7/88a96cb53c7f01e39e8d3f6d7542921a/dotnet-debian.9-x64.1.1.11.tar.gz
[dotnet-ubuntu.18.04-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ad22fcf6-8e22-4a4a-9dc1-8b62196190b3/2a6cb070de5831a13cdff5ec43ceaade/dotnet-ubuntu.18.04-x64.1.1.11.tar.gz
[dotnet-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/dff4449f-59c0-47c3-9fbd-fee92af25363/c9732b96c6c81cc66e3aacd782a7eafb/dotnet-centos-x64.1.1.11.tar.gz
[dotnet-fedora.27-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4597de53-759b-4acd-8620-7696bf3907be/f9db799e66151d0b5cd1e27d2d2259f4/dotnet-fedora.27-x64.1.1.11.tar.gz
[dotnet-fedora.28-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8c8dd0e9-3869-46c6-a92d-d96c1f4e8abf/b9c4110cb9670d3993ce314db2e16659/dotnet-fedora.28-x64.1.1.11.tar.gz
[dotnet-opensuse.42.3-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7e44ca1a-f3f9-4b75-88df-c9227203af0f/eebc0332b07e58b85e14f6834b934f61/dotnet-opensuse.42.3-x64.1.1.11.tar.gz
[dotnet-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/2191ed67-c279-4f29-ac0a-5864b2566c10/be632d6dda5f1c6f26ab7c434538ecb6/dotnet-osx-x64.1.1.11.pkg
[dotnet-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a3418849-3fac-4c6d-a170-2f6e8b0a4639/91ba64ea0e4b003903d1240fd51a40f9/dotnet-osx-x64.1.1.11.tar.gz
[dotnet-rhel-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb2e3c21-9ae0-4e4b-a214-5e1cb1508cfa/30168f9f93fbc59d5a52242cb53253c3/dotnet-rhel-x64.1.1.11.tar.gz
[dotnet-ubuntu-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8dc8c129-0fff-4f6e-9794-dace60b4d0ca/171b94583982ddbb5db52c4c101be0de/dotnet-ubuntu-x64.1.1.11.tar.gz
[dotnet-ubuntu.16.04-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fea9884d-7f74-4b23-98c5-0c57b9ed7e92/c909109068c645e62b1218f2e8f90180/dotnet-ubuntu.16.04-x64.1.1.11.tar.gz
[dotnet-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/dd13fbf3-66c4-4255-b8da-ad75027b74eb/eced2eb2d3a3ccdd71a11a9099d7428d/dotnet-win-x64.1.1.11.exe
[dotnet-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/0f63342c-d030-4ff4-a0ed-e2dda4a76606/0453cb61560044a4e250da5f8e9e012f/dotnet-win-x64.1.1.11.zip
[dotnet-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/17a28d45-1fcf-4429-a58f-5d25cfb0438d/5be192dd06279223d08b6367a5215aad/dotnet-win-x86.1.1.11.exe
[dotnet-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/c5a635f3-2234-4fb3-a7e4-1e2831898f1c/b210573eaa206aa8c4460c18d8e7b549/dotnet-win-x86.1.1.11.zip
[DotNetCore-WindowsHosting.exe]: https://download.visualstudio.microsoft.com/download/pr/3c1eea43-d933-414e-97bd-3b382f57a78c/7bad96a7fbee33cd15e210090e5413cc/dotnetcore.1.0.14_1.1.11-windowshosting.exe
[dotnet-dev-debian.9-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d16f339b-a10e-40ea-9cb7-506cc3f3ffd8/f9d8fadd4959752ac9f6a07d842ba079/dotnet-dev-debian.9-x64.1.1.12.tar.gz
[dotnet-dev-centos-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/09aedb07-8a94-46ff-a918-c6473515bf55/ca71af8d4eb09739a3c9a857a07a759c/dotnet-dev-centos-x64.1.1.12.tar.gz
[dotnet-dev-fedora.27-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/39252331-fe25-4a60-93bf-ce539e845486/4460d21b02eb3192227ebf380fbf02c1/dotnet-dev-fedora.27-x64.1.1.12.tar.gz
[dotnet-dev-fedora.28-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bcf335f2-42de-4838-bf14-e0332c071133/e065915283c0c4e7d37f2f63c4db6d20/dotnet-dev-fedora.28-x64.1.1.12.tar.gz
[dotnet-dev-opensuse.42.3-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fe9b139b-e498-4166-b338-46eadcccd750/6908d39118b5345a44f5a9e9136cbc41/dotnet-dev-opensuse.42.3-x64.1.1.12.tar.gz
[dotnet-dev-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/88dddec3-3f0d-4ee9-acdd-0b63953662ec/4f20e4ddf864a685b7bea02ad83b5a0d/dotnet-dev-osx-x64.1.1.12.pkg
[dotnet-dev-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/29ae1d6c-7fa5-4c1d-8422-296d3a2caf78/46279fdc51ebd3b2ece9ef2af52e0a2a/dotnet-dev-osx-x64.1.1.12.tar.gz
[dotnet-dev-rhel-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b22b80de-2ff5-4f5a-8e20-0065a06ee77f/e8efffdf356501f6523c77661acb17c1/dotnet-dev-rhel-x64.1.1.12.tar.gz
[dotnet-dev-ubuntu-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bf80af6a-4d6f-42c0-963b-4b121168617a/b47616e8578d4add910c6f8a612ae2b3/dotnet-dev-ubuntu-x64.1.1.12.tar.gz
[dotnet-dev-ubuntu.16.04-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/83fa051b-10fb-482c-9fc8-c010eebfb4be/477b619412116db67e9e74284ba6dee3/dotnet-dev-ubuntu.16.04-x64.1.1.12.tar.gz
[dotnet-dev-ubuntu.18.04-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9154931b-2255-488f-8b06-a1d501dfc413/81cb4c1af6f42e0d2da959b70502a057/dotnet-dev-ubuntu.18.04-x64.1.1.12.tar.gz
[dotnet-dev-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/2b8cbc07-4204-407d-ad2f-a59003467bdb/b7629786a40ad753bd0851c5707100f0/dotnet-dev-win-x64.1.1.12.exe
[dotnet-dev-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/8d6e2375-2ba7-4126-b5b7-3228004b7f41/b8894d02f002d2b77f72e6abb899c02e/dotnet-dev-win-x64.1.1.12.zip
[dotnet-dev-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/44629511-68f9-4524-9714-bc8f078522d0/bf4ebced2c77278af84c11949b5baa96/dotnet-dev-win-x86.1.1.12.exe
[dotnet-dev-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/38e6233f-10ce-4607-9220-74e2fa8b07f5/247a2c16a3cb8d2aa8a110b17ebf6be3/dotnet-dev-win-x86.1.1.12.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/9f240884-b588-40f6-831d-520ea6aa30f7/79fe8d1fad809d2f5279e8be29e99dad/core-setup-1.1.11-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/4b263964-eb05-47a0-b06d-a317f24b1761/666a816963eb785311a2d167526c106b/coreclr-1.1.11-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/fea552c2-723e-4214-afba-39c9416bbc22/d4b83089232f6d2e26b556d87ff2cc0b/corefx-1.1.11-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.11-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt
[linux-install]: https://www.microsoft.com/net/download/dotnet-core/1.1
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md

View file

@ -0,0 +1,182 @@
# .NET Core February Update - February 12, 2019
.NET Core 1.1.11 is available for [download](1.1.11-download.md) and usage in your environment.
* [.NET Core Blog](https://blogs.msdn.microsoft.com/dotnet/2019)
The .NET Core SDK 1.1.12 includes .NET Core 1.1.11 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.12, running `dotnet --version` will show that you're running version `1.1.12` of the .NET Core tools.
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.
## Docker Images
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.1.11 and .NET Core SDK 1.1.12 and read ["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/) for details and insights into using the .NET Core images.
## Azure AppServices
* Deployment of .NET Core 1.1.11 to Azure App Services has begun. It will be available in limited regions today and expected worldwide by the end of the week.
## .NET Core Lifecycle News
There are no changes this month in OS version support status.
.NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle.
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.
## Notable Changes in 1.1.11
* ### [CVE-2019-0657: .NET Core Domain Spoofing Vulnerability](https://github.com/dotnet/Announcements/issues/xxxx)
This update addresses a domain spoofing vulnerability in .NET Framework and .NET Core which causes the meaning of a URI to change when International Domain Name encoding is applied. An attacker who successfully exploited the vulnerability could redirect a URI.
**Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
System.Private.Uri | 4.3.0 | 4.3.1
### Package and Binary updates
Package name | Version
:----------- | :----------------
Microsoft.NETCore.ILAsm | 1.1.11
Microsoft.NETCore.ILDAsm | 1.1.11
Microsoft.NETCore.Jit | 1.1.11
Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
Microsoft.NETCore.TestHost | 1.1.11
runtime.debian.8-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.debian.8-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.debian.8-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.debian.8-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.debian.8-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.debian.9-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.debian.9-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.debian.9-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.debian.9-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.debian.9-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.fedora.24-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.fedora.24-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.fedora.24-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.fedora.24-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.fedora.24-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.fedora.27-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.fedora.27-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.fedora.27-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.fedora.27-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.fedora.27-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.fedora.28-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.fedora.28-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.fedora.28-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.fedora.28-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.fedora.28-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.opensuse.42.1-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.opensuse.42.1-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.opensuse.42.1-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.opensuse.42.1-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.opensuse.42.1-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.opensuse.42.3-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.opensuse.42.3-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.opensuse.42.3-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.opensuse.42.3-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.opensuse.42.3-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.osx.10.10-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.osx.10.10-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.osx.10.10-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.osx.10.10-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.osx.10.10-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.rhel.7-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.rhel.7-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.rhel.7-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.rhel.7-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.rhel.7-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.ubuntu.14.04-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.ubuntu.16.04-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.ubuntu.16.04-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.ubuntu.16.04-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.ubuntu.18.04-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.ubuntu.18.04-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.ubuntu.18.04-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.ubuntu.18.04-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.ubuntu.18.04-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.win10-arm64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.win10-arm64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.win10-arm64.Microsoft.NETCore.Jit | 1.1.11
runtime.win10-arm64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.win10-arm64.Microsoft.NETCore.TestHost | 1.1.11
runtime.win7-x64.Microsoft.NETCore.ILAsm | 1.1.11
runtime.win7-x64.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.win7-x64.Microsoft.NETCore.Jit | 1.1.11
runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.win7-x64.Microsoft.NETCore.TestHost | 1.1.11
runtime.win7-x86.Microsoft.NETCore.ILAsm | 1.1.11
runtime.win7-x86.Microsoft.NETCore.ILDAsm | 1.1.11
runtime.win7-x86.Microsoft.NETCore.Jit | 1.1.11
runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR | 1.1.11
runtime.win7-x86.Microsoft.NETCore.TestHost | 1.1.11
Microsoft.NETCore.Platforms | 1.1.2
Microsoft.NETCore.Targets | 1.1.4
runtime.any.System.Runtime | 4.3.1
runtime.aot.System.Runtime | 4.3.1
runtime.unix.System.Private.Uri | 4.3.1
runtime.unix.System.Runtime.Extensions | 4.3.1
runtime.win.System.Runtime.Extensions | 4.3.1
runtime.win7.System.Private.Uri | 4.3.1
System.Private.Uri | 4.3.1
System.Runtime | 4.3.1
System.Runtime.Extensions | 4.3.1
Microsoft.NETCore.App | 1.1.11
Microsoft.NETCore.DotNetHost | 1.1.11
Microsoft.NETCore.DotNetHostPolicy | 1.1.11
Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.debian.8-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.debian.8-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.debian.8-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.debian.9-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.debian.9-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.debian.9-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.win10-arm64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.win10-arm64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.win10-arm64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.win7-x64.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.win7-x64.Microsoft.NETCore.DotNetHostResolver | 1.1.11
runtime.win7-x86.Microsoft.NETCore.DotNetHost | 1.1.11
runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy | 1.1.11
runtime.win7-x86.Microsoft.NETCore.DotNetHostResolver | 1.1.11

View file

@ -4,6 +4,7 @@ The following .NET Core 1.1 releases have been shipped. You must be on the lates
| Release Date | Description | Commits | Known Issues | Contributors |
| :-- | :-- | :--: | :--: | :--: |
| 2019/02/12 | 1.1.11 with SDK 1.1.12 ([release notes](1.1.11/1.1.11.md) / [download](1.1.11/1.1.11-download.md)) | see release notes | - | - |
| 2018/10/09 | 1.1.10 with SDK 1.1.11 ([release notes](1.1.10.md) / [download](../download-archives/1.1.10-download.md)) | see release notes | - | - |
| 2018/07/10 | 1.1.9 with SDK 1.1.10 ([release notes](1.1.9.md) / [download](../download-archives/1.1.9-download.md)) | see release notes | - | - |
| 2018/04/17 | 1.1.8 with SDK 1.1.9 ([release notes](1.1.8.md) / [download](../download-archives/1.1.8-download.md)) | see release notes | - | - |

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,148 @@
# .NET Core 2.1.8
.NET Core 2.1.8 comprises:
* .NET Core Runtime 2.1.8
* ASP.NET Core 2.1.8
* .NET Core SDK 2.1.504
See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.8/2.1.8.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
### Install using Snap
Snap is a system which installs applications in an isolated environment and provides for automatic updates. Many distrobutions which are not directly supported by .NET Core can use Snaps to install. See the [list of distrobutions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution.
### Install using a Package Manager
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.8-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.8/2.1.8.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a36af597-586b-474b-8f91-9a1491b1b826/c56fac62f1ccc855afdd22bf2e9f7051/dotnet-runtime-2.1.8-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/46389bf1-b9e6-4a5e-9a99-2553f97abf4d/95d179c200d11593b363848d771e6be7/dotnet-runtime-2.1.8-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/eeacc181-7b17-49a7-9664-cecdc8d2ab40/30222417a9866c9512bb96290770c73c/dotnet-runtime-2.1.8-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/eae50d35-ec30-4416-829a-36e8b5158f22/52d8370bea6e696cee4280bec0eda4bc/dotnet-runtime-2.1.8-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/492b8744-10e1-47da-8bb3-6878dc3eed3e/b830851d9937aa83525b2a6088f91db6/dotnet-runtime-2.1.8-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0a8df2f2-bc67-455a-8df1-0f2395158eb2/0b42613ec436997900bda0696dabc54c/dotnet-runtime-2.1.8-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/713b711d-7f14-4dc5-959f-972392f7cd74/72187ac69f815e2f01a0c7a628e09f24/dotnet-runtime-2.1.8-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/8e05da2e-4300-41e7-bbc1-474db3aa9166/d2e0d4c9290067eed76b2c5d8677d524/dotnet-runtime-2.1.8-win-arm.zip
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/1ed7bac3-d0a1-4ef3-8b67-2f55b7d4bf0f/e524f264a6384c7f005818353e4b8703/dotnet-runtime-2.1.8-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/c551fea4-c065-4142-9556-4d78fb949284/efe7c2ef2d51331bd0fced6ea0eadf08/dotnet-runtime-2.1.8-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/9b5aa463-d86c-4f8c-8dbb-26e323021246/3b75b083359c97b79da538cf40b041a0/dotnet-runtime-2.1.8-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/1f94a87b-7a17-430c-a860-c18d4989ee5c/c1f4b946d3ae9bbd95413636d334d0ab/dotnet-runtime-2.1.8-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/80cf31e3-1835-4ad1-965d-4971589fe501/7c4bf547ee314069b2482b22dbc778e8/dotnet-runtime-2.1.8-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/43b1eaf3-f6dd-425c-80d1-137d28081f78/9dd9acff1aeac4f4ac994df2b05578ab/aspnetcore-runtime-2.1.8-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c39af076-0ec1-4880-958e-6a50f9e18ee6/610247ccb388f86e9706f2f86d0e6874/aspnetcore-runtime-2.1.8-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/927cbf41-157f-488b-ac7d-32034defebc3/41b011418f795d5a76bf930ad57a055b/aspnetcore-runtime-2.1.8-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/dba15b05-0c93-4d8b-89a1-c24eb1c71412/90354379b88f50f6bf17634e9260905f/aspnetcore-runtime-2.1.8-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/22dccc6e-d3d9-4d1f-8a60-de7fed0bcc77/58c9a9101a49605f4b62ed3139492408/aspnetcore-runtime-2.1.8-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/874e6430-08dc-45bf-ba49-9c8871a3f53e/cac4601c6e16af65dacae363b0bd3559/aspnetcore-runtime-2.1.8-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9ab30138-4a37-455c-bb62-a357862919b2/2e61c5254b1fa0e3118cf4f253d54f6b/aspnetcore-runtime-2.1.8-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/776197cf-38e6-45e0-a10a-d2c30619346a/6e42301fd0d075076484f7c6e99ef58e/aspnetcore-runtime-2.1.8-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c2b2968d-022d-4889-afd0-b02010813c94/bd315e931f55eecfdaea258cf3dee48e/dotnet-hosting-2.1.8-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/48d0a1d0-78a7-4bf9-a349-306d317a349f/5f28d7ce059d8d65dbe367821f40a16e/dotnet-sdk-2.1.504-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5912b468-1221-48dc-9339-79506418e22f/2fd380bf8aa123ec8ea8c3046ad142e9/dotnet-sdk-2.1.504-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/074db8c2-0e35-442a-81e4-10c8e23d5301/8a214d199985584c3d7be3c079b57e63/dotnet-sdk-2.1.504-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b35cf035-09d9-444a-8f62-c972fd6f2be0/4068a391164715232bbf4477b349643f/dotnet-sdk-2.1.504-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/01e846dd-d59f-456d-8c14-36343ca2084b/65f68ebb4342adfb8bce337411d8aecc/dotnet-sdk-2.1.504-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/68152d1c-8ed5-4fc1-9894-8956c33fe4c8/73425e378edcfce4c8537c37a5ec7649/dotnet-sdk-2.1.504-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b7526d13-c0af-4c0d-bc74-66f5b09cd915/688e38a1bbba5a67d9e4d0b6f6056756/dotnet-sdk-2.1.504-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/1dcd5e24-25da-40dc-9996-4db675c1c22d/e154ee2beeb1eec4e9b049a8d3740c80/dotnet-sdk-2.1.504-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/88364f95-160b-4820-9a5b-1d00b619dee7/5021f130569e524eacc2e3a8e6933e62/dotnet-sdk-2.1.504-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/3cf20226-fe88-4879-be05-f662f99c4a3a/65602cb8ae7a87a532dd25c11237cf6a/dotnet-sdk-2.1.504-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/52f4576e-d2d2-4b57-a5cd-6a8561b86b5f/ef765a8e9a2fa3ab55449e09eb5f513f/dotnet-sdk-2.1.504-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/284653cf-d4b8-459b-b956-084a7ceb604b/1da506036feb060c4a8cd15890c1b250/aspnet-2.1.8-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/8a82d06e-3d16-497a-b461-58848d7add64/c3427c0a5dc1dff0498ff0af92d77bd3/cli-2.1.8-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/ec4c3a49-2864-42f3-bd76-006e000746b8/9e70f83ab9016f136ddd5107239dbbd5/core-setup-2.1.8-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/613d85ee-19be-46be-b454-a41497faf9d7/26945496c0862c63783c088618d26566/coreclr-2.1.8-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/d358c132-d850-4d4f-be7a-6e01dfe7d47c/fdd803392b44e577eb8b221d4f6ffb4f/corefx-2.1.8-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/3bde9854-d226-4dc8-b702-5b7dd6fa687b/a5cdfb1edefb834c8413709f0016d63f/dotnet-sdk-2.1.8-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.8-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.504-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/

View file

@ -0,0 +1,209 @@
# .NET Core 2.1.8 Update - January 08, 2019
.NET Core 2.1.8 is available for [download](2.1.8-download.md) and usage in your environment. This release includes .NET Core 2.1.8, ASP.NET Core 2.1.8 and .NET Core SDK 2.1.504.
* [Downloads](#downloads)
* [Changes in this release](#changes-in-218)
* [.NET Core Lifecycle News](#net-core-lifecycle-news)
* [Known Issues](../2.1-known-issues.md)
We've created an issue at [dotnet/core #XXX](https://github.com/dotnet/core/issues/XXX) 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.8 is being deployed to Azure App Services and the deployment is expected to complete in a couple of days.
## .NET Core Lifecycle News
There are no changes this month in OS version support status.
.NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle.
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.
## Changes in 2.1.8
.NET Core 2.1.8 release carries both security and non-security fixes.
All fixes of note can be seen in the [2.1.8 commits](2.1.8-commits.md) list.
* ### [CVE-2019-0657: .NET Core Domain Spoofing Vulnerability](https://github.com/dotnet/Announcements/issues/xxxx)
This update addresses a domain spoofing vulnerability in .NET Framework and .NET Core which causes the meaning of a URI to change when International Domain Name encoding is applied. An attacker who successfully exploited the vulnerability could redirect a URI.
**Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
Microsoft.NETCore.App* | 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.1.8
\* Updated Microsoft.NETCore.App contains System.Private.Uri version 4.0.3, which is not available separately on nuget.org.
### Additional fixes in this release
* [CoreCLR](https://github.com/dotnet/coreclr/issues?utf8=%E2%9C%93&q=milestone%3A2.1.8+label%3Aservicing-approved)
* [CoreFX](https://github.com/dotnet/corefx/issues?utf8=%E2%9C%93&q=milestone%3A2.1.8+label%3Aservicing-approved)
* [ASPNET.Core](https://github.com/aspnet/AspNetCore/issues?utf8=%E2%9C%93&q=milestone%3A2.1.8+label%3Aservicing-approved)
* [EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore/issues?utf8=%E2%9C%93&q=milestone%3A2.1.8+label%3Aservicing-approved)
## Packages updated in this release:
Package name | Version
:----------- | :------------------
dotnet-aspnet-codegenerator | 2.1.7
dotnet-ef | 2.1.8
microsoft.aspnetcore.all | 2.1.8
microsoft.aspnetcore.app | 2.1.8
microsoft.aspnetcore.authentication.google | 2.1.8
microsoft.data.sqlite | 2.1.8
microsoft.data.sqlite.core | 2.1.8
microsoft.entityframeworkcore | 2.1.8
microsoft.entityframeworkcore.abstractions | 2.1.8
microsoft.entityframeworkcore.analyzers | 2.1.8
microsoft.entityframeworkcore.design | 2.1.8
microsoft.entityframeworkcore.inmemory | 2.1.8
microsoft.entityframeworkcore.proxies | 2.1.8
microsoft.entityframeworkcore.relational | 2.1.8
microsoft.entityframeworkcore.relational.specification.tests | 2.1.8
microsoft.entityframeworkcore.specification.tests | 2.1.8
microsoft.entityframeworkcore.sqlite | 2.1.8
microsoft.entityframeworkcore.sqlite.core | 2.1.8
microsoft.entityframeworkcore.sqlserver | 2.1.8
microsoft.entityframeworkcore.tools | 2.1.8
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
microsoft.netcore.app | 2.1.8
microsoft.netcore.dotnetapphost | 2.1.8
microsoft.netcore.dotnethost | 2.1.8
microsoft.netcore.dotnethostpolicy | 2.1.8
microsoft.netcore.dotnethostresolver | 2.1.8
runtime.linux-arm.microsoft.netcore.app | 2.1.8
runtime.linux-arm.microsoft.netcore.dotnetapphost | 2.1.8
runtime.linux-arm.microsoft.netcore.dotnethost | 2.1.8
runtime.linux-arm.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.linux-arm.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.linux-arm64.microsoft.netcore.app | 2.1.8
runtime.linux-arm64.microsoft.netcore.dotnetapphost | 2.1.8
runtime.linux-arm64.microsoft.netcore.dotnethost | 2.1.8
runtime.linux-arm64.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.linux-arm64.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.linux-musl-x64.microsoft.netcore.app | 2.1.8
runtime.linux-musl-x64.microsoft.netcore.dotnetapphost | 2.1.8
runtime.linux-musl-x64.microsoft.netcore.dotnethost | 2.1.8
runtime.linux-musl-x64.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.linux-musl-x64.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.linux-x64.microsoft.netcore.app | 2.1.8
runtime.linux-x64.microsoft.netcore.dotnetapphost | 2.1.8
runtime.linux-x64.microsoft.netcore.dotnethost | 2.1.8
runtime.linux-x64.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.linux-x64.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.osx-x64.microsoft.netcore.app | 2.1.8
runtime.osx-x64.microsoft.netcore.dotnetapphost | 2.1.8
runtime.osx-x64.microsoft.netcore.dotnethost | 2.1.8
runtime.osx-x64.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.osx-x64.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.rhel.6-x64.microsoft.netcore.app | 2.1.8
runtime.rhel.6-x64.microsoft.netcore.dotnetapphost | 2.1.8
runtime.rhel.6-x64.microsoft.netcore.dotnethost | 2.1.8
runtime.rhel.6-x64.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.rhel.6-x64.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.win-arm.microsoft.netcore.app | 2.1.8
runtime.win-arm.microsoft.netcore.dotnetapphost | 2.1.8
runtime.win-arm.microsoft.netcore.dotnethost | 2.1.8
runtime.win-arm.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.win-arm.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.win-arm64.microsoft.netcore.app | 2.1.8
runtime.win-arm64.microsoft.netcore.dotnetapphost | 2.1.8
runtime.win-arm64.microsoft.netcore.dotnethost | 2.1.8
runtime.win-arm64.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.win-arm64.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.win-x64.microsoft.netcore.app | 2.1.8
runtime.win-x64.microsoft.netcore.dotnetapphost | 2.1.8
runtime.win-x64.microsoft.netcore.dotnethost | 2.1.8
runtime.win-x64.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.win-x64.microsoft.netcore.dotnethostresolver | 2.1.8
runtime.win-x86.microsoft.netcore.app | 2.1.8
runtime.win-x86.microsoft.netcore.dotnetapphost | 2.1.8
runtime.win-x86.microsoft.netcore.dotnethost | 2.1.8
runtime.win-x86.microsoft.netcore.dotnethostpolicy | 2.1.8
runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.8
[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.8/2.1.8.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a36af597-586b-474b-8f91-9a1491b1b826/c56fac62f1ccc855afdd22bf2e9f7051/dotnet-runtime-2.1.8-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/46389bf1-b9e6-4a5e-9a99-2553f97abf4d/95d179c200d11593b363848d771e6be7/dotnet-runtime-2.1.8-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/eeacc181-7b17-49a7-9664-cecdc8d2ab40/30222417a9866c9512bb96290770c73c/dotnet-runtime-2.1.8-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/eae50d35-ec30-4416-829a-36e8b5158f22/52d8370bea6e696cee4280bec0eda4bc/dotnet-runtime-2.1.8-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/492b8744-10e1-47da-8bb3-6878dc3eed3e/b830851d9937aa83525b2a6088f91db6/dotnet-runtime-2.1.8-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0a8df2f2-bc67-455a-8df1-0f2395158eb2/0b42613ec436997900bda0696dabc54c/dotnet-runtime-2.1.8-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/713b711d-7f14-4dc5-959f-972392f7cd74/72187ac69f815e2f01a0c7a628e09f24/dotnet-runtime-2.1.8-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/8e05da2e-4300-41e7-bbc1-474db3aa9166/d2e0d4c9290067eed76b2c5d8677d524/dotnet-runtime-2.1.8-win-arm.zip
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/1ed7bac3-d0a1-4ef3-8b67-2f55b7d4bf0f/e524f264a6384c7f005818353e4b8703/dotnet-runtime-2.1.8-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/c551fea4-c065-4142-9556-4d78fb949284/efe7c2ef2d51331bd0fced6ea0eadf08/dotnet-runtime-2.1.8-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/9b5aa463-d86c-4f8c-8dbb-26e323021246/3b75b083359c97b79da538cf40b041a0/dotnet-runtime-2.1.8-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/1f94a87b-7a17-430c-a860-c18d4989ee5c/c1f4b946d3ae9bbd95413636d334d0ab/dotnet-runtime-2.1.8-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/80cf31e3-1835-4ad1-965d-4971589fe501/7c4bf547ee314069b2482b22dbc778e8/dotnet-runtime-2.1.8-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/43b1eaf3-f6dd-425c-80d1-137d28081f78/9dd9acff1aeac4f4ac994df2b05578ab/aspnetcore-runtime-2.1.8-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c39af076-0ec1-4880-958e-6a50f9e18ee6/610247ccb388f86e9706f2f86d0e6874/aspnetcore-runtime-2.1.8-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/927cbf41-157f-488b-ac7d-32034defebc3/41b011418f795d5a76bf930ad57a055b/aspnetcore-runtime-2.1.8-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/dba15b05-0c93-4d8b-89a1-c24eb1c71412/90354379b88f50f6bf17634e9260905f/aspnetcore-runtime-2.1.8-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/22dccc6e-d3d9-4d1f-8a60-de7fed0bcc77/58c9a9101a49605f4b62ed3139492408/aspnetcore-runtime-2.1.8-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/874e6430-08dc-45bf-ba49-9c8871a3f53e/cac4601c6e16af65dacae363b0bd3559/aspnetcore-runtime-2.1.8-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9ab30138-4a37-455c-bb62-a357862919b2/2e61c5254b1fa0e3118cf4f253d54f6b/aspnetcore-runtime-2.1.8-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/776197cf-38e6-45e0-a10a-d2c30619346a/6e42301fd0d075076484f7c6e99ef58e/aspnetcore-runtime-2.1.8-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c2b2968d-022d-4889-afd0-b02010813c94/bd315e931f55eecfdaea258cf3dee48e/dotnet-hosting-2.1.8-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/48d0a1d0-78a7-4bf9-a349-306d317a349f/5f28d7ce059d8d65dbe367821f40a16e/dotnet-sdk-2.1.504-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5912b468-1221-48dc-9339-79506418e22f/2fd380bf8aa123ec8ea8c3046ad142e9/dotnet-sdk-2.1.504-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/074db8c2-0e35-442a-81e4-10c8e23d5301/8a214d199985584c3d7be3c079b57e63/dotnet-sdk-2.1.504-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b35cf035-09d9-444a-8f62-c972fd6f2be0/4068a391164715232bbf4477b349643f/dotnet-sdk-2.1.504-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/01e846dd-d59f-456d-8c14-36343ca2084b/65f68ebb4342adfb8bce337411d8aecc/dotnet-sdk-2.1.504-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/68152d1c-8ed5-4fc1-9894-8956c33fe4c8/73425e378edcfce4c8537c37a5ec7649/dotnet-sdk-2.1.504-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b7526d13-c0af-4c0d-bc74-66f5b09cd915/688e38a1bbba5a67d9e4d0b6f6056756/dotnet-sdk-2.1.504-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/1dcd5e24-25da-40dc-9996-4db675c1c22d/e154ee2beeb1eec4e9b049a8d3740c80/dotnet-sdk-2.1.504-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/88364f95-160b-4820-9a5b-1d00b619dee7/5021f130569e524eacc2e3a8e6933e62/dotnet-sdk-2.1.504-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/3cf20226-fe88-4879-be05-f662f99c4a3a/65602cb8ae7a87a532dd25c11237cf6a/dotnet-sdk-2.1.504-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/52f4576e-d2d2-4b57-a5cd-6a8561b86b5f/ef765a8e9a2fa3ab55449e09eb5f513f/dotnet-sdk-2.1.504-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/284653cf-d4b8-459b-b956-084a7ceb604b/1da506036feb060c4a8cd15890c1b250/aspnet-2.1.8-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/8a82d06e-3d16-497a-b461-58848d7add64/c3427c0a5dc1dff0498ff0af92d77bd3/cli-2.1.8-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/ec4c3a49-2864-42f3-bd76-006e000746b8/9e70f83ab9016f136ddd5107239dbbd5/core-setup-2.1.8-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/613d85ee-19be-46be-b454-a41497faf9d7/26945496c0862c63783c088618d26566/coreclr-2.1.8-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/d358c132-d850-4d4f-be7a-6e01dfe7d47c/fdd803392b44e577eb8b221d4f6ffb4f/corefx-2.1.8-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/3bde9854-d226-4dc8-b702-5b7dd6fa687b/a5cdfb1edefb834c8413709f0016d63f/dotnet-sdk-2.1.8-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.8-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.504-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/02/12 | 2.1.8 | [release notes](2.1.8/2.1.8.md)/[download](2.1.8/2.1.8-download.md) | - |
| 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) | - |

View file

@ -1,13 +1,310 @@
{
"channel-version": "2.1",
"latest-release": "2.1.7",
"latest-release-date": "2019-01-08",
"latest-runtime": "2.1.7",
"latest-sdk": "2.1.503",
"latest-release": "2.1.8",
"latest-release-date": "2019-02-12",
"latest-runtime": "2.1.8",
"latest-sdk": "2.1.504",
"support-phase": "lts",
"eol-date": "",
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"releases": [
{
"release-date": "2019-02-12",
"release-version": "2.1.8",
"security": true,
"cve-list": [
{
"cve-id": " CVE-2019-0657",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0657"
}
],
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.8/2.1.8.md",
"runtime": {
"version": "2.1.8",
"version-display": "2.1.8",
"vsversion": "15.9",
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/a36af597-586b-474b-8f91-9a1491b1b826/c56fac62f1ccc855afdd22bf2e9f7051/dotnet-runtime-2.1.8-linux-arm.tar.gz",
"hash": "948B61F5618C41CA29F29E19AE6FD09EECB172F9B1227D180EE64622BBBEEBC94A344D5F089923384FE5C6CF9585D90B5BA03631679D560C5CAB1F13DA41A7DF"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/46389bf1-b9e6-4a5e-9a99-2553f97abf4d/95d179c200d11593b363848d771e6be7/dotnet-runtime-2.1.8-linux-arm64.tar.gz",
"hash": "167CBE5CEB523814051951A7102DF431DC973D13BFD69B90E327A16023FFA2A90316A4E667C7141E88781E07F9C10136E110C549D848D49BD3E32B91D9CF0B82"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/eeacc181-7b17-49a7-9664-cecdc8d2ab40/30222417a9866c9512bb96290770c73c/dotnet-runtime-2.1.8-linux-musl-x64.tar.gz",
"hash": "38698A9047B695197E4437C284ED4806F7C6FC526807394FBD27DC42176D743C29F0F1D48023B457C5DD544AD14C0ECA476C4666B7B907874E3816A897D96D3F"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/eae50d35-ec30-4416-829a-36e8b5158f22/52d8370bea6e696cee4280bec0eda4bc/dotnet-runtime-2.1.8-linux-x64.tar.gz",
"hash": "A18FDEB8B2CD57979030EC4E7F9BF68D170151DD12559E6891E0F33A1C797F2D3E0943550BACC6AA23E047B054B56D87DD8996A5A6136495BF80C1EB88A3C412"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/492b8744-10e1-47da-8bb3-6878dc3eed3e/b830851d9937aa83525b2a6088f91db6/dotnet-runtime-2.1.8-osx-x64.pkg",
"hash": "EBB6E45BA8854062C2895A53AF00EEE76812591CCB01ACEFFE6F93108867C4DBB072556F460AA3282C8EFED1D13A84A675A6212AAB058AA742A25919DFE4A88A"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/0a8df2f2-bc67-455a-8df1-0f2395158eb2/0b42613ec436997900bda0696dabc54c/dotnet-runtime-2.1.8-osx-x64.tar.gz",
"hash": "C3C4FEF5A927573A0FCCE5A775229672BB6E1FE7EE09537CA34A6500DEFD601E14B7E8E54E80B7E4BD978B664534E67DB5C10D1D0CBB585C4D8786B0B7120BEC"
},
{
"name": "dotnet-runtime-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/713b711d-7f14-4dc5-959f-972392f7cd74/72187ac69f815e2f01a0c7a628e09f24/dotnet-runtime-2.1.8-rhel.6-x64.tar.gz",
"hash": "DA55AB6B313E7E958549B39CEA2D9CD104E9E3099907940BF06C2193025C09DBC7896D9EDCD4874367E40EB0DC42AA8B042516CD93457AD51BC1AEFD2A9D2FEB"
},
{
"name": "dotnet-runtime-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/8e05da2e-4300-41e7-bbc1-474db3aa9166/d2e0d4c9290067eed76b2c5d8677d524/dotnet-runtime-2.1.8-win-arm.zip",
"hash": "35D08EBFA968AC4DA40F47A1CA0794B5E0B7AEDD3194B68C138E76B9FA492511C73E29D54C696772D42935C0E5034EBA16649B195206AA5E0AD20AAD639A2797"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/1ed7bac3-d0a1-4ef3-8b67-2f55b7d4bf0f/e524f264a6384c7f005818353e4b8703/dotnet-runtime-2.1.8-win-arm64.zip",
"hash": "E2A42FE264CF8F09D95CC096A28A7941EF6F18B82C947344F9D9628E6D82E787AE9BDB44113DCBBFFE5C5D6289E3C4F708B55115DA5D5EFF4BC7E972918EDAD0"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/c551fea4-c065-4142-9556-4d78fb949284/efe7c2ef2d51331bd0fced6ea0eadf08/dotnet-runtime-2.1.8-win-x64.exe",
"hash": "087F662BE0CFA7DE0A914993F7C44C3174B5C988C9C0050971828A6488821A6D54C5AC5DFBA1437E3AB5EF1FC2847027057251F78C4118EED2D25D1908A41A18"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/9b5aa463-d86c-4f8c-8dbb-26e323021246/3b75b083359c97b79da538cf40b041a0/dotnet-runtime-2.1.8-win-x64.zip",
"hash": "42CBFDB97E75E84B075AFEB4C943FCF2697F3F0C2D4A5541DEAD23E6B9D3954A5EFF465A4D0B73393257151A905FADB3B022CE883E44D72448F25707218C54F2"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/1f94a87b-7a17-430c-a860-c18d4989ee5c/c1f4b946d3ae9bbd95413636d334d0ab/dotnet-runtime-2.1.8-win-x86.exe",
"hash": "120F273E4D1F54FB02ED098A1B002C28DBF2FF1A99E89F3671E52E9F702EE28BEA9AECEB73072CEFFEF6DA9D8C8211B2C6BB340E5319C89E7B9D709E54AEF300"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/80cf31e3-1835-4ad1-965d-4971589fe501/7c4bf547ee314069b2482b22dbc778e8/dotnet-runtime-2.1.8-win-x86.zip",
"hash": "997F60C525A542FAE7264084DDE62CF24AF9B1D1EE2CBAE76465A645591A217DEF85DA94AE3185001F2E26B84FDC2154B741564F6C554AE9B493E928B050B5B0"
}
]
},
"sdk": {
"version": "2.1.504",
"version-display": "2.1.504",
"runtime-version": "2.1.8",
"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/48d0a1d0-78a7-4bf9-a349-306d317a349f/5f28d7ce059d8d65dbe367821f40a16e/dotnet-sdk-2.1.504-linux-arm.tar.gz",
"hash": "B4F272063E96DE8A713894BC9832447582F67BC300162257561AF237912FADB5902582180887572E9D1C8A10A0587966FEB4523EDCB4D530627B7FAF1F2EB616"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5912b468-1221-48dc-9339-79506418e22f/2fd380bf8aa123ec8ea8c3046ad142e9/dotnet-sdk-2.1.504-linux-arm64.tar.gz",
"hash": "8261D8FF7AA8757D4EB53CC1073038756F3A4EC5100667AEFC409580A2A94ED564EE95C5F8C9DA7ED2292506FE7DB9F1C340722A5E08B7761F78BD1EC38ADE68"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/074db8c2-0e35-442a-81e4-10c8e23d5301/8a214d199985584c3d7be3c079b57e63/dotnet-sdk-2.1.504-linux-musl-x64.tar.gz",
"hash": "E6383134EDE5ED705244D3568BC085CD4358D9708180BFBBDA415A1E340FEAC23030D36E956F628603AE428B1EBB6DB87D7F8BC502B0C17928B2B66457E89698"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/b35cf035-09d9-444a-8f62-c972fd6f2be0/4068a391164715232bbf4477b349643f/dotnet-sdk-2.1.504-linux-x64.tar.gz",
"hash": "93318A533DA67DF22CAE5C4BBB384ABD820B37D66E473DF08DA26231D0DF0D0420661E4E587CED0954EE77EB3AF532E52D0AB1DDD9528AA0EE74B4EA1C27702D"
},
{
"name": "dotnet-sdk-osx-gs-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/b3f7e697-363f-429d-a78f-11c244e476a4/fb34fbea7d52d479cd4f7f8d4263545e/dotnet-sdk-2.1.504-osx-gs-x64.pkg",
"hash": "5200E27225FBFDF66DA78F152BCC76DE7666210C3B1F49673A9530FEC9C2E67F062814C7354DAD3FFF9E5824618434ADE4AD17165E94B9C6B3B646DB4ADE47A7"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/01e846dd-d59f-456d-8c14-36343ca2084b/65f68ebb4342adfb8bce337411d8aecc/dotnet-sdk-2.1.504-osx-x64.pkg",
"hash": "5200E27225FBFDF66DA78F152BCC76DE7666210C3B1F49673A9530FEC9C2E67F062814C7354DAD3FFF9E5824618434ADE4AD17165E94B9C6B3B646DB4ADE47A7"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/68152d1c-8ed5-4fc1-9894-8956c33fe4c8/73425e378edcfce4c8537c37a5ec7649/dotnet-sdk-2.1.504-osx-x64.tar.gz",
"hash": "B2E72B5D581930D70B450AF92ECEC0F1CD068BBA067D09755076F0FCD754FFE7306E63A14F3A6CAA85A70FAAA38A10406A902A7BFCE0A72499A3618B1FD5B660"
},
{
"name": "dotnet-sdk-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/b7526d13-c0af-4c0d-bc74-66f5b09cd915/688e38a1bbba5a67d9e4d0b6f6056756/dotnet-sdk-2.1.504-rhel.6-x64.tar.gz",
"hash": "C045D1778C76B25ADAF42D6CF53E90A9F8C8C32A26B2B42625FD3CB5FE739247736FEFE5666E57EF6F998DE2AD2A58EFEEE6B67B6C8BBB37E38697B9CA3F0B7D"
},
{
"name": "dotnet-sdk-win-gs-x64.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/f1be8c58-9b61-4a44-8eee-effe5835e078/7b385e68476df5329129007630999450/dotnet-sdk-2.1.504-win-gs-x64.exe",
"hash": "AC2C45DC10428EB888D80B15E1CF8B0FF2E76980038AF312C76E8929501A44B0631A9C3C15F098F288C0BE4CFD19343EDE83DEF5CDA6B16985B23DE14B6F4C8C"
},
{
"name": "dotnet-sdk-win-gs-x86.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/1d3325c2-ef86-4db4-84ac-79026c599e96/b17b88b527a27afce5689fe6c5dbe65b/dotnet-sdk-2.1.504-win-gs-x86.exe",
"hash": "21DED0B21CCF9EB39B4B0DC41931579D3768CF781470CCBCF25CDEA2943B1B405787B405A74245E5192FBBF81A906DD9FED8A1AE5D77082530A5AF2118CA5DEF"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/1dcd5e24-25da-40dc-9996-4db675c1c22d/e154ee2beeb1eec4e9b049a8d3740c80/dotnet-sdk-2.1.504-win-x64.exe",
"hash": "AC2C45DC10428EB888D80B15E1CF8B0FF2E76980038AF312C76E8929501A44B0631A9C3C15F098F288C0BE4CFD19343EDE83DEF5CDA6B16985B23DE14B6F4C8C"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/88364f95-160b-4820-9a5b-1d00b619dee7/5021f130569e524eacc2e3a8e6933e62/dotnet-sdk-2.1.504-win-x64.zip",
"hash": "A7A19BBA1B48F47E24DA5DAA3E73C9A3279613813843FA3513C01F4D1BB6026699DF131CC624EE3FAE49775282016E0DFF62E3F62E670FE843FF6E66A3387B20"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/3cf20226-fe88-4879-be05-f662f99c4a3a/65602cb8ae7a87a532dd25c11237cf6a/dotnet-sdk-2.1.504-win-x86.exe",
"hash": "21DED0B21CCF9EB39B4B0DC41931579D3768CF781470CCBCF25CDEA2943B1B405787B405A74245E5192FBBF81A906DD9FED8A1AE5D77082530A5AF2118CA5DEF"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/52f4576e-d2d2-4b57-a5cd-6a8561b86b5f/ef765a8e9a2fa3ab55449e09eb5f513f/dotnet-sdk-2.1.504-win-x86.zip",
"hash": "A0BDA9FAFCA6C8B31C2BDDA09703E338B0B123F9EAF36E9C705EB45AE9D4CC41064F4ADAC64A68DF79C410CFB39F8DF5D8F0481712BA49F8D3221569E876F4DC"
}
]
},
"aspnetcore-runtime": {
"version": "2.1.8",
"version-display": "2.1.8",
"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/43b1eaf3-f6dd-425c-80d1-137d28081f78/9dd9acff1aeac4f4ac994df2b05578ab/aspnetcore-runtime-2.1.8-linux-arm.tar.gz",
"hash": "1AFFAA2641E73DD9FED7E402918C3D599D86AE34DB0E2018FEBA5DA054B9079BE1A530314CE033CF5B4AE2C9349C8A5B5C27C583B88CADFFF9BA95616237E750"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/c39af076-0ec1-4880-958e-6a50f9e18ee6/610247ccb388f86e9706f2f86d0e6874/aspnetcore-runtime-2.1.8-linux-musl-x64.tar.gz",
"hash": "00E8DE304262439972210158BFC3B065BBE4A710A82BD20E67F0A79D15503790412072F814C5A20D4370B69FE917F45A16DFA16DEB9E67CE45F5B5734AA51163"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/927cbf41-157f-488b-ac7d-32034defebc3/41b011418f795d5a76bf930ad57a055b/aspnetcore-runtime-2.1.8-linux-x64.tar.gz",
"hash": "0CEA73C8BF2B125566B17EE3A8B6282E82427F542A712086C33D0321831F2FC6835B7E5DA8EB101A5C43C643526B074942FE687446983774BD2B2E25FE101237"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/dba15b05-0c93-4d8b-89a1-c24eb1c71412/90354379b88f50f6bf17634e9260905f/aspnetcore-runtime-2.1.8-osx-x64.tar.gz",
"hash": "A81C1B966C3C9D1ADD0A6430B8349DAD619B70111141F2DAFC2DCF090A591737ADC9B33EC5A23E28A4785CBD6706A6125D5F575297052002818D0F9DB0FB6FBA"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/22dccc6e-d3d9-4d1f-8a60-de7fed0bcc77/58c9a9101a49605f4b62ed3139492408/aspnetcore-runtime-2.1.8-win-x64.exe",
"hash": "2908638BC02429DA611303CAC5C294CC92C53FDEF3B4FA253961C6670CCA531616AE24B38286C564C1540CF7B858E7359BC6D3A18A26A64A8C440937FFDBC16C"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/874e6430-08dc-45bf-ba49-9c8871a3f53e/cac4601c6e16af65dacae363b0bd3559/aspnetcore-runtime-2.1.8-win-x64.zip",
"hash": "B9911481B839C0FD119BCC82C60AF32599125BE1F4CFD72001F7BF24A21E8986F45930B9FE0D77E07127D78B9B4046F0DC6B3D11F1B238F867E2F42808BE0FD9"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/9ab30138-4a37-455c-bb62-a357862919b2/2e61c5254b1fa0e3118cf4f253d54f6b/aspnetcore-runtime-2.1.8-win-x86.exe",
"hash": "1CBF3F72F16704A1FFF5AD97263817C3E931989951B53B1938E6D750CA3D21A85D93F5458D7A66FA9503040CF6A61DC6805E981097F07BD6FC3CC26D1C03AFA6"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/776197cf-38e6-45e0-a10a-d2c30619346a/6e42301fd0d075076484f7c6e99ef58e/aspnetcore-runtime-2.1.8-win-x86.zip",
"hash": "0E134D25E4CE75B7F9E056ACA5C33A24AB1613FC9823B3FAA1F21B2ACF3A39C874153EE23320F8EF96C19B084400B8D11F1FE746A3284A49C15C857A9B70D750"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/c2b2968d-022d-4889-afd0-b02010813c94/bd315e931f55eecfdaea258cf3dee48e/dotnet-hosting-2.1.8-win.exe",
"hash": "E7F851CB8B75B71483AA4C3EB98EE272A3839B21F8AEF1EA0CBA9FBA5478373F037BD9BF25DE1FCA74C0A2EE792B894CD313D0F09DD68D6964FBBDC4F0A6B10C"
}
]
},
"symbols": {
"version": "2.1.8",
"files": [
{
"name": "aspnet-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/284653cf-d4b8-459b-b956-084a7ceb604b/1da506036feb060c4a8cd15890c1b250/aspnet-2.1.8-symbols.zip",
"hash": "F675DD5A23621843A0113116ACF4502A2C02B3E424543BC561D4B7C2162135046A7DA85223A0BF9BFF8D2025DA69AC7CEE7C994A6E27195C7678EB187E2A4C00"
},
{
"name": "cli-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/8a82d06e-3d16-497a-b461-58848d7add64/c3427c0a5dc1dff0498ff0af92d77bd3/cli-2.1.8-symbols.zip",
"hash": "C5346F25F7F564C417E17504B2C91926BCC292F475C6BB59A739379890652318413B52B67CD2792D6F765DCF2ACC93C674C7A55732C5F0B867BBE0812AD5ADBE"
},
{
"name": "core-setup-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/ec4c3a49-2864-42f3-bd76-006e000746b8/9e70f83ab9016f136ddd5107239dbbd5/core-setup-2.1.8-symbols.zip",
"hash": "565C2BBBF0A38785DF538A6D38ABFA0FE84BAF06EADCF2EBA2BD66D6EAEAA9ADA24B37729432B79FDBCB74536B2B0053B5CA4DEB7043A1D1F72DD73BBA09164D"
},
{
"name": "coreclr-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/613d85ee-19be-46be-b454-a41497faf9d7/26945496c0862c63783c088618d26566/coreclr-2.1.8-symbols.zip",
"hash": "E42E7B6819B353BEE99851AB2EE0767774533C130AC451837696855F0864A5F41CA257763CC286E0BED4A5BC9FBA4BE1FDA4A9C21F5D34CABDFA32FF79FD9C94"
},
{
"name": "corefx-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/d358c132-d850-4d4f-be7a-6e01dfe7d47c/fdd803392b44e577eb8b221d4f6ffb4f/corefx-2.1.8-symbols.zip",
"hash": "359608B3CE7ADB12553DE6FE91641479922F57297ABC1A4B153E3851840E596F71E58031A94E517B74AC2206DE40FDB89FDA961E3BB3A93786A45FC4479D1865"
},
{
"name": "dotnet-sdk-symbols.zip",
"rid": null,
"url": "https://download.visualstudio.microsoft.com/download/pr/3bde9854-d226-4dc8-b702-5b7dd6fa687b/a5cdfb1edefb834c8413709f0016d63f/dotnet-sdk-2.1.8-symbols.zip",
"hash": "11DC4E08C84B274B1C038E5EB22B8700585DC867BD996B2D9176414EAD10B35940153E0751D6DD7644C6B9E864E83B65B75498B8C252948F1279A0ADB7CD3DE7"
}
]
}
},
{
"release-date": "2019-01-08",
"release-version": "2.1.7",
@ -202,8 +499,10 @@
"aspnetcore-runtime": {
"version": "2.1.7",
"version-display": "2.1.7",
"version-aspnetcoremodule": [ "12.1.18263.2" ],
"vs-version": "15.9",
"version-aspnetcoremodule": [
"12.1.18263.2"
],
"vsversion": "15.9",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
@ -308,11 +607,11 @@
"release-version": "2.1.502",
"security": false,
"cve-list": null,
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.502-SDK/2.1.502.md",
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.6/2.1.502.md",
"runtime": {
"version": null,
"version-display": null,
"vs-version": null,
"vsversion": null,
"files": null
},
"sdk": {
@ -432,7 +731,7 @@
"runtime": {
"version": null,
"version-display": null,
"vs-version": null,
"vsversion": null,
"files": null
},
"sdk": {
@ -542,7 +841,7 @@
"runtime": {
"version": "2.1.6",
"version-display": "2.1.6",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
@ -714,7 +1013,7 @@
"12.2.18248.0",
"8.2.1991.0"
],
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
@ -835,7 +1134,7 @@
"runtime": {
"version": "2.1.5",
"version-display": "2.1.5",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
@ -1007,7 +1306,7 @@
"12.2.18248.0",
"8.2.1991.0"
],
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
@ -1116,7 +1415,7 @@
"runtime": {
"version": "2.1.4",
"version-display": "2.1.4",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
@ -1288,7 +1587,7 @@
"12.2.18248.0",
"8.2.1991.0"
],
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
@ -1357,7 +1656,7 @@
"runtime": {
"version": "2.1.3",
"version-display": "2.1.3",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
@ -1526,7 +1825,7 @@
"version": "2.1.3",
"version-display": "2.1.3",
"version-aspnetcoremodule": null,
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
@ -1591,20 +1890,20 @@
"release-version": "2.1.2",
"security": true,
"cve-list": [
{
"cve-id": "CVE-2018-8171",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8171"
},
{
"cve-id": "CVE-2018-8356",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8356"
}
],
{
"cve-id": "CVE-2018-8171",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8171"
},
{
"cve-id": "CVE-2018-8356",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8356"
}
],
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.2.md",
"runtime": {
"version": "2.1.2",
"version-display": "2.1.2",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-x64.tar.gz",
@ -1773,7 +2072,7 @@
"version": "2.1.2",
"version-display": "2.1.2",
"version-aspnetcoremodule": null,
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-hosting-win.exe",
@ -1842,7 +2141,7 @@
"runtime": {
"version": "2.1.1",
"version-display": "2.1.1",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-x64.tar.gz",
@ -2011,7 +2310,7 @@
"version": "2.1.1",
"version-display": "2.1.1",
"version-aspnetcoremodule": null,
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "asp-runtime-win-x64.exe",
@ -2080,7 +2379,7 @@
"runtime": {
"version": "2.1.0-rc1",
"version-display": "2.1.0-rc1",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-x64.tar.gz",
@ -2237,7 +2536,7 @@
"version": "2.1.0-rc1",
"version-display": "2.1.0-rc1",
"version-aspnetcoremodule": null,
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-hosting-win.exe",
@ -2306,7 +2605,7 @@
"runtime": {
"version": "2.1.0-preview2-26406-04",
"version-display": "2.1.0-preview2",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-x64.tar.gz",
@ -2415,7 +2714,7 @@
"version": "2.1.0-preview2-26406-04",
"version-display": "2.1.0-preview2",
"version-aspnetcoremodule": null,
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-hosting-win.exe",
@ -2474,11 +2773,11 @@
"release-version": "2.1.0-preview1",
"security": false,
"cve-list": null,
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.0-preview1.md",
"release-notes": "",
"runtime": {
"version": "2.1.0-preview1-26216-03",
"version-display": "2.1.0-preview1",
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-runtime-linux-x64.tar.gz",
@ -2593,7 +2892,7 @@
"version": "2.1.0-preview1-final",
"version-display": "2.1.0-preview1",
"version-aspnetcoremodule": null,
"vs-version": null,
"vsversion": null,
"files": [
{
"name": "dotnet-hosting-win.exe",
@ -2648,4 +2947,4 @@
"symbols": null
}
]
}
}

View file

@ -0,0 +1,149 @@
# .NET Core 2.2.2
.NET Core 2.2.2 comprises:
* .NET Core Runtime 2.2.2
* ASP.NET Core 2.2.2
* .NET Core SDK 2.2.104
See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2.2/2.2.2.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
### Install using Snap
Snap is a system which installs applications in an isolated environment and provides for automatic updates. Many distrobutions which are not directly supported by .NET Core can use Snaps to install. See the [list of distrobutions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution.
### Install using a Package Manager
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.2-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.2/2.2.2.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a24ca9ae-7966-4a9e-9838-cc57d6639248/099c000dc8ee58702846702e9b010ad1/dotnet-runtime-2.2.2-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4f960c44-ae38-4510-95e9-0b686fcae16f/be50a7c893543038522f5943d920db01/dotnet-runtime-2.2.2-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/98adb3af-1ca9-4b49-a38e-d8cae73cc29f/c5b40b540d4d9cb539bf780620e93bdd/dotnet-runtime-2.2.2-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/97b97652-4f74-4866-b708-2e9b41064459/7c722daf1a80a89aa8c3dec9103c24fc/dotnet-runtime-2.2.2-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/eb9047cf-9d6f-472a-940e-05f018cdb29e/62c457d7f2ead9eccc099978f038c1f8/dotnet-runtime-2.2.2-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d1f0dfb3-b6bd-42ae-895f-f149bf1d90ca/9b1fb91a9692fc31d6fc83e97caba4cd/dotnet-runtime-2.2.2-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/99daced5-a333-49ea-901c-199e0e079549/a37386b7bab18307e67d1bb31377b37e/dotnet-runtime-2.2.2-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/8652967c-9b68-4ca7-85f3-686c62d286e9/50203b08e09795b976b632ccc910480b/dotnet-runtime-2.2.2-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/04fedce4-d7ed-4bef-9151-95e3b02d12bc/1037ed3d387cfe9b712a5625fbac0eb9/dotnet-runtime-2.2.2-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/b10d0a68-b720-48ae-bab8-4ac39bd1b5d3/f32b8b41dff5c1488c2b915a007fc4a6/dotnet-runtime-2.2.2-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9d7b48a7-74a0-4726-946f-2474b36ec335/ac9898e18e0835445d3c67724b569a54/dotnet-runtime-2.2.2-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/97b777ee-6b4e-4d26-9f73-6b33a99e0f67/93458d5a38d673757768eed2f6cec926/dotnet-runtime-2.2.2-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5ca39d79-c65c-4c03-bba1-e904c7255c44/4fb100d62b0a3fff5fbf5dd24f761d71/aspnetcore-runtime-2.2.2-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/45c5f94c-d22b-4fd8-92f5-de27bbaa29d5/cc2edbae53dfcadeb8ef3fb3330dbc62/aspnetcore-runtime-2.2.2-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/168bba07-32dc-4612-ab01-7632d412c4cd/e1ecbf16d84e504c1d66d7a7573c9171/aspnetcore-runtime-2.2.2-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/95c2cb90-70eb-4074-ad66-3c431da57237/8b216ac960893705a1841491efce4262/aspnetcore-runtime-2.2.2-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/a0ae697b-a5e5-4898-ae34-ab6ded744d16/d99f9ab001a856d57312eba86665e8fe/aspnetcore-runtime-2.2.2-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/7834344e-df7a-4c9f-a357-748f890fdf8b/e1e7b4f82272ace3ca2c8edff54277e7/aspnetcore-runtime-2.2.2-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/a61319fd-802b-4441-a4cc-84eb65468a04/2d2bb9011e1ee27af99deac554b0c055/aspnetcore-runtime-2.2.2-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9a65d2a7-c22e-495c-af84-c2069b3c2597/6d9598a7bd8c214445d8932c7e366b46/aspnetcore-runtime-2.2.2-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/b054539a-0fad-4a32-84ab-1f4d7af89097/e58004d052383380a211839fa6bc7938/aspnetcore-runtime-2.2.2-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/5efd5ee8-4df6-4b99-9feb-87250f1cd09f/552f4b0b0340e447bab2f38331f833c5/dotnet-hosting-2.2.2-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d9f37b73-df8d-4dfa-a905-b7648d3401d0/6312573ac13d7a8ddc16e4058f7d7dc5/dotnet-sdk-2.2.104-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2b201001-7074-476a-aa83-b5194c660a59/68233f3c3f16c97767a77216ec1f6e70/dotnet-sdk-2.2.104-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8e67400a-b129-4e0c-ae7a-eed7fd123cf6/9ebd9ad8e5fd9e2eaec1f7fbc66323b5/dotnet-sdk-2.2.104-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/69937b49-a877-4ced-81e6-286620b390ab/8ab938cf6f5e83b2221630354160ef21/dotnet-sdk-2.2.104-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/b06123e8-af2a-4196-acf9-39c3abd6cd6b/f12a2e3b64dc6574e9f530001d1e4a2a/dotnet-sdk-2.2.104-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7b61ec42-34d4-443a-9472-10db3b600b00/331956fdc0884ec01aaa5aa44360fce2/dotnet-sdk-2.2.104-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2fa2eba9-29e5-4c15-b034-46962a258e85/b9d9a14a30153d67b48c44433c28da21/dotnet-sdk-2.2.104-rhel.6-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/7043511c-353c-48e3-bd3f-d21ce24bbfc1/06c192e23f050ff9df4b561dd8acc234/dotnet-sdk-2.2.104-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4a195fc9-7696-4c24-add2-e791b399766c/3a67d698a74505b46db9d9779745e47b/dotnet-sdk-2.2.104-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/e7a3e196-1b15-45d4-8a4a-2f940cf8c3be/975a1ec833505505adf5b867990d441a/dotnet-sdk-2.2.104-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/cd02d3e6-ecc0-432d-a1bc-e8c9d3d8148c/f628e6721d33d13afe450abec8750f64/dotnet-sdk-2.2.104-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/59e18010-8e57-4073-add2-d2b5cfbc5e58/8fa6831c7be0800889324640e29476f4/dotnet-sdk-2.2.104-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/1b7e7360-2e58-4a38-acf1-1e96aabd2f63/d0b0c78eead45a989eacfa19038b8ca7/aspnet-2.2.2-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/2894a162-c8ac-4f32-8c6f-6289f5b09a4c/d9a072077e4c32ff47a5c4c7aaa51b76/cli-2.2.2-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/996f56f9-a472-4c29-9eda-13e90d504630/448d08d3ad1123f49c828d4d5d08acf4/core-setup-2.2.2-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/2f71d6d3-19aa-43fc-830a-2dea519619ea/1244e6b153434c8e3c27ee46860847db/coreclr-2.2.2-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/69ca7488-7a91-4f48-a9ea-8dc477e39eeb/9ba834f945f97b62ab217dc77f198931/corefx-2.2.2-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/1c48180a-b844-414c-821d-3e10becdde74/bc5734b3a2229d97c32e405bf248a1ea/dotnet-sdk-2.2.2-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.2-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.104-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/

View file

@ -0,0 +1,219 @@
# .NET Core 2.2.2 Update - February 12, 2019
.NET Core 2.2.2 is available for [download](2.2.2-download.md) and usage in your environment. This release includes .NET Core 2.2.2, ASP.NET Core 2.2.2 and .NET Core SDK 2.2.104.
* [Blog Post][dotnet-blog]
* [Downloads](#downloads)
* [Changes in this release](#changes-in-222)
* [.NET Core Lifecycle News](#net-core-lifecycle-news)
* [Known Issues](../2.2-known-issues.md)
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.2 is being deployed to Azure App Services and the deployment is expected to complete in a couple of days.
## .NET Core Lifecycle News
There are no changes this month in OS version support status.
.NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle.
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.
## Changes in 2.2.2
.NET Core 2.2.2 release carries both security and non-security fixes.
* [CVE-2019-0657: .NET Core Domain Spoofing Vulnerability](https://github.com/dotnet/Announcements/issues/xxxx)
This update addresses a domain spoofing vulnerability in .NET Framework and .NET Core which causes the meaning of a URI to change when International Domain Name encoding is applied. An attacker who successfully exploited the vulnerability could redirect a URI.
**Affected Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
Microsoft.NETCore.App (System.Private.Uri) | 2.2.0, 2.2.1 | 2.2.2
### Additional fixes in this release
* [CoreCLR](https://github.com/dotnet/coreclr/issues?utf8=%E2%9C%93&q=milestone%3A2.2.2+label%3Aservicing-approved)
* [ASPNET.Core](https://github.com/aspnet/AspNetCore/issues?utf8=%E2%9C%93&q=milestone%3A2.2.2+label%3Aservicing-approved)
* [EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore/issues?utf8=%E2%9C%93&q=milestone%3A2.2.2+label%3Aservicing-approved)
## Packages updated in this release:
Package name | Version
:----------- | :------------------
dotnet-aspnet-codegenerator | 2.2.2
dotnet-ef | 2.2.2
microsoft.aspnetcore.all | 2.2.2
microsoft.aspnetcore.app | 2.2.2
microsoft.aspnetcore.authentication.google | 2.2.2
microsoft.aspnetcore.azureappservices.hostingstartup | 2.2.2
microsoft.aspnetcore.azureappservicesintegration | 2.2.2
microsoft.aspnetcore.http | 2.2.2
microsoft.aspnetcore.mvc.core | 2.2.2
microsoft.aspnetcore.routing | 2.2.2
microsoft.aspnetcore.server.iis | 2.2.2
microsoft.data.sqlite | 2.2.2
microsoft.data.sqlite.core | 2.2.2
microsoft.dotnet.web.client.itemtemplates | 2.2.2
microsoft.dotnet.web.itemtemplates | 2.2.2
microsoft.dotnet.web.projecttemplates.2.2 | 2.2.2
microsoft.dotnet.web.spa.projecttemplates | 2.2.2
microsoft.entityframeworkcore | 2.2.2
microsoft.entityframeworkcore.abstractions | 2.2.2
microsoft.entityframeworkcore.analyzers | 2.2.2
microsoft.entityframeworkcore.design | 2.2.2
microsoft.entityframeworkcore.inmemory | 2.2.2
microsoft.entityframeworkcore.proxies | 2.2.2
microsoft.entityframeworkcore.relational | 2.2.2
microsoft.entityframeworkcore.relational.specification.tests | 2.2.2
microsoft.entityframeworkcore.specification.tests | 2.2.2
microsoft.entityframeworkcore.sqlite | 2.2.2
microsoft.entityframeworkcore.sqlite.core | 2.2.2
microsoft.entityframeworkcore.sqlite.nettopologysuite | 2.2.2
microsoft.entityframeworkcore.sqlserver | 2.2.2
microsoft.entityframeworkcore.sqlserver.nettopologysuite | 2.2.2
microsoft.entityframeworkcore.tools | 2.2.2
microsoft.visualstudio.web.codegeneration | 2.2.2
microsoft.visualstudio.web.codegeneration.contracts | 2.2.2
microsoft.visualstudio.web.codegeneration.core | 2.2.2
microsoft.visualstudio.web.codegeneration.design | 2.2.2
microsoft.visualstudio.web.codegeneration.entityframeworkcore | 2.2.2
microsoft.visualstudio.web.codegeneration.templating | 2.2.2
microsoft.visualstudio.web.codegeneration.utils | 2.2.2
microsoft.visualstudio.web.codegenerators.mvc | 2.2.2
microsoft.netcore.app | 2.2.2
microsoft.netcore.dotnetapphost | 2.2.2
microsoft.netcore.dotnethost | 2.2.2
microsoft.netcore.dotnethostpolicy | 2.2.2
microsoft.netcore.dotnethostresolver | 2.2.2
runtime.linux-arm.microsoft.netcore.app | 2.2.2
runtime.linux-arm.microsoft.netcore.dotnetapphost | 2.2.2
runtime.linux-arm.microsoft.netcore.dotnethost | 2.2.2
runtime.linux-arm.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.linux-arm.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.linux-arm64.microsoft.netcore.app | 2.2.2
runtime.linux-arm64.microsoft.netcore.dotnetapphost | 2.2.2
runtime.linux-arm64.microsoft.netcore.dotnethost | 2.2.2
runtime.linux-arm64.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.linux-arm64.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.linux-musl-x64.microsoft.netcore.app | 2.2.2
runtime.linux-musl-x64.microsoft.netcore.dotnetapphost | 2.2.2
runtime.linux-musl-x64.microsoft.netcore.dotnethost | 2.2.2
runtime.linux-musl-x64.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.linux-musl-x64.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.linux-x64.microsoft.netcore.app | 2.2.2
runtime.linux-x64.microsoft.netcore.dotnetapphost | 2.2.2
runtime.linux-x64.microsoft.netcore.dotnethost | 2.2.2
runtime.linux-x64.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.linux-x64.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.osx-x64.microsoft.netcore.app | 2.2.2
runtime.osx-x64.microsoft.netcore.dotnetapphost | 2.2.2
runtime.osx-x64.microsoft.netcore.dotnethost | 2.2.2
runtime.osx-x64.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.osx-x64.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.rhel.6-x64.microsoft.netcore.app | 2.2.2
runtime.rhel.6-x64.microsoft.netcore.dotnetapphost | 2.2.2
runtime.rhel.6-x64.microsoft.netcore.dotnethost | 2.2.2
runtime.rhel.6-x64.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.rhel.6-x64.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.win-arm.microsoft.netcore.app | 2.2.2
runtime.win-arm.microsoft.netcore.dotnetapphost | 2.2.2
runtime.win-arm.microsoft.netcore.dotnethost | 2.2.2
runtime.win-arm.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.win-arm.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.win-arm64.microsoft.netcore.app | 2.2.2
runtime.win-arm64.microsoft.netcore.dotnetapphost | 2.2.2
runtime.win-arm64.microsoft.netcore.dotnethost | 2.2.2
runtime.win-arm64.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.win-arm64.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.win-x64.microsoft.netcore.app | 2.2.2
runtime.win-x64.microsoft.netcore.dotnetapphost | 2.2.2
runtime.win-x64.microsoft.netcore.dotnethost | 2.2.2
runtime.win-x64.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.win-x64.microsoft.netcore.dotnethostresolver | 2.2.2
runtime.win-x86.microsoft.netcore.app | 2.2.2
runtime.win-x86.microsoft.netcore.dotnetapphost | 2.2.2
runtime.win-x86.microsoft.netcore.dotnethost | 2.2.2
runtime.win-x86.microsoft.netcore.dotnethostpolicy | 2.2.2
runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.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.2/2.2.2/2.2.2.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a24ca9ae-7966-4a9e-9838-cc57d6639248/099c000dc8ee58702846702e9b010ad1/dotnet-runtime-2.2.2-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4f960c44-ae38-4510-95e9-0b686fcae16f/be50a7c893543038522f5943d920db01/dotnet-runtime-2.2.2-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/98adb3af-1ca9-4b49-a38e-d8cae73cc29f/c5b40b540d4d9cb539bf780620e93bdd/dotnet-runtime-2.2.2-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/97b97652-4f74-4866-b708-2e9b41064459/7c722daf1a80a89aa8c3dec9103c24fc/dotnet-runtime-2.2.2-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/eb9047cf-9d6f-472a-940e-05f018cdb29e/62c457d7f2ead9eccc099978f038c1f8/dotnet-runtime-2.2.2-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d1f0dfb3-b6bd-42ae-895f-f149bf1d90ca/9b1fb91a9692fc31d6fc83e97caba4cd/dotnet-runtime-2.2.2-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/99daced5-a333-49ea-901c-199e0e079549/a37386b7bab18307e67d1bb31377b37e/dotnet-runtime-2.2.2-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/8652967c-9b68-4ca7-85f3-686c62d286e9/50203b08e09795b976b632ccc910480b/dotnet-runtime-2.2.2-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/04fedce4-d7ed-4bef-9151-95e3b02d12bc/1037ed3d387cfe9b712a5625fbac0eb9/dotnet-runtime-2.2.2-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/b10d0a68-b720-48ae-bab8-4ac39bd1b5d3/f32b8b41dff5c1488c2b915a007fc4a6/dotnet-runtime-2.2.2-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9d7b48a7-74a0-4726-946f-2474b36ec335/ac9898e18e0835445d3c67724b569a54/dotnet-runtime-2.2.2-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/97b777ee-6b4e-4d26-9f73-6b33a99e0f67/93458d5a38d673757768eed2f6cec926/dotnet-runtime-2.2.2-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5ca39d79-c65c-4c03-bba1-e904c7255c44/4fb100d62b0a3fff5fbf5dd24f761d71/aspnetcore-runtime-2.2.2-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/45c5f94c-d22b-4fd8-92f5-de27bbaa29d5/cc2edbae53dfcadeb8ef3fb3330dbc62/aspnetcore-runtime-2.2.2-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/168bba07-32dc-4612-ab01-7632d412c4cd/e1ecbf16d84e504c1d66d7a7573c9171/aspnetcore-runtime-2.2.2-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/95c2cb90-70eb-4074-ad66-3c431da57237/8b216ac960893705a1841491efce4262/aspnetcore-runtime-2.2.2-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/a0ae697b-a5e5-4898-ae34-ab6ded744d16/d99f9ab001a856d57312eba86665e8fe/aspnetcore-runtime-2.2.2-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/7834344e-df7a-4c9f-a357-748f890fdf8b/e1e7b4f82272ace3ca2c8edff54277e7/aspnetcore-runtime-2.2.2-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/a61319fd-802b-4441-a4cc-84eb65468a04/2d2bb9011e1ee27af99deac554b0c055/aspnetcore-runtime-2.2.2-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9a65d2a7-c22e-495c-af84-c2069b3c2597/6d9598a7bd8c214445d8932c7e366b46/aspnetcore-runtime-2.2.2-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/b054539a-0fad-4a32-84ab-1f4d7af89097/e58004d052383380a211839fa6bc7938/aspnetcore-runtime-2.2.2-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/5efd5ee8-4df6-4b99-9feb-87250f1cd09f/552f4b0b0340e447bab2f38331f833c5/dotnet-hosting-2.2.2-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d9f37b73-df8d-4dfa-a905-b7648d3401d0/6312573ac13d7a8ddc16e4058f7d7dc5/dotnet-sdk-2.2.104-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2b201001-7074-476a-aa83-b5194c660a59/68233f3c3f16c97767a77216ec1f6e70/dotnet-sdk-2.2.104-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8e67400a-b129-4e0c-ae7a-eed7fd123cf6/9ebd9ad8e5fd9e2eaec1f7fbc66323b5/dotnet-sdk-2.2.104-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/69937b49-a877-4ced-81e6-286620b390ab/8ab938cf6f5e83b2221630354160ef21/dotnet-sdk-2.2.104-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/b06123e8-af2a-4196-acf9-39c3abd6cd6b/f12a2e3b64dc6574e9f530001d1e4a2a/dotnet-sdk-2.2.104-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7b61ec42-34d4-443a-9472-10db3b600b00/331956fdc0884ec01aaa5aa44360fce2/dotnet-sdk-2.2.104-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2fa2eba9-29e5-4c15-b034-46962a258e85/b9d9a14a30153d67b48c44433c28da21/dotnet-sdk-2.2.104-rhel.6-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/7043511c-353c-48e3-bd3f-d21ce24bbfc1/06c192e23f050ff9df4b561dd8acc234/dotnet-sdk-2.2.104-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4a195fc9-7696-4c24-add2-e791b399766c/3a67d698a74505b46db9d9779745e47b/dotnet-sdk-2.2.104-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/e7a3e196-1b15-45d4-8a4a-2f940cf8c3be/975a1ec833505505adf5b867990d441a/dotnet-sdk-2.2.104-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/cd02d3e6-ecc0-432d-a1bc-e8c9d3d8148c/f628e6721d33d13afe450abec8750f64/dotnet-sdk-2.2.104-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/59e18010-8e57-4073-add2-d2b5cfbc5e58/8fa6831c7be0800889324640e29476f4/dotnet-sdk-2.2.104-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/1b7e7360-2e58-4a38-acf1-1e96aabd2f63/d0b0c78eead45a989eacfa19038b8ca7/aspnet-2.2.2-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/2894a162-c8ac-4f32-8c6f-6289f5b09a4c/d9a072077e4c32ff47a5c4c7aaa51b76/cli-2.2.2-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/996f56f9-a472-4c29-9eda-13e90d504630/448d08d3ad1123f49c828d4d5d08acf4/core-setup-2.2.2-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/2f71d6d3-19aa-43fc-830a-2dea519619ea/1244e6b153434c8e3c27ee46860847db/coreclr-2.2.2-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/69ca7488-7a91-4f48-a9ea-8dc477e39eeb/9ba834f945f97b62ab217dc77f198931/corefx-2.2.2-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/1c48180a-b844-414c-821d-3e10becdde74/bc5734b3a2229d97c32e405bf248a1ea/dotnet-sdk-2.2.2-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.2-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.104-sdk-sha.txt
[linux-install]: https://www.microsoft.com/net/download/linux
[dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/02/12/net-core-february-2019/

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/02/12 | 2.2.2 | [release notes](2.2.2/2.2.2.md)/[download](2.2.2/2.2.2-download.md) | - |
| 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) | - |

File diff suppressed because it is too large Load diff

View file

@ -6,6 +6,7 @@ This page provides an archive of previously released versions of the .NET Core r
| Release Date | Description | Release Notes | |
| :-- | :-- | :--: | :--: |
| 2019/02/12 | 2.2.2 with SDK 2.2.104 | [release notes](2.2/2.2.2/2.2.2.md) | [download](2.2/2.2.2/2.2.2-download.md) |
| 2019/01/16 | 2.2.1 with SDK 2.2.103 | [release notes](2.2/2.2.1/2.2.1.md) | [download](2.2/2.2.1/2.2.1-download.md) |
| 2019/01/08 | 2.2.1 with SDK 2.2.102 | [release notes](2.2/2.2.1/2.2.1.md) | [download](2.2/2.2.1/2.2.1-download.md) |
| 2018/12/04 | 2.2.0 with SDK 2.2.100 | [release notes](2.2/2.2.0/2.2.0.md) | [download](2.2/2.2.0/2.2.0-download.md) |
@ -14,6 +15,7 @@ This page provides an archive of previously released versions of the .NET Core r
| Release Date | Description | Release Notes | |
| :-- | :-- | :--: | :--: |
| 2019/02/12 | 2.1.8 with SDK 2.1.504 (LTS) | [release notes](2.1/2.1.8/2.1.8.md) | [download](2.1/2.1.8/2.1.8-download.md) |
| 2018/11/13 | 2.1.6 with SDK 2.1.500 (LTS) | [release notes](2.1/2.1.6/2.1.6.md) | [download](2.1/2.1.6/2.1.6-download.md) |
| 2018/10/02 | 2.1.5 with SDK 2.1.403 (LTS) | [release notes](2.1/2.1.5/2.1.5.md) | [download](2.1/2.1.5/2.1.5-download.md) |
| 2018/09/11 | 2.1.4 with SDK 2.1.402 (LTS) | [release notes](2.1/2.1.4/2.1.4.md) | [download](2.1/2.1.4/2.1.4-download.md) |
@ -22,11 +24,12 @@ This page provides an archive of previously released versions of the .NET Core r
| 2018/06/19 | 2.1.1 with SDK 2.1.301 | [release notes](2.1/2.1.1.md) | [download](download-archives/2.1.1-download.md) |
| 2018/05/30 | 2.1.0 with SDK 2.1.300 | [release notes](2.1/2.1.0.md) | [download](download-archives/2.1.0-download.md) |
### .NET Core 1.1 - [LTS](https://www.microsoft.com/net/core/support) release
### .NET Core 1.1 - [Maintenance](https://www.microsoft.com/net/core/support) release
| Release Date | Description | Release Notes | |
| :-- | :-- | :--: | :--: |
| 2018/10/09 | 1.1.10 with SDK 1.1.11 (LTS) | [release notes](1.1/1.1.10.md) | [download](download-archives/1.1.10-download.md) |
| 2019/02/12 | 1.1.11 with SDK 1.1.12 (Maintenance) | [release notes](1.1/1.1.11.md) | [download](1.1/1.1.11/1.1.11-download.md) |
| 2018/10/09 | 1.1.10 with SDK 1.1.11 (Mainetance) | [release notes](1.1/1.1.10.md) | [download](download-archives/1.1.10-download.md) |
| 2018/07/10 | 1.1.9 with SDK 1.1.10 (LTS) | [release notes](1.1/1.1.9.md) | [download](download-archives/1.1.9-download.md) |
| 2018/04/17 | 1.1.8 with SDK 1.1.9 (LTS) | [release notes](1.1/1.1.8.md) | [download](download-archives/1.1.8-download.md) |
| 2018/03/13 | 1.1.7 with SDK 1.1.8 (LTS) | [release notes](1.1/1.1.7.md) | [download](download-archives/1.1.7-download.md) |
@ -37,10 +40,11 @@ This page provides an archive of previously released versions of the .NET Core r
| 2017/04/13 | 1.1.1 with SDK 1.0.3 | [release notes](https://github.com/dotnet/cli/releases/tag/v1.0.3) | [download](download-archives/1.0.3-sdk-download.md) |
| 2017/03/07 | 1.1.1 with SDK 1.0.1 | [release notes](1.1/1.1.1.md) | [download](download-archives/1.1.1-download.md) |
### .NET Core 1.0 - [LTS](https://www.microsoft.com/net/core/support) release
### .NET Core 1.0 - [Maintenance](https://www.microsoft.com/net/core/support) release
| Release Date | Description | Release Notes | |
| :-- | :-- | :--: | :--: |
| 2019/02/12 | 1.0.14 with SDK 1.1.12 | [release notes](1.0/1.0.14.md) | [download](1.0/1.0.14/1.0.14-download.md) |
| 2018/10/09 | 1.0.13 with SDK 1.1.11 | [release notes](1.0/1.0.13.md) | [download](download-archives/1.0.13-download.md) |
| 2018/07/10 | 1.0.12 with SDK 1.1.10 | [release notes](1.0/1.0.12.md) | [download](download-archives/1.0.12-download.md) |
| 2018/04/17 | 1.0.11 with SDK 1.1.9 | [release notes](1.0/1.0.11.md) | [download](download-archives/1.0.11-download.md) |

View file

@ -14,26 +14,26 @@
},
{
"channel-version": "2.2",
"latest-release": "2.2.103",
"latest-release-date":"2019-01-16",
"security": true,
"latest-runtime": "2.2.1",
"latest-sdk": "2.2.103",
"latest-release": "2.2.2",
"latest-release-date": "2019-02-12",
"security": "true",
"latest-runtime": "2.2.2",
"latest-sdk": "2.2.104",
"product": ".NET Core",
"support-phase": "current",
"eol-date": "",
"eol-date": null,
"releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/2.2/releases.json"
},
{
"channel-version": "2.1",
"latest-release": "2.1.7",
"latest-release-date":"2019-01-08",
"security": true,
"latest-runtime": "2.1.7",
"latest-sdk": "2.1.503",
"latest-release": "2.1.8",
"latest-release-date": "2019-02-12",
"security": "true",
"latest-runtime": "2.1.8",
"latest-sdk": "2.1.504",
"product": ".NET Core",
"support-phase": "lts",
"eol-date": "",
"eol-date": null,
"releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/2.1/releases.json"
},
{
@ -50,11 +50,11 @@
},
{
"channel-version": "1.1",
"latest-release": "1.1.10",
"latest-release-date": "2018-10-09",
"security": true,
"latest-runtime": "1.1.10",
"latest-sdk": "1.1.11",
"latest-release": "1.1.11",
"latest-release-date": "2019-02-12",
"security": "true",
"latest-runtime": "1.1.11",
"latest-sdk": "1.1.12",
"product": ".NET Core",
"support-phase": "maintenance",
"eol-date": "2019-06-27",
@ -62,11 +62,11 @@
},
{
"channel-version": "1.0",
"latest-release": "1.0.13",
"latest-release-date": "2018-10-09",
"security": true,
"latest-runtime": "1.0.13",
"latest-sdk": "1.1.11",
"latest-release": "1.0.14",
"latest-release-date": "2019-02-12",
"security": "true",
"latest-runtime": "1.0.14",
"latest-sdk": "1.1.12",
"product": ".NET Core",
"support-phase": "maintenance",
"eol-date": "2019-06-27",

View file

@ -1,4 +1,8 @@
version-runtime,version-sdk,date,dlc-runtime,dlc-sdk,blob-runtime,blob-sdk,runtime-linux-x64,runtime-mac-x64,runtime-win-x86,runtime-win-x64,sdk-linux-x64,sdk-mac-x64,sdk-win-x86,sdk-win-x64,runtime-centos,runtime-debian,runtime-fedora.23,runtime-fedora.24,runtime-fedora.27,runtime-fedora.28,runtime-opensuse.13.2,runtime-opensuse.42.1,runtime-opensuse.42.3,runtime-ubuntu.14.04,runtime-ubuntu.16.04,runtime-ubuntu.16.10,runtime-ubuntu.18.04,sdk-centos,sdk-debian,sdk-fedora.23,sdk-fedora.24,sdk-fedora.27,sdk-fedora.28,sdk-opensuse.13.2,sdk-opensuse.42.1,sdk-opensuse.42.3,sdk-ubuntu.14.04,sdk-ubuntu.16.04,sdk-ubuntu.16.10,sdk-ubuntu.18.04,checksums-runtime,checksums-sdk,security,lts-runtime,lts-sdk
1.1.11,1.1.12,2/12/19,,,https://dotnetcli.blob.core.windows.net/dotnet/Runtime/1.0.11/,https://dotnetcli.blob.core.windows.net/dotnet/Sdk/1.1.12/,,https://download.visualstudio.microsoft.com/download/pr/a3418849-3fac-4c6d-a170-2f6e8b0a4639/91ba64ea0e4b003903d1240fd51a40f9/dotnet-osx-x64.1.1.11.tar.gz,https://download.visualstudio.microsoft.com/download/pr/c5a635f3-2234-4fb3-a7e4-1e2831898f1c/b210573eaa206aa8c4460c18d8e7b549/dotnet-win-x86.1.1.11.zip,https://download.visualstudio.microsoft.com/download/pr/0f63342c-d030-4ff4-a0ed-e2dda4a76606/0453cb61560044a4e250da5f8e9e012f/dotnet-win-x64.1.1.11.zip,,https://download.visualstudio.microsoft.com/download/pr/29ae1d6c-7fa5-4c1d-8422-296d3a2caf78/46279fdc51ebd3b2ece9ef2af52e0a2a/dotnet-dev-osx-x64.1.1.12.tar.gz,https://download.visualstudio.microsoft.com/download/pr/38e6233f-10ce-4607-9220-74e2fa8b07f5/247a2c16a3cb8d2aa8a110b17ebf6be3/dotnet-dev-win-x86.1.1.12.zip,https://download.visualstudio.microsoft.com/download/pr/8d6e2375-2ba7-4126-b5b7-3228004b7f41/b8894d02f002d2b77f72e6abb899c02e/dotnet-dev-win-x64.1.1.12.zip,https://download.visualstudio.microsoft.com/download/pr/dff4449f-59c0-47c3-9fbd-fee92af25363/c9732b96c6c81cc66e3aacd782a7eafb/dotnet-centos-x64.1.1.11.tar.gz,https://download.visualstudio.microsoft.com/download/pr/8543193c-3c50-4709-90d6-632e3c37ae2b/c8919995f8eda0b236d91459b3ab4f4b/dotnet-debian-x64.1.1.11.tar.gz,,,https://download.visualstudio.microsoft.com/download/pr/4597de53-759b-4acd-8620-7696bf3907be/f9db799e66151d0b5cd1e27d2d2259f4/dotnet-fedora.27-x64.1.1.11.tar.gz,https://download.visualstudio.microsoft.com/download/pr/8c8dd0e9-3869-46c6-a92d-d96c1f4e8abf/b9c4110cb9670d3993ce314db2e16659/dotnet-fedora.28-x64.1.1.11.tar.gz,,,https://download.visualstudio.microsoft.com/download/pr/7e44ca1a-f3f9-4b75-88df-c9227203af0f/eebc0332b07e58b85e14f6834b934f61/dotnet-opensuse.42.3-x64.1.1.11.tar.gz,https://download.visualstudio.microsoft.com/download/pr/8dc8c129-0fff-4f6e-9794-dace60b4d0ca/171b94583982ddbb5db52c4c101be0de/dotnet-ubuntu-x64.1.1.11.tar.gz,https://download.visualstudio.microsoft.com/download/pr/fea9884d-7f74-4b23-98c5-0c57b9ed7e92/c909109068c645e62b1218f2e8f90180/dotnet-ubuntu.16.04-x64.1.1.11.tar.gz,,https://download.visualstudio.microsoft.com/download/pr/b25b5650-0cb8-4699-a347-48d73650da0b/920966211e9bb1907232bbda1faa895a/dotnet-ubuntu.18.04-x64.1.1.11.tar.gz,https://download.visualstudio.microsoft.com/download/pr/09aedb07-8a94-46ff-a918-c6473515bf55/ca71af8d4eb09739a3c9a857a07a759c/dotnet-dev-centos-x64.1.1.12.tar.gz,https://download.visualstudio.microsoft.com/download/pr/1ef84426-c1d0-4e3b-86a4-7fce48baecb8/a47dbe0cd3bc1eefdabbf9354f60004b/dotnet-dev-debian-x64.1.1.12.tar.gz,,,https://download.visualstudio.microsoft.com/download/pr/39252331-fe25-4a60-93bf-ce539e845486/4460d21b02eb3192227ebf380fbf02c1/dotnet-dev-fedora.27-x64.1.1.12.tar.gz,https://download.visualstudio.microsoft.com/download/pr/bcf335f2-42de-4838-bf14-e0332c071133/e065915283c0c4e7d37f2f63c4db6d20/dotnet-dev-fedora.28-x64.1.1.12.tar.gz,,,https://download.visualstudio.microsoft.com/download/pr/fe9b139b-e498-4166-b338-46eadcccd750/6908d39118b5345a44f5a9e9136cbc41/dotnet-dev-opensuse.42.3-x64.1.1.12.tar.gz,https://download.visualstudio.microsoft.com/download/pr/bf80af6a-4d6f-42c0-963b-4b121168617a/b47616e8578d4add910c6f8a612ae2b3/dotnet-dev-ubuntu-x64.1.1.12.tar.gz,https://download.visualstudio.microsoft.com/download/pr/83fa051b-10fb-482c-9fc8-c010eebfb4be/477b619412116db67e9e74284ba6dee3/dotnet-dev-ubuntu.16.04-x64.1.1.12.tar.gz,,https://download.visualstudio.microsoft.com/download/pr/9154931b-2255-488f-8b06-a1d501dfc413/81cb4c1af6f42e0d2da959b70502a057/dotnet-dev-ubuntu.18.04-x64.1.1.12.tar.gz,https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.11-runtime-sha.txt,https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt,TRUE,FALSE,FALSE
1.0.14,1.1.12,2/12/19,,,https://dotnetcli.blob.core.windows.net/dotnet/Runtime/1.0.14/,https://dotnetcli.blob.core.windows.net/dotnet/Sdk/1.1.12/,,https://download.visualstudio.microsoft.com/download/pr/b1ca4664-75db-447f-822d-8241076afd6d/38bfc95677b84ddf89b88076bc02e568/dotnet-osx-x64.1.0.14.tar.gz,https://download.visualstudio.microsoft.com/download/pr/07df6429-653d-40b6-8ca9-1ac057cb18f0/ece705a63186bf9178e2d558f98a1173/dotnet-win-x86.1.0.14.zip,https://download.visualstudio.microsoft.com/download/pr/69253d46-3c91-4da3-baaf-8d73aecbc9b4/c19486707ad2f64cc54c547dcec1f665/dotnet-win-x64.1.0.14.zip,,https://download.visualstudio.microsoft.com/download/pr/7e10916f-fee4-48af-9092-6b615c33fcb1/90d2ac564a9438263403a6d5f6591604/dotnet-dev-osx-x64.1.1.12.tar.gz,https://download.visualstudio.microsoft.com/download/pr/e9ac1c13-44b9-48ff-a607-ae7b888ad3b8/49bea32eca4b5d897bfc763f2176a3a9/dotnet-dev-win-x86.1.1.12.zip,https://download.visualstudio.microsoft.com/download/pr/cdb1d5fc-5bfb-466e-8339-226d57b3d111/3d29a36420acfd92990f5caec5371395/dotnet-dev-win-x64.1.1.12.zip,https://download.visualstudio.microsoft.com/download/pr/49f8157c-f170-4e0e-88ab-20170f9f5354/3fe0e777d5953e2919e7ca0a78c08737/dotnet-centos-x64.1.0.14.tar.gz,https://download.visualstudio.microsoft.com/download/pr/cf9005e0-2e04-45c5-95fb-617cd1cf23d2/7638479ba289bc6e78e7c4736216f106/dotnet-debian-x64.1.0.14.tar.gz,,,,,,,,https://download.visualstudio.microsoft.com/download/pr/1282329b-86c2-46d9-82aa-eeb6f5fdd135/e761a40a16f208c081467249c6a43a5b/dotnet-ubuntu-x64.1.0.14.tar.gz,https://download.visualstudio.microsoft.com/download/pr/c94db830-8ea2-4807-aca6-1fe9d24bdf5d/423d41f788a1ec4cc1d6fbbf1cde1cbf/dotnet-ubuntu.16.04-x64.1.0.14.tar.gz,,,https://download.visualstudio.microsoft.com/download/pr/7194a455-9b52-457a-8a59-15df325dd314/035a9b190cffb76b0447f4c0851b4501/dotnet-dev-centos-x64.1.1.12.tar.gz,https://download.visualstudio.microsoft.com/download/pr/f4f3687c-3f20-4280-9357-ffb18a607533/b41921e085d9f2c4cc6304b66d4497f7/dotnet-dev-debian-x64.1.1.12.tar.gz,,,,,,,,https://download.visualstudio.microsoft.com/download/pr/fa54b546-688e-48d3-a768-d91bfec434c8/f7e2dfb770983cbd673e0ab461de779b/dotnet-dev-ubuntu-x64.1.1.12.tar.gz,https://download.visualstudio.microsoft.com/download/pr/02e1b6f8-1fac-45b7-a23c-498a67b9a943/829bb9debbc78ccda8dbc2298ec2c942/dotnet-dev-ubuntu.16.04-x64.1.1.12.tar.gz,,,https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.14-runtime-sha.txt,https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt,TRUE,FALSE,FALSE
2.1.8,2.1.504,2/12/19,,,https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.1.8/,https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.504/,https://download.visualstudio.microsoft.com/download/pr/eae50d35-ec30-4416-829a-36e8b5158f22/52d8370bea6e696cee4280bec0eda4bc/dotnet-runtime-2.1.8-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/492b8744-10e1-47da-8bb3-6878dc3eed3e/b830851d9937aa83525b2a6088f91db6/dotnet-runtime-2.1.8-osx-x64.pkg,https://download.visualstudio.microsoft.com/download/pr/80cf31e3-1835-4ad1-965d-4971589fe501/7c4bf547ee314069b2482b22dbc778e8/dotnet-runtime-2.1.8-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/9b5aa463-d86c-4f8c-8dbb-26e323021246/3b75b083359c97b79da538cf40b041a0/dotnet-runtime-2.1.8-win-x64.zip,https://download.visualstudio.microsoft.com/download/pr/b35cf035-09d9-444a-8f62-c972fd6f2be0/4068a391164715232bbf4477b349643f/dotnet-sdk-2.1.504-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/68152d1c-8ed5-4fc1-9894-8956c33fe4c8/73425e378edcfce4c8537c37a5ec7649/dotnet-sdk-2.1.504-osx-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/52f4576e-d2d2-4b57-a5cd-6a8561b86b5f/ef765a8e9a2fa3ab55449e09eb5f513f/dotnet-sdk-2.1.504-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/88364f95-160b-4820-9a5b-1d00b619dee7/5021f130569e524eacc2e3a8e6933e62/dotnet-sdk-2.1.504-win-x64.zip,,,,,,,,,,,,,,,,,,,,,,,,,,,https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.8-runtime-sha.txt,https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.504-sdk-sha.txt,TRUE,TRUE,FALSE
2.2.2,2.2.104,2/12/19,,,https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.2/,https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.104/,https://download.visualstudio.microsoft.com/download/pr/97b97652-4f74-4866-b708-2e9b41064459/7c722daf1a80a89aa8c3dec9103c24fc/dotnet-runtime-2.2.2-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/d1f0dfb3-b6bd-42ae-895f-f149bf1d90ca/9b1fb91a9692fc31d6fc83e97caba4cd/dotnet-runtime-2.2.2-osx-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/97b777ee-6b4e-4d26-9f73-6b33a99e0f67/93458d5a38d673757768eed2f6cec926/dotnet-runtime-2.2.2-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/b10d0a68-b720-48ae-bab8-4ac39bd1b5d3/f32b8b41dff5c1488c2b915a007fc4a6/dotnet-runtime-2.2.2-win-x64.zip,https://download.visualstudio.microsoft.com/download/pr/69937b49-a877-4ced-81e6-286620b390ab/8ab938cf6f5e83b2221630354160ef21/dotnet-sdk-2.2.104-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/7b61ec42-34d4-443a-9472-10db3b600b00/331956fdc0884ec01aaa5aa44360fce2/dotnet-sdk-2.2.104-osx-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/59e18010-8e57-4073-add2-d2b5cfbc5e58/8fa6831c7be0800889324640e29476f4/dotnet-sdk-2.2.104-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/e7a3e196-1b15-45d4-8a4a-2f940cf8c3be/975a1ec833505505adf5b867990d441a/dotnet-sdk-2.2.104-win-x64.zip,,,,,,,,,,,,,,,,,,,,,,,,,,,https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.2-runtime-sha.txt,https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.104-sdk-sha.txt,TRUE,FALSE,FALSE
2.2.1,2.2.103,1/16/19,,,https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.1/,https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.103/,https://download.visualstudio.microsoft.com/download/pr/372f18c3-f642-4b73-8255-40a87430a9bb/dd0b412220dc49868b0ba1c58252b6d0/dotnet-runtime-2.2.1-linux-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,https://download.visualstudio.microsoft.com/download/pr/0319d1d8-88ca-4521-a060-1729ac2fe185/6cd6fadcbed713ff9f64191097920315/dotnet-runtime-2.2.1-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/16ccdfd9-b366-4a0c-9b56-a750ea66fd58/b2248c6bed9481c71cad09ed88ae92a0/dotnet-runtime-2.2.1-win-x64.zip,https://download.visualstudio.microsoft.com/download/pr/296e116b-30d7-4e1c-8238-ec8c7c4c7b79/43d6cd35d95e38675d472c56a24c3bd0/dotnet-sdk-2.2.103-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/7315b6a5-b535-4349-892a-7ec82b573724/f44f5f852f0ef4364cff9d00035a3987/dotnet-sdk-2.2.103-osx-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/f2c86d9c-0e92-40a5-ae12-6b597db814ff/41e297c11b972e135a6afe20db27acd4/dotnet-sdk-2.2.103-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/c332d70f-6582-4471-96af-4b0c17a616ad/5f3043d4bc506bf91cb89fa90462bb58/dotnet-sdk-2.2.103-win-x64.zip,,,,,,,,,,,,,,,,,,,,,,,,,,,https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.1-runtime-sha.txt,https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.103-sdk-sha.txt,TRUE,FALSE,FALSE
3.0.0-preview-27122-01,3.0.100-preview-009812,12/4/18,,,https://dotnetcli.blob.core.windows.net/dotnet/Runtime/3.0.0-preview-27122-01/,https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.0.100-preview-009812/,https://download.visualstudio.microsoft.com/download/pr/e160137d-6724-4ac1-84a2-3c0630b8e45f/3c6b990513498b7007e646f383f57654/dotnet-runtime-3.0.0-preview-27122-01-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/08ffb245-632f-4bbb-8e5c-587f58a38bac/fc85e87e32b96c7836ed2e9fa70d266c/dotnet-runtime-3.0.0-preview-27122-01-osx-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/2cc395c2-53dc-4724-b6ab-d5acfef08fef/8418fef4b81dc3d07084b2bbee14e943/dotnet-runtime-3.0.0-preview-27122-01-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/da8e8666-ee52-4f05-8752-f1ecfba0fd4b/cb2191b53928b593d11f52fcb54d5d5e/dotnet-runtime-3.0.0-preview-27122-01-win-x64.zip,https://download.visualstudio.microsoft.com/download/pr/9f071c35-36b4-48c9-bcc2-b381ecb6cada/5be4784f19c28cb58f8c79219347201a/dotnet-sdk-3.0.100-preview-009812-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/55dc08a2-c7e9-4ba4-8a46-3f0272f870f3/bac5328572e26ed2ef5f63fbbc1e4522/dotnet-sdk-3.0.100-preview-009812-osx-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/8dbffd27-1acc-467d-b9fe-fb84332b8b2e/e34c8d63d88e4597e181ab6d2737e380/dotnet-sdk-3.0.100-preview-009812-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/453ffc14-c117-40b9-ba1a-077b6d457f0a/c34170b167165a6b15716ab86ce73c4e/dotnet-sdk-3.0.100-preview-009812-win-x64.zip,,,,,,,,,,,,,,,,,,,,,,,,,,,https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview-27122-01-runtime-sha.txt,https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-009812-sdk-sha.txt,FALSE,FALSE,FALSE
2.2.0,2.2.100,12/4/18,,,https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.0/,https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.100/,https://download.visualstudio.microsoft.com/download/pr/1057e14e-16cc-410b-80a4-5c2420c8359c/004dc3ce8255475d4723de9a011ac513/dotnet-runtime-2.2.0-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/1d8682c5-f211-4724-9f6b-0d44eb1593d4/32d8ff5607122a05e2200fe0961cfc40/dotnet-runtime-2.2.0-osx-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/ab4bbec2-ace5-487b-85fd-4ac897440040/23e50fbfc65d3b54aec21107eeb0a66d/dotnet-runtime-2.2.0-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/62711024-fa98-4919-9fe0-466744b20941/4cdef0431350a441b45e11784f657b09/dotnet-runtime-2.2.0-win-x64.zip,https://download.visualstudio.microsoft.com/download/pr/519eac6e-f2c9-49dd-a60d-02072ed8e5b3/aed96c5eee6a74a5cde2e3f1ad4c7121/dotnet-sdk-2.2.100-linux-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/3100b00b-4e63-4d49-bd59-297931016032/b71d2aff0d650b5501258a54b0cd2ea7/dotnet-sdk-2.2.100-osx-x64.tar.gz,https://download.visualstudio.microsoft.com/download/pr/84beb25f-e3ad-4fde-b90d-907d499d3dfc/2cadffd93faaf3c6e5b9b8f8c1767180/dotnet-sdk-2.2.100-win-x86.zip,https://download.visualstudio.microsoft.com/download/pr/02a78e5a-3e7b-4d7e-a730-b46c9f551346/6dae57a34f649095d745acedb773d75f/dotnet-sdk-2.2.100-win-x64.zip,,,,,,,,,,,,,,,,,,,,,,,,,,,https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt,https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-sdk-sha.txt,FALSE,FALSE,FALSE

1 version-runtime version-sdk date dlc-runtime dlc-sdk blob-runtime blob-sdk runtime-linux-x64 runtime-mac-x64 runtime-win-x86 runtime-win-x64 sdk-linux-x64 sdk-mac-x64 sdk-win-x86 sdk-win-x64 runtime-centos runtime-debian runtime-fedora.23 runtime-fedora.24 runtime-fedora.27 runtime-fedora.28 runtime-opensuse.13.2 runtime-opensuse.42.1 runtime-opensuse.42.3 runtime-ubuntu.14.04 runtime-ubuntu.16.04 runtime-ubuntu.16.10 runtime-ubuntu.18.04 sdk-centos sdk-debian sdk-fedora.23 sdk-fedora.24 sdk-fedora.27 sdk-fedora.28 sdk-opensuse.13.2 sdk-opensuse.42.1 sdk-opensuse.42.3 sdk-ubuntu.14.04 sdk-ubuntu.16.04 sdk-ubuntu.16.10 sdk-ubuntu.18.04 checksums-runtime checksums-sdk security lts-runtime lts-sdk
2 1.1.11 1.1.12 2/12/19 https://dotnetcli.blob.core.windows.net/dotnet/Runtime/1.0.11/ https://dotnetcli.blob.core.windows.net/dotnet/Sdk/1.1.12/ https://download.visualstudio.microsoft.com/download/pr/a3418849-3fac-4c6d-a170-2f6e8b0a4639/91ba64ea0e4b003903d1240fd51a40f9/dotnet-osx-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/c5a635f3-2234-4fb3-a7e4-1e2831898f1c/b210573eaa206aa8c4460c18d8e7b549/dotnet-win-x86.1.1.11.zip https://download.visualstudio.microsoft.com/download/pr/0f63342c-d030-4ff4-a0ed-e2dda4a76606/0453cb61560044a4e250da5f8e9e012f/dotnet-win-x64.1.1.11.zip https://download.visualstudio.microsoft.com/download/pr/29ae1d6c-7fa5-4c1d-8422-296d3a2caf78/46279fdc51ebd3b2ece9ef2af52e0a2a/dotnet-dev-osx-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/38e6233f-10ce-4607-9220-74e2fa8b07f5/247a2c16a3cb8d2aa8a110b17ebf6be3/dotnet-dev-win-x86.1.1.12.zip https://download.visualstudio.microsoft.com/download/pr/8d6e2375-2ba7-4126-b5b7-3228004b7f41/b8894d02f002d2b77f72e6abb899c02e/dotnet-dev-win-x64.1.1.12.zip https://download.visualstudio.microsoft.com/download/pr/dff4449f-59c0-47c3-9fbd-fee92af25363/c9732b96c6c81cc66e3aacd782a7eafb/dotnet-centos-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/8543193c-3c50-4709-90d6-632e3c37ae2b/c8919995f8eda0b236d91459b3ab4f4b/dotnet-debian-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/4597de53-759b-4acd-8620-7696bf3907be/f9db799e66151d0b5cd1e27d2d2259f4/dotnet-fedora.27-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/8c8dd0e9-3869-46c6-a92d-d96c1f4e8abf/b9c4110cb9670d3993ce314db2e16659/dotnet-fedora.28-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/7e44ca1a-f3f9-4b75-88df-c9227203af0f/eebc0332b07e58b85e14f6834b934f61/dotnet-opensuse.42.3-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/8dc8c129-0fff-4f6e-9794-dace60b4d0ca/171b94583982ddbb5db52c4c101be0de/dotnet-ubuntu-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/fea9884d-7f74-4b23-98c5-0c57b9ed7e92/c909109068c645e62b1218f2e8f90180/dotnet-ubuntu.16.04-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/b25b5650-0cb8-4699-a347-48d73650da0b/920966211e9bb1907232bbda1faa895a/dotnet-ubuntu.18.04-x64.1.1.11.tar.gz https://download.visualstudio.microsoft.com/download/pr/09aedb07-8a94-46ff-a918-c6473515bf55/ca71af8d4eb09739a3c9a857a07a759c/dotnet-dev-centos-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/1ef84426-c1d0-4e3b-86a4-7fce48baecb8/a47dbe0cd3bc1eefdabbf9354f60004b/dotnet-dev-debian-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/39252331-fe25-4a60-93bf-ce539e845486/4460d21b02eb3192227ebf380fbf02c1/dotnet-dev-fedora.27-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/bcf335f2-42de-4838-bf14-e0332c071133/e065915283c0c4e7d37f2f63c4db6d20/dotnet-dev-fedora.28-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/fe9b139b-e498-4166-b338-46eadcccd750/6908d39118b5345a44f5a9e9136cbc41/dotnet-dev-opensuse.42.3-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/bf80af6a-4d6f-42c0-963b-4b121168617a/b47616e8578d4add910c6f8a612ae2b3/dotnet-dev-ubuntu-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/83fa051b-10fb-482c-9fc8-c010eebfb4be/477b619412116db67e9e74284ba6dee3/dotnet-dev-ubuntu.16.04-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/9154931b-2255-488f-8b06-a1d501dfc413/81cb4c1af6f42e0d2da959b70502a057/dotnet-dev-ubuntu.18.04-x64.1.1.12.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.11-runtime-sha.txt https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt TRUE FALSE FALSE
3 1.0.14 1.1.12 2/12/19 https://dotnetcli.blob.core.windows.net/dotnet/Runtime/1.0.14/ https://dotnetcli.blob.core.windows.net/dotnet/Sdk/1.1.12/ https://download.visualstudio.microsoft.com/download/pr/b1ca4664-75db-447f-822d-8241076afd6d/38bfc95677b84ddf89b88076bc02e568/dotnet-osx-x64.1.0.14.tar.gz https://download.visualstudio.microsoft.com/download/pr/07df6429-653d-40b6-8ca9-1ac057cb18f0/ece705a63186bf9178e2d558f98a1173/dotnet-win-x86.1.0.14.zip https://download.visualstudio.microsoft.com/download/pr/69253d46-3c91-4da3-baaf-8d73aecbc9b4/c19486707ad2f64cc54c547dcec1f665/dotnet-win-x64.1.0.14.zip https://download.visualstudio.microsoft.com/download/pr/7e10916f-fee4-48af-9092-6b615c33fcb1/90d2ac564a9438263403a6d5f6591604/dotnet-dev-osx-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/e9ac1c13-44b9-48ff-a607-ae7b888ad3b8/49bea32eca4b5d897bfc763f2176a3a9/dotnet-dev-win-x86.1.1.12.zip https://download.visualstudio.microsoft.com/download/pr/cdb1d5fc-5bfb-466e-8339-226d57b3d111/3d29a36420acfd92990f5caec5371395/dotnet-dev-win-x64.1.1.12.zip https://download.visualstudio.microsoft.com/download/pr/49f8157c-f170-4e0e-88ab-20170f9f5354/3fe0e777d5953e2919e7ca0a78c08737/dotnet-centos-x64.1.0.14.tar.gz https://download.visualstudio.microsoft.com/download/pr/cf9005e0-2e04-45c5-95fb-617cd1cf23d2/7638479ba289bc6e78e7c4736216f106/dotnet-debian-x64.1.0.14.tar.gz https://download.visualstudio.microsoft.com/download/pr/1282329b-86c2-46d9-82aa-eeb6f5fdd135/e761a40a16f208c081467249c6a43a5b/dotnet-ubuntu-x64.1.0.14.tar.gz https://download.visualstudio.microsoft.com/download/pr/c94db830-8ea2-4807-aca6-1fe9d24bdf5d/423d41f788a1ec4cc1d6fbbf1cde1cbf/dotnet-ubuntu.16.04-x64.1.0.14.tar.gz https://download.visualstudio.microsoft.com/download/pr/7194a455-9b52-457a-8a59-15df325dd314/035a9b190cffb76b0447f4c0851b4501/dotnet-dev-centos-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/f4f3687c-3f20-4280-9357-ffb18a607533/b41921e085d9f2c4cc6304b66d4497f7/dotnet-dev-debian-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/fa54b546-688e-48d3-a768-d91bfec434c8/f7e2dfb770983cbd673e0ab461de779b/dotnet-dev-ubuntu-x64.1.1.12.tar.gz https://download.visualstudio.microsoft.com/download/pr/02e1b6f8-1fac-45b7-a23c-498a67b9a943/829bb9debbc78ccda8dbc2298ec2c942/dotnet-dev-ubuntu.16.04-x64.1.1.12.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.14-runtime-sha.txt https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt TRUE FALSE FALSE
4 2.1.8 2.1.504 2/12/19 https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.1.8/ https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.504/ https://download.visualstudio.microsoft.com/download/pr/eae50d35-ec30-4416-829a-36e8b5158f22/52d8370bea6e696cee4280bec0eda4bc/dotnet-runtime-2.1.8-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/492b8744-10e1-47da-8bb3-6878dc3eed3e/b830851d9937aa83525b2a6088f91db6/dotnet-runtime-2.1.8-osx-x64.pkg https://download.visualstudio.microsoft.com/download/pr/80cf31e3-1835-4ad1-965d-4971589fe501/7c4bf547ee314069b2482b22dbc778e8/dotnet-runtime-2.1.8-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/9b5aa463-d86c-4f8c-8dbb-26e323021246/3b75b083359c97b79da538cf40b041a0/dotnet-runtime-2.1.8-win-x64.zip https://download.visualstudio.microsoft.com/download/pr/b35cf035-09d9-444a-8f62-c972fd6f2be0/4068a391164715232bbf4477b349643f/dotnet-sdk-2.1.504-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/68152d1c-8ed5-4fc1-9894-8956c33fe4c8/73425e378edcfce4c8537c37a5ec7649/dotnet-sdk-2.1.504-osx-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/52f4576e-d2d2-4b57-a5cd-6a8561b86b5f/ef765a8e9a2fa3ab55449e09eb5f513f/dotnet-sdk-2.1.504-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/88364f95-160b-4820-9a5b-1d00b619dee7/5021f130569e524eacc2e3a8e6933e62/dotnet-sdk-2.1.504-win-x64.zip https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.8-runtime-sha.txt https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.504-sdk-sha.txt TRUE TRUE FALSE
5 2.2.2 2.2.104 2/12/19 https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.2/ https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.104/ https://download.visualstudio.microsoft.com/download/pr/97b97652-4f74-4866-b708-2e9b41064459/7c722daf1a80a89aa8c3dec9103c24fc/dotnet-runtime-2.2.2-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/d1f0dfb3-b6bd-42ae-895f-f149bf1d90ca/9b1fb91a9692fc31d6fc83e97caba4cd/dotnet-runtime-2.2.2-osx-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/97b777ee-6b4e-4d26-9f73-6b33a99e0f67/93458d5a38d673757768eed2f6cec926/dotnet-runtime-2.2.2-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/b10d0a68-b720-48ae-bab8-4ac39bd1b5d3/f32b8b41dff5c1488c2b915a007fc4a6/dotnet-runtime-2.2.2-win-x64.zip https://download.visualstudio.microsoft.com/download/pr/69937b49-a877-4ced-81e6-286620b390ab/8ab938cf6f5e83b2221630354160ef21/dotnet-sdk-2.2.104-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/7b61ec42-34d4-443a-9472-10db3b600b00/331956fdc0884ec01aaa5aa44360fce2/dotnet-sdk-2.2.104-osx-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/59e18010-8e57-4073-add2-d2b5cfbc5e58/8fa6831c7be0800889324640e29476f4/dotnet-sdk-2.2.104-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/e7a3e196-1b15-45d4-8a4a-2f940cf8c3be/975a1ec833505505adf5b867990d441a/dotnet-sdk-2.2.104-win-x64.zip https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.2-runtime-sha.txt https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.104-sdk-sha.txt TRUE FALSE FALSE
6 2.2.1 2.2.103 1/16/19 https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.1/ https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.103/ https://download.visualstudio.microsoft.com/download/pr/372f18c3-f642-4b73-8255-40a87430a9bb/dd0b412220dc49868b0ba1c58252b6d0/dotnet-runtime-2.2.1-linux-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 https://download.visualstudio.microsoft.com/download/pr/0319d1d8-88ca-4521-a060-1729ac2fe185/6cd6fadcbed713ff9f64191097920315/dotnet-runtime-2.2.1-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/16ccdfd9-b366-4a0c-9b56-a750ea66fd58/b2248c6bed9481c71cad09ed88ae92a0/dotnet-runtime-2.2.1-win-x64.zip https://download.visualstudio.microsoft.com/download/pr/296e116b-30d7-4e1c-8238-ec8c7c4c7b79/43d6cd35d95e38675d472c56a24c3bd0/dotnet-sdk-2.2.103-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/7315b6a5-b535-4349-892a-7ec82b573724/f44f5f852f0ef4364cff9d00035a3987/dotnet-sdk-2.2.103-osx-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/f2c86d9c-0e92-40a5-ae12-6b597db814ff/41e297c11b972e135a6afe20db27acd4/dotnet-sdk-2.2.103-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/c332d70f-6582-4471-96af-4b0c17a616ad/5f3043d4bc506bf91cb89fa90462bb58/dotnet-sdk-2.2.103-win-x64.zip https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.1-runtime-sha.txt https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.103-sdk-sha.txt TRUE FALSE FALSE
7 3.0.0-preview-27122-01 3.0.100-preview-009812 12/4/18 https://dotnetcli.blob.core.windows.net/dotnet/Runtime/3.0.0-preview-27122-01/ https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.0.100-preview-009812/ https://download.visualstudio.microsoft.com/download/pr/e160137d-6724-4ac1-84a2-3c0630b8e45f/3c6b990513498b7007e646f383f57654/dotnet-runtime-3.0.0-preview-27122-01-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/08ffb245-632f-4bbb-8e5c-587f58a38bac/fc85e87e32b96c7836ed2e9fa70d266c/dotnet-runtime-3.0.0-preview-27122-01-osx-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/2cc395c2-53dc-4724-b6ab-d5acfef08fef/8418fef4b81dc3d07084b2bbee14e943/dotnet-runtime-3.0.0-preview-27122-01-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/da8e8666-ee52-4f05-8752-f1ecfba0fd4b/cb2191b53928b593d11f52fcb54d5d5e/dotnet-runtime-3.0.0-preview-27122-01-win-x64.zip https://download.visualstudio.microsoft.com/download/pr/9f071c35-36b4-48c9-bcc2-b381ecb6cada/5be4784f19c28cb58f8c79219347201a/dotnet-sdk-3.0.100-preview-009812-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/55dc08a2-c7e9-4ba4-8a46-3f0272f870f3/bac5328572e26ed2ef5f63fbbc1e4522/dotnet-sdk-3.0.100-preview-009812-osx-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/8dbffd27-1acc-467d-b9fe-fb84332b8b2e/e34c8d63d88e4597e181ab6d2737e380/dotnet-sdk-3.0.100-preview-009812-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/453ffc14-c117-40b9-ba1a-077b6d457f0a/c34170b167165a6b15716ab86ce73c4e/dotnet-sdk-3.0.100-preview-009812-win-x64.zip https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview-27122-01-runtime-sha.txt https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-009812-sdk-sha.txt FALSE FALSE FALSE
8 2.2.0 2.2.100 12/4/18 https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.0/ https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.100/ https://download.visualstudio.microsoft.com/download/pr/1057e14e-16cc-410b-80a4-5c2420c8359c/004dc3ce8255475d4723de9a011ac513/dotnet-runtime-2.2.0-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/1d8682c5-f211-4724-9f6b-0d44eb1593d4/32d8ff5607122a05e2200fe0961cfc40/dotnet-runtime-2.2.0-osx-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/ab4bbec2-ace5-487b-85fd-4ac897440040/23e50fbfc65d3b54aec21107eeb0a66d/dotnet-runtime-2.2.0-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/62711024-fa98-4919-9fe0-466744b20941/4cdef0431350a441b45e11784f657b09/dotnet-runtime-2.2.0-win-x64.zip https://download.visualstudio.microsoft.com/download/pr/519eac6e-f2c9-49dd-a60d-02072ed8e5b3/aed96c5eee6a74a5cde2e3f1ad4c7121/dotnet-sdk-2.2.100-linux-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/3100b00b-4e63-4d49-bd59-297931016032/b71d2aff0d650b5501258a54b0cd2ea7/dotnet-sdk-2.2.100-osx-x64.tar.gz https://download.visualstudio.microsoft.com/download/pr/84beb25f-e3ad-4fde-b90d-907d499d3dfc/2cadffd93faaf3c6e5b9b8f8c1767180/dotnet-sdk-2.2.100-win-x86.zip https://download.visualstudio.microsoft.com/download/pr/02a78e5a-3e7b-4d7e-a730-b46c9f551346/6dae57a34f649095d745acedb773d75f/dotnet-sdk-2.2.100-win-x64.zip https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-sdk-sha.txt FALSE FALSE FALSE

View file

@ -1,4 +1,235 @@
[
{
"version-runtime": "2.2.2",
"version-sdk": "2.2.104",
"version-runtime-display": "2.2.2",
"version-sdk-display": "2.2.104",
"version-aspnetcoremodule": " 12.2.18346.0",
"date": "2019-02-12",
"security": "true",
"lts-runtime": "false",
"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.2/2.2.2.md",
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.2-runtime-sha.txt",
"blob-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.2",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.104-sdk-sha.txt",
"blob-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.104",
"dotnet-runtime-linux-arm.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/a24ca9ae-7966-4a9e-9838-cc57d6639248/099c000dc8ee58702846702e9b010ad1/dotnet-runtime-2.2.2-linux-arm.tar.gz",
"dotnet-runtime-linux-arm64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/4f960c44-ae38-4510-95e9-0b686fcae16f/be50a7c893543038522f5943d920db01/dotnet-runtime-2.2.2-linux-arm64.tar.gz",
"dotnet-runtime-linux-musl-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/98adb3af-1ca9-4b49-a38e-d8cae73cc29f/c5b40b540d4d9cb539bf780620e93bdd/dotnet-runtime-2.2.2-linux-musl-x64.tar.gz",
"dotnet-runtime-linux-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/97b97652-4f74-4866-b708-2e9b41064459/7c722daf1a80a89aa8c3dec9103c24fc/dotnet-runtime-2.2.2-linux-x64.tar.gz",
"dotnet-runtime-osx-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/eb9047cf-9d6f-472a-940e-05f018cdb29e/62c457d7f2ead9eccc099978f038c1f8/dotnet-runtime-2.2.2-osx-x64.pkg",
"dotnet-runtime-osx-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/d1f0dfb3-b6bd-42ae-895f-f149bf1d90ca/9b1fb91a9692fc31d6fc83e97caba4cd/dotnet-runtime-2.2.2-osx-x64.tar.gz",
"dotnet-runtime-rhel.6-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/99daced5-a333-49ea-901c-199e0e079549/a37386b7bab18307e67d1bb31377b37e/dotnet-runtime-2.2.2-rhel.6-x64.tar.gz",
"dotnet-runtime-win-arm.zip": "https://download.visualstudio.microsoft.com/download/pr/8652967c-9b68-4ca7-85f3-686c62d286e9/50203b08e09795b976b632ccc910480b/dotnet-runtime-2.2.2-win-arm.zip",
"dotnet-runtime-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/04fedce4-d7ed-4bef-9151-95e3b02d12bc/1037ed3d387cfe9b712a5625fbac0eb9/dotnet-runtime-2.2.2-win-x64.exe",
"dotnet-runtime-win-x64.zip": "https://download.visualstudio.microsoft.com/download/pr/b10d0a68-b720-48ae-bab8-4ac39bd1b5d3/f32b8b41dff5c1488c2b915a007fc4a6/dotnet-runtime-2.2.2-win-x64.zip",
"dotnet-runtime-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/9d7b48a7-74a0-4726-946f-2474b36ec335/ac9898e18e0835445d3c67724b569a54/dotnet-runtime-2.2.2-win-x86.exe",
"dotnet-runtime-win-x86.zip": "https://download.visualstudio.microsoft.com/download/pr/97b777ee-6b4e-4d26-9f73-6b33a99e0f67/93458d5a38d673757768eed2f6cec926/dotnet-runtime-2.2.2-win-x86.zip",
"aspnetcore-runtime-linux-arm.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/5ca39d79-c65c-4c03-bba1-e904c7255c44/4fb100d62b0a3fff5fbf5dd24f761d71/aspnetcore-runtime-2.2.2-linux-arm.tar.gz",
"aspnetcore-runtime-linux-musl-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/45c5f94c-d22b-4fd8-92f5-de27bbaa29d5/cc2edbae53dfcadeb8ef3fb3330dbc62/aspnetcore-runtime-2.2.2-linux-musl-x64.tar.gz",
"aspnetcore-runtime-linux-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/168bba07-32dc-4612-ab01-7632d412c4cd/e1ecbf16d84e504c1d66d7a7573c9171/aspnetcore-runtime-2.2.2-linux-x64.tar.gz",
"aspnetcore-runtime-osx-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/95c2cb90-70eb-4074-ad66-3c431da57237/8b216ac960893705a1841491efce4262/aspnetcore-runtime-2.2.2-osx-x64.tar.gz",
"aspnetcore-runtime-win-arm.zip": "https://download.visualstudio.microsoft.com/download/pr/a0ae697b-a5e5-4898-ae34-ab6ded744d16/d99f9ab001a856d57312eba86665e8fe/aspnetcore-runtime-2.2.2-win-arm.zip",
"aspnetcore-runtime-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/7834344e-df7a-4c9f-a357-748f890fdf8b/e1e7b4f82272ace3ca2c8edff54277e7/aspnetcore-runtime-2.2.2-win-x64.exe",
"aspnetcore-runtime-win-x64.zip": "https://download.visualstudio.microsoft.com/download/pr/a61319fd-802b-4441-a4cc-84eb65468a04/2d2bb9011e1ee27af99deac554b0c055/aspnetcore-runtime-2.2.2-win-x64.zip",
"aspnetcore-runtime-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/9a65d2a7-c22e-495c-af84-c2069b3c2597/6d9598a7bd8c214445d8932c7e366b46/aspnetcore-runtime-2.2.2-win-x86.exe",
"aspnetcore-runtime-win-x86.zip": "https://download.visualstudio.microsoft.com/download/pr/b054539a-0fad-4a32-84ab-1f4d7af89097/e58004d052383380a211839fa6bc7938/aspnetcore-runtime-2.2.2-win-x86.zip",
"dotnet-hosting-win.exe": "https://download.visualstudio.microsoft.com/download/pr/5efd5ee8-4df6-4b99-9feb-87250f1cd09f/552f4b0b0340e447bab2f38331f833c5/dotnet-hosting-2.2.2-win.exe",
"dotnet-sdk-linux-arm.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/d9f37b73-df8d-4dfa-a905-b7648d3401d0/6312573ac13d7a8ddc16e4058f7d7dc5/dotnet-sdk-2.2.104-linux-arm.tar.gz",
"dotnet-sdk-linux-arm64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/2b201001-7074-476a-aa83-b5194c660a59/68233f3c3f16c97767a77216ec1f6e70/dotnet-sdk-2.2.104-linux-arm64.tar.gz",
"dotnet-sdk-linux-musl-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/8e67400a-b129-4e0c-ae7a-eed7fd123cf6/9ebd9ad8e5fd9e2eaec1f7fbc66323b5/dotnet-sdk-2.2.104-linux-musl-x64.tar.gz",
"dotnet-sdk-linux-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/69937b49-a877-4ced-81e6-286620b390ab/8ab938cf6f5e83b2221630354160ef21/dotnet-sdk-2.2.104-linux-x64.tar.gz",
"dotnet-sdk-osx-gs-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/3fb2ae01-c8c5-4d0a-9102-31c8c3386bc5/94b144257db9c52405d7f7e03adc31a9/dotnet-sdk-2.2.104-osx-gs-x64.pkg",
"dotnet-sdk-osx-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/b06123e8-af2a-4196-acf9-39c3abd6cd6b/f12a2e3b64dc6574e9f530001d1e4a2a/dotnet-sdk-2.2.104-osx-x64.pkg",
"dotnet-sdk-osx-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/7b61ec42-34d4-443a-9472-10db3b600b00/331956fdc0884ec01aaa5aa44360fce2/dotnet-sdk-2.2.104-osx-x64.tar.gz",
"dotnet-sdk-rhel.6-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/2fa2eba9-29e5-4c15-b034-46962a258e85/b9d9a14a30153d67b48c44433c28da21/dotnet-sdk-2.2.104-rhel.6-x64.tar.gz",
"dotnet-sdk-win-arm.zip": "https://download.visualstudio.microsoft.com/download/pr/7043511c-353c-48e3-bd3f-d21ce24bbfc1/06c192e23f050ff9df4b561dd8acc234/dotnet-sdk-2.2.104-win-arm.zip",
"dotnet-sdk-win-gs-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/48d03227-4429-4daa-ab6a-78840bc61ea5/b815b04bd689bf15a9d95668624a77fb/dotnet-sdk-2.2.104-win-gs-x64.exe",
"dotnet-sdk-win-gs-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/b59b514e-ade0-4c39-b736-7b5fe33d4eb6/8a43587adbbc7b46c51791c21176490c/dotnet-sdk-2.2.104-win-gs-x86.exe",
"dotnet-sdk-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/4a195fc9-7696-4c24-add2-e791b399766c/3a67d698a74505b46db9d9779745e47b/dotnet-sdk-2.2.104-win-x64.exe",
"dotnet-sdk-win-x64.zip": "https://download.visualstudio.microsoft.com/download/pr/e7a3e196-1b15-45d4-8a4a-2f940cf8c3be/975a1ec833505505adf5b867990d441a/dotnet-sdk-2.2.104-win-x64.zip",
"dotnet-sdk-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/cd02d3e6-ecc0-432d-a1bc-e8c9d3d8148c/f628e6721d33d13afe450abec8750f64/dotnet-sdk-2.2.104-win-x86.exe",
"dotnet-sdk-win-x86.zip": "https://download.visualstudio.microsoft.com/download/pr/59e18010-8e57-4073-add2-d2b5cfbc5e58/8fa6831c7be0800889324640e29476f4/dotnet-sdk-2.2.104-win-x86.zip",
"aspnet-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/1b7e7360-2e58-4a38-acf1-1e96aabd2f63/d0b0c78eead45a989eacfa19038b8ca7/aspnet-2.2.2-symbols.zip",
"cli-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/2894a162-c8ac-4f32-8c6f-6289f5b09a4c/d9a072077e4c32ff47a5c4c7aaa51b76/cli-2.2.2-symbols.zip",
"core-setup-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/996f56f9-a472-4c29-9eda-13e90d504630/448d08d3ad1123f49c828d4d5d08acf4/core-setup-2.2.2-symbols.zip",
"coreclr-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/2f71d6d3-19aa-43fc-830a-2dea519619ea/1244e6b153434c8e3c27ee46860847db/coreclr-2.2.2-symbols.zip",
"corefx-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/69ca7488-7a91-4f48-a9ea-8dc477e39eeb/9ba834f945f97b62ab217dc77f198931/corefx-2.2.2-symbols.zip",
"dotnet-sdk-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/1c48180a-b844-414c-821d-3e10becdde74/bc5734b3a2229d97c32e405bf248a1ea/dotnet-sdk-2.2.2-symbols.zip"
},
{
"version-runtime": "2.1.8",
"version-sdk": "2.1.504",
"version-runtime-display": "2.1.8",
"version-sdk-display": "2.1.504",
"version-aspnetcoremodule": " 12.1.18263.2",
"date": "2019-02-12",
"security": "true",
"lts-runtime": "true",
"lts-sdk": "false",
"vs-version": "15.9.7",
"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.8/2.1.8.md",
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.8-runtime-sha.txt",
"blob-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.1.8",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.504-sdk-sha.txt",
"blob-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.504",
"runtime-linux-arm-x32": "https://download.visualstudio.microsoft.com/download/pr/a36af597-586b-474b-8f91-9a1491b1b826/c56fac62f1ccc855afdd22bf2e9f7051/dotnet-runtime-2.1.8-linux-arm.tar.gz",
"runtime-linux-arm-x64": "https://download.visualstudio.microsoft.com/download/pr/46389bf1-b9e6-4a5e-9a99-2553f97abf4d/95d179c200d11593b363848d771e6be7/dotnet-runtime-2.1.8-linux-arm64.tar.gz",
"runtime-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/eeacc181-7b17-49a7-9664-cecdc8d2ab40/30222417a9866c9512bb96290770c73c/dotnet-runtime-2.1.8-linux-musl-x64.tar.gz",
"runtime-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/eae50d35-ec30-4416-829a-36e8b5158f22/52d8370bea6e696cee4280bec0eda4bc/dotnet-runtime-2.1.8-linux-x64.tar.gz",
"runtime-mac-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/492b8744-10e1-47da-8bb3-6878dc3eed3e/b830851d9937aa83525b2a6088f91db6/dotnet-runtime-2.1.8-osx-x64.pkg",
"runtime-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/0a8df2f2-bc67-455a-8df1-0f2395158eb2/0b42613ec436997900bda0696dabc54c/dotnet-runtime-2.1.8-osx-x64.tar.gz",
"runtime-rhel.6-x64": "https://download.visualstudio.microsoft.com/download/pr/713b711d-7f14-4dc5-959f-972392f7cd74/72187ac69f815e2f01a0c7a628e09f24/dotnet-runtime-2.1.8-rhel.6-x64.tar.gz",
"dotnet-runtime-win-arm.zip": "https://download.visualstudio.microsoft.com/download/pr/8e05da2e-4300-41e7-bbc1-474db3aa9166/d2e0d4c9290067eed76b2c5d8677d524/dotnet-runtime-2.1.8-win-arm.zip",
"dotnet-runtime-win-arm64.zip": "https://download.visualstudio.microsoft.com/download/pr/1ed7bac3-d0a1-4ef3-8b67-2f55b7d4bf0f/e524f264a6384c7f005818353e4b8703/dotnet-runtime-2.1.8-win-arm64.zip",
"runtime-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/c551fea4-c065-4142-9556-4d78fb949284/efe7c2ef2d51331bd0fced6ea0eadf08/dotnet-runtime-2.1.8-win-x64.exe",
"runtime-win-x64": "https://download.visualstudio.microsoft.com/download/pr/9b5aa463-d86c-4f8c-8dbb-26e323021246/3b75b083359c97b79da538cf40b041a0/dotnet-runtime-2.1.8-win-x64.zip",
"runtime-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/1f94a87b-7a17-430c-a860-c18d4989ee5c/c1f4b946d3ae9bbd95413636d334d0ab/dotnet-runtime-2.1.8-win-x86.exe",
"runtime-win-x86": "https://download.visualstudio.microsoft.com/download/pr/80cf31e3-1835-4ad1-965d-4971589fe501/7c4bf547ee314069b2482b22dbc778e8/dotnet-runtime-2.1.8-win-x86.zip",
"asp-runtime-linux-arm": "https://download.visualstudio.microsoft.com/download/pr/43b1eaf3-f6dd-425c-80d1-137d28081f78/9dd9acff1aeac4f4ac994df2b05578ab/aspnetcore-runtime-2.1.8-linux-arm.tar.gz",
"asp-runtime-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/c39af076-0ec1-4880-958e-6a50f9e18ee6/610247ccb388f86e9706f2f86d0e6874/aspnetcore-runtime-2.1.8-linux-musl-x64.tar.gz",
"rps-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/927cbf41-157f-488b-ac7d-32034defebc3/41b011418f795d5a76bf930ad57a055b/aspnetcore-runtime-2.1.8-linux-x64.tar.gz",
"rps-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/dba15b05-0c93-4d8b-89a1-c24eb1c71412/90354379b88f50f6bf17634e9260905f/aspnetcore-runtime-2.1.8-osx-x64.tar.gz",
"rps-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/22dccc6e-d3d9-4d1f-8a60-de7fed0bcc77/58c9a9101a49605f4b62ed3139492408/aspnetcore-runtime-2.1.8-win-x64.exe",
"rps-win-x64": "https://download.visualstudio.microsoft.com/download/pr/874e6430-08dc-45bf-ba49-9c8871a3f53e/cac4601c6e16af65dacae363b0bd3559/aspnetcore-runtime-2.1.8-win-x64.zip",
"rps-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/9ab30138-4a37-455c-bb62-a357862919b2/2e61c5254b1fa0e3118cf4f253d54f6b/aspnetcore-runtime-2.1.8-win-x86.exe",
"rps-win-x86": "https://download.visualstudio.microsoft.com/download/pr/776197cf-38e6-45e0-a10a-d2c30619346a/6e42301fd0d075076484f7c6e99ef58e/aspnetcore-runtime-2.1.8-win-x86.zip",
"hosting-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/c2b2968d-022d-4889-afd0-b02010813c94/bd315e931f55eecfdaea258cf3dee48e/dotnet-hosting-2.1.8-win.exe",
"sdk-linux-arm-x32": "https://download.visualstudio.microsoft.com/download/pr/48d0a1d0-78a7-4bf9-a349-306d317a349f/5f28d7ce059d8d65dbe367821f40a16e/dotnet-sdk-2.1.504-linux-arm.tar.gz",
"sdk-linux-arm-x64": "https://download.visualstudio.microsoft.com/download/pr/5912b468-1221-48dc-9339-79506418e22f/2fd380bf8aa123ec8ea8c3046ad142e9/dotnet-sdk-2.1.504-linux-arm64.tar.gz",
"sdk-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/074db8c2-0e35-442a-81e4-10c8e23d5301/8a214d199985584c3d7be3c079b57e63/dotnet-sdk-2.1.504-linux-musl-x64.tar.gz",
"sdk-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/b35cf035-09d9-444a-8f62-c972fd6f2be0/4068a391164715232bbf4477b349643f/dotnet-sdk-2.1.504-linux-x64.tar.gz",
"sdk-mac-x64.pkg-gs": "https://download.visualstudio.microsoft.com/download/pr/b3f7e697-363f-429d-a78f-11c244e476a4/fb34fbea7d52d479cd4f7f8d4263545e/dotnet-sdk-2.1.504-osx-gs-x64.pkg",
"sdk-mac-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/01e846dd-d59f-456d-8c14-36343ca2084b/65f68ebb4342adfb8bce337411d8aecc/dotnet-sdk-2.1.504-osx-x64.pkg",
"sdk-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/68152d1c-8ed5-4fc1-9894-8956c33fe4c8/73425e378edcfce4c8537c37a5ec7649/dotnet-sdk-2.1.504-osx-x64.tar.gz",
"sdk-rhel.6-x64": "https://download.visualstudio.microsoft.com/download/pr/b7526d13-c0af-4c0d-bc74-66f5b09cd915/688e38a1bbba5a67d9e4d0b6f6056756/dotnet-sdk-2.1.504-rhel.6-x64.tar.gz",
"sdk-win-x64.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/f1be8c58-9b61-4a44-8eee-effe5835e078/7b385e68476df5329129007630999450/dotnet-sdk-2.1.504-win-gs-x64.exe",
"sdk-win-x86.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/1d3325c2-ef86-4db4-84ac-79026c599e96/b17b88b527a27afce5689fe6c5dbe65b/dotnet-sdk-2.1.504-win-gs-x86.exe",
"sdk-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/1dcd5e24-25da-40dc-9996-4db675c1c22d/e154ee2beeb1eec4e9b049a8d3740c80/dotnet-sdk-2.1.504-win-x64.exe",
"sdk-win-x64": "https://download.visualstudio.microsoft.com/download/pr/88364f95-160b-4820-9a5b-1d00b619dee7/5021f130569e524eacc2e3a8e6933e62/dotnet-sdk-2.1.504-win-x64.zip",
"sdk-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/3cf20226-fe88-4879-be05-f662f99c4a3a/65602cb8ae7a87a532dd25c11237cf6a/dotnet-sdk-2.1.504-win-x86.exe",
"sdk-win-x86": "https://download.visualstudio.microsoft.com/download/pr/52f4576e-d2d2-4b57-a5cd-6a8561b86b5f/ef765a8e9a2fa3ab55449e09eb5f513f/dotnet-sdk-2.1.504-win-x86.zip",
"aspnet-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/284653cf-d4b8-459b-b956-084a7ceb604b/1da506036feb060c4a8cd15890c1b250/aspnet-2.1.8-symbols.zip",
"cli-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/8a82d06e-3d16-497a-b461-58848d7add64/c3427c0a5dc1dff0498ff0af92d77bd3/cli-2.1.8-symbols.zip",
"core-setup-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/ec4c3a49-2864-42f3-bd76-006e000746b8/9e70f83ab9016f136ddd5107239dbbd5/core-setup-2.1.8-symbols.zip",
"coreclr-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/613d85ee-19be-46be-b454-a41497faf9d7/26945496c0862c63783c088618d26566/coreclr-2.1.8-symbols.zip",
"corefx-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/d358c132-d850-4d4f-be7a-6e01dfe7d47c/fdd803392b44e577eb8b221d4f6ffb4f/corefx-2.1.8-symbols.zip",
"dotnet-sdk-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/3bde9854-d226-4dc8-b702-5b7dd6fa687b/a5cdfb1edefb834c8413709f0016d63f/dotnet-sdk-2.1.8-symbols.zip"
},
{
"version-runtime": "1.0.14",
"version-sdk": "1.1.12",
"version-runtime-display": "1.0.14",
"version-sdk-display": "1.1.12",
"version-aspnetcoremodule": " ",
"date": "2019-02-12",
"security": "true",
"lts-runtime": "true",
"lts-sdk": "false",
"vs-version": "15.0.21",
"csharp-language": "",
"fsharp-language": "",
"vb-language": "15.0",
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.14/1.0.14.md",
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.14-runtime-sha.txt",
"blob-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/Runtime/1.0.14",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt",
"blob-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/1.1.12",
"dotnet-centos-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/49f8157c-f170-4e0e-88ab-20170f9f5354/3fe0e777d5953e2919e7ca0a78c08737/dotnet-centos-x64.1.0.14.tar.gz",
"dotnet-debian-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/cf9005e0-2e04-45c5-95fb-617cd1cf23d2/7638479ba289bc6e78e7c4736216f106/dotnet-debian-x64.1.0.14.tar.gz",
"dotnet-osx-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/81e6d8a5-5329-40d9-adee-f2bdf518eab3/c02dd3e5bce79a6bc0cc05b600df49fb/dotnet-osx-x64.1.0.14.pkg",
"dotnet-osx-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/b1ca4664-75db-447f-822d-8241076afd6d/38bfc95677b84ddf89b88076bc02e568/dotnet-osx-x64.1.0.14.tar.gz",
"dotnet-rhel-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/3f6427da-e6b8-4c94-a055-b20e8ace6015/d97b5a626b8f03c02006627409dddd42/dotnet-rhel-x64.1.0.14.tar.gz",
"dotnet-ubuntu-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/1282329b-86c2-46d9-82aa-eeb6f5fdd135/e761a40a16f208c081467249c6a43a5b/dotnet-ubuntu-x64.1.0.14.tar.gz",
"dotnet-ubuntu.16.04-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/c94db830-8ea2-4807-aca6-1fe9d24bdf5d/423d41f788a1ec4cc1d6fbbf1cde1cbf/dotnet-ubuntu.16.04-x64.1.0.14.tar.gz",
"dotnet-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/4d661b32-a0a0-4e41-a084-022bd1f4fa40/8c654372bf17758cdef09d0e456dad82/dotnet-win-x64.1.0.14.exe",
"dotnet-win-x64.zip": "https://download.visualstudio.microsoft.com/download/pr/69253d46-3c91-4da3-baaf-8d73aecbc9b4/c19486707ad2f64cc54c547dcec1f665/dotnet-win-x64.1.0.14.zip",
"dotnet-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/a8ba98bb-6f0e-4d5c-b8b7-693eeecf6682/6c5fb7ca98b20822d37cb7a7f8245563/dotnet-win-x86.1.0.14.exe",
"dotnet-win-x86.zip": "https://download.visualstudio.microsoft.com/download/pr/07df6429-653d-40b6-8ca9-1ac057cb18f0/ece705a63186bf9178e2d558f98a1173/dotnet-win-x86.1.0.14.zip",
"DotNetCore-WindowsHosting.exe": "https://download.visualstudio.microsoft.com/download/pr/0cb4f123-a55d-4263-afe2-e54e5fdc1f0e/b9df261ef59d400872dd54107478f2b0/dotnetcore.1.0.14_1.1.11-windowshosting.exe",
"dotnet-dev-centos-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/7194a455-9b52-457a-8a59-15df325dd314/035a9b190cffb76b0447f4c0851b4501/dotnet-dev-centos-x64.1.1.12.tar.gz",
"dotnet-dev-debian-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/f4f3687c-3f20-4280-9357-ffb18a607533/b41921e085d9f2c4cc6304b66d4497f7/dotnet-dev-debian-x64.1.1.12.tar.gz",
"dotnet-dev-fedora.27-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/51e5eb61-3058-4ab6-922d-e8e969def390/04dabb03b79b2aaf3382354dc503b381/dotnet-dev-fedora.27-x64.1.1.12.tar.gz",
"dotnet-dev-fedora.28-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/4778b8e2-1433-4390-8498-d675b3b9b70f/173314e067b2d5b3c18855ccb7070376/dotnet-dev-fedora.28-x64.1.1.12.tar.gz",
"dotnet-dev-opensuse.42.3-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/3036d822-044e-4d0f-ad05-9ead0b5c8bd6/ce93aeae9417b0e1889333b9e74e5986/dotnet-dev-opensuse.42.3-x64.1.1.12.tar.gz",
"dotnet-dev-osx-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/7ebc7c42-4045-4519-8caa-2eee0b588408/29deb085fd7fce6ba40d49b6222c7373/dotnet-dev-osx-x64.1.1.12.pkg",
"dotnet-dev-osx-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/7e10916f-fee4-48af-9092-6b615c33fcb1/90d2ac564a9438263403a6d5f6591604/dotnet-dev-osx-x64.1.1.12.tar.gz",
"dotnet-dev-rhel-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/0fc0ea1c-96d1-4f40-abc5-aa64d37d5cae/a2d14e0e163f467577d4ce2053390699/dotnet-dev-rhel-x64.1.1.12.tar.gz",
"dotnet-dev-ubuntu-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/fa54b546-688e-48d3-a768-d91bfec434c8/f7e2dfb770983cbd673e0ab461de779b/dotnet-dev-ubuntu-x64.1.1.12.tar.gz",
"dotnet-dev-ubuntu.16.04-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/02e1b6f8-1fac-45b7-a23c-498a67b9a943/829bb9debbc78ccda8dbc2298ec2c942/dotnet-dev-ubuntu.16.04-x64.1.1.12.tar.gz",
"dotnet-dev-ubuntu.18.04-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/8af1ce14-5e8a-4de3-b869-270bb76b31b4/8fe202de84b40a57bf7d4bd3f8e02de9/dotnet-dev-ubuntu.18.04-x64.1.1.12.tar.gz",
"dotnet-dev-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/483b1e47-f5e0-43c0-9a4b-6e5c6ec4f47c/e7c2bbc5d9ffbd2a1e2f0c572f2fbb57/dotnet-dev-win-x64.1.1.12.exe",
"dotnet-dev-win-x64.zip": "https://download.visualstudio.microsoft.com/download/pr/cdb1d5fc-5bfb-466e-8339-226d57b3d111/3d29a36420acfd92990f5caec5371395/dotnet-dev-win-x64.1.1.12.zip",
"dotnet-dev-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/483fb810-35ab-46eb-8e35-e841116de0a6/ceb9f9755897d735ee4e930b4198657b/dotnet-dev-win-x86.1.1.12.exe",
"dotnet-dev-win-x86.zip": "https://download.visualstudio.microsoft.com/download/pr/e9ac1c13-44b9-48ff-a607-ae7b888ad3b8/49bea32eca4b5d897bfc763f2176a3a9/dotnet-dev-win-x86.1.1.12.zip",
"core-setup-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/2d88de27-d102-41d7-aa7f-fb69bb6a078a/b91dfcdac292fb8104e454ca4e378699/core-setup-1.0.14-symbols.zip",
"coreclr-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/00d621df-0419-492c-bdf1-93942c76e756/d67f977b90c4ae4963f58b2feeee77c6/coreclr-1.0.14-symbols.zip",
"corefx-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/0f67d331-cfa9-4422-8a2a-a0ae18a521e4/ae9bdb6e9a0c8248d8aa2cae2269972c/corefx-1.0.14-symbols.zip"
},
{
"version-runtime": "1.1.11",
"version-sdk": "1.1.12",
"version-runtime-display": "1.1.11",
"version-sdk-display": "1.1.12",
"version-aspnetcoremodule": " ",
"date": "2019-02-12",
"security": "true",
"lts-runtime": "true",
"lts-sdk": "false",
"vs-version": "15.0.21",
"csharp-language": "",
"fsharp-language": "",
"vb-language": "15.0",
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.11/1.1.11.md",
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.11-runtime-sha.txt",
"blob-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/Runtime/1.1.11",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.12-sdk-sha.txt",
"blob-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/1.1.12",
"dotnet-debian.9-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/e31e3367-6b98-4d1b-9862-a9a63e1c7dc7/88a96cb53c7f01e39e8d3f6d7542921a/dotnet-debian.9-x64.1.1.11.tar.gz",
"dotnet-ubuntu.18.04-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/ad22fcf6-8e22-4a4a-9dc1-8b62196190b3/2a6cb070de5831a13cdff5ec43ceaade/dotnet-ubuntu.18.04-x64.1.1.11.tar.gz",
"dotnet-centos-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/dff4449f-59c0-47c3-9fbd-fee92af25363/c9732b96c6c81cc66e3aacd782a7eafb/dotnet-centos-x64.1.1.11.tar.gz",
"dotnet-debian-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/f4447c62-519f-42f8-b1fb-17557d0b6390/d935f6cfebbec685b1a6e3bc81f949c2/dotnet-debian-x64.1.1.11.tar.gz",
"dotnet-fedora.27-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/4597de53-759b-4acd-8620-7696bf3907be/f9db799e66151d0b5cd1e27d2d2259f4/dotnet-fedora.27-x64.1.1.11.tar.gz",
"dotnet-fedora.28-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/8c8dd0e9-3869-46c6-a92d-d96c1f4e8abf/b9c4110cb9670d3993ce314db2e16659/dotnet-fedora.28-x64.1.1.11.tar.gz",
"dotnet-opensuse.42.3-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/7e44ca1a-f3f9-4b75-88df-c9227203af0f/eebc0332b07e58b85e14f6834b934f61/dotnet-opensuse.42.3-x64.1.1.11.tar.gz",
"dotnet-osx-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/2191ed67-c279-4f29-ac0a-5864b2566c10/be632d6dda5f1c6f26ab7c434538ecb6/dotnet-osx-x64.1.1.11.pkg",
"dotnet-osx-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/a3418849-3fac-4c6d-a170-2f6e8b0a4639/91ba64ea0e4b003903d1240fd51a40f9/dotnet-osx-x64.1.1.11.tar.gz",
"dotnet-rhel-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/fb2e3c21-9ae0-4e4b-a214-5e1cb1508cfa/30168f9f93fbc59d5a52242cb53253c3/dotnet-rhel-x64.1.1.11.tar.gz",
"dotnet-ubuntu-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/8dc8c129-0fff-4f6e-9794-dace60b4d0ca/171b94583982ddbb5db52c4c101be0de/dotnet-ubuntu-x64.1.1.11.tar.gz",
"dotnet-ubuntu.16.04-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/fea9884d-7f74-4b23-98c5-0c57b9ed7e92/c909109068c645e62b1218f2e8f90180/dotnet-ubuntu.16.04-x64.1.1.11.tar.gz",
"dotnet-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/dd13fbf3-66c4-4255-b8da-ad75027b74eb/eced2eb2d3a3ccdd71a11a9099d7428d/dotnet-win-x64.1.1.11.exe",
"dotnet-win-x64.zip": "https://download.visualstudio.microsoft.com/download/pr/0f63342c-d030-4ff4-a0ed-e2dda4a76606/0453cb61560044a4e250da5f8e9e012f/dotnet-win-x64.1.1.11.zip",
"dotnet-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/17a28d45-1fcf-4429-a58f-5d25cfb0438d/5be192dd06279223d08b6367a5215aad/dotnet-win-x86.1.1.11.exe",
"dotnet-win-x86.zip": "https://download.visualstudio.microsoft.com/download/pr/c5a635f3-2234-4fb3-a7e4-1e2831898f1c/b210573eaa206aa8c4460c18d8e7b549/dotnet-win-x86.1.1.11.zip",
"DotNetCore-WindowsHosting.exe": "https://download.visualstudio.microsoft.com/download/pr/3c1eea43-d933-414e-97bd-3b382f57a78c/7bad96a7fbee33cd15e210090e5413cc/dotnetcore.1.0.14_1.1.11-windowshosting.exe",
"dotnet-dev-debian.9-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/d16f339b-a10e-40ea-9cb7-506cc3f3ffd8/f9d8fadd4959752ac9f6a07d842ba079/dotnet-dev-debian.9-x64.1.1.12.tar.gz",
"dotnet-dev-centos-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/09aedb07-8a94-46ff-a918-c6473515bf55/ca71af8d4eb09739a3c9a857a07a759c/dotnet-dev-centos-x64.1.1.12.tar.gz",
"dotnet-dev-debian-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/b2f3ab14-0486-4630-9632-67aaf2a2e768/82a29e42218b4b548eab65fb76adb261/dotnet-dev-debian-x64.1.1.12.tar.gz",
"dotnet-dev-fedora.27-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/39252331-fe25-4a60-93bf-ce539e845486/4460d21b02eb3192227ebf380fbf02c1/dotnet-dev-fedora.27-x64.1.1.12.tar.gz",
"dotnet-dev-fedora.28-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/bcf335f2-42de-4838-bf14-e0332c071133/e065915283c0c4e7d37f2f63c4db6d20/dotnet-dev-fedora.28-x64.1.1.12.tar.gz",
"dotnet-dev-opensuse.42.3-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/fe9b139b-e498-4166-b338-46eadcccd750/6908d39118b5345a44f5a9e9136cbc41/dotnet-dev-opensuse.42.3-x64.1.1.12.tar.gz",
"dotnet-dev-osx-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/88dddec3-3f0d-4ee9-acdd-0b63953662ec/4f20e4ddf864a685b7bea02ad83b5a0d/dotnet-dev-osx-x64.1.1.12.pkg",
"dotnet-dev-osx-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/29ae1d6c-7fa5-4c1d-8422-296d3a2caf78/46279fdc51ebd3b2ece9ef2af52e0a2a/dotnet-dev-osx-x64.1.1.12.tar.gz",
"dotnet-dev-rhel-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/b22b80de-2ff5-4f5a-8e20-0065a06ee77f/e8efffdf356501f6523c77661acb17c1/dotnet-dev-rhel-x64.1.1.12.tar.gz",
"dotnet-dev-ubuntu-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/bf80af6a-4d6f-42c0-963b-4b121168617a/b47616e8578d4add910c6f8a612ae2b3/dotnet-dev-ubuntu-x64.1.1.12.tar.gz",
"dotnet-dev-ubuntu.16.04-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/83fa051b-10fb-482c-9fc8-c010eebfb4be/477b619412116db67e9e74284ba6dee3/dotnet-dev-ubuntu.16.04-x64.1.1.12.tar.gz",
"dotnet-dev-ubuntu.18.04-x64.tar.gz": "https://download.visualstudio.microsoft.com/download/pr/9154931b-2255-488f-8b06-a1d501dfc413/81cb4c1af6f42e0d2da959b70502a057/dotnet-dev-ubuntu.18.04-x64.1.1.12.tar.gz",
"dotnet-dev-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/2b8cbc07-4204-407d-ad2f-a59003467bdb/b7629786a40ad753bd0851c5707100f0/dotnet-dev-win-x64.1.1.12.exe",
"dotnet-dev-win-x64.zip": "https://download.visualstudio.microsoft.com/download/pr/8d6e2375-2ba7-4126-b5b7-3228004b7f41/b8894d02f002d2b77f72e6abb899c02e/dotnet-dev-win-x64.1.1.12.zip",
"dotnet-dev-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/44629511-68f9-4524-9714-bc8f078522d0/bf4ebced2c77278af84c11949b5baa96/dotnet-dev-win-x86.1.1.12.exe",
"dotnet-dev-win-x86.zip": "https://download.visualstudio.microsoft.com/download/pr/38e6233f-10ce-4607-9220-74e2fa8b07f5/247a2c16a3cb8d2aa8a110b17ebf6be3/dotnet-dev-win-x86.1.1.12.zip",
"core-setupsymbols.zip": "https://download.visualstudio.microsoft.com/download/pr/9f240884-b588-40f6-831d-520ea6aa30f7/79fe8d1fad809d2f5279e8be29e99dad/core-setup-1.1.11-symbols.zip",
"coreclr-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/4b263964-eb05-47a0-b06d-a317f24b1761/666a816963eb785311a2d167526c106b/coreclr-1.1.11-symbols.zip",
"corefx-symbols.zip": "https://download.visualstudio.microsoft.com/download/pr/fea552c2-723e-4214-afba-39c9416bbc22/d4b83089232f6d2e26b556d87ff2cc0b/corefx-1.1.11-symbols.zip"
},
{
"version-runtime": "3.0.0-preview-27324-5",
"version-sdk": "3.0.100-preview-010184",