Adding artifacts for 2.1 and 2.2 preview SDK releases (#2118)

* Adding artifacts for 2.1 and 2.2 preview SDK releases
This commit is contained in:
Vivek Mishra 2018-12-06 16:05:00 -08:00 committed by GitHub
parent bd7102fa07
commit 458d7a7675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 751 additions and 6 deletions

View file

@ -0,0 +1,15 @@
# Commits to .NET Core SDK 2.1.600 Preview
This is a curated list of commits across the .NET Core SDK 2.1.600 Preview development cycle.
## CLI
* [`[237d5c07f]`](https://github.com/dotnet/cli/commit/237d5c07f) Update FSharp.Compiler to 10.3.0-rtm-181113-07
* [`[47248757a]`](https://github.com/dotnet/cli/commit/47248757a) Fix helix queue machine affinity call
* [`[9033fa9d0]`](https://github.com/dotnet/cli/commit/9033fa9d0) Updating NuGet to 5.0.0-preview1.5663
* [`[df07caaff]`](https://github.com/dotnet/cli/commit/df07caaff) Updating NuGet to 5.0.0-preview1.5495
* [`[c129ba1f2]`](https://github.com/dotnet/cli/commit/c129ba1f2) Updating the Windows pool to a pool that supports net472. This will likely have to be force merged before the new pool gets picked up.
* [`[d5327fa08]`](https://github.com/dotnet/cli/commit/d5327fa08) Updating some more projects due to MSbuild not having a target for netstandard2.0. Also, reacting to the msbuild versioning change to Current.
* [`[8bedf2c1b]`](https://github.com/dotnet/cli/commit/8bedf2c1b) Additional framework changes for full framework due to MSBuild supported TFMs.
* [`[9aa3248ef]`](https://github.com/dotnet/cli/commit/9aa3248ef) Updating roslyn and msbuild dependencies for dev16. Needed to move projects to netcoreapp2.2 as msbuild dropped support for netstandard2.0.
* [`[a62a0fead]`](https://github.com/dotnet/cli/commit/a62a0fead) Updating the CLI branding to 2.1.600 for this branch.

View file

@ -0,0 +1,126 @@
# .NET Core SDK 2.1.600 Preview
.NET Core 2.1.600-preview-009426 comprises:
* .NET Core Runtime 2.1.6
* ASP.NET Core 2.1.6
* .NET Core SDK 2.1.600-preview-009426
See the [Release Notes][release-notes] 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.
## Installing .NET Core on Linux
Before installing .NET, you will need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The commands listed below do not specifically incude package managers to help with readability. Here are the package managers typically used by the Distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
### Develop applications
Note: Installers for Preview versions are not made available on the package repository. To use a Preview version, see the [Installation from a binary archive](#installation-from-a-binary-archive) below.
### 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 installer can be used on Windows.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-2.1.6-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/Preview/2.1.600-preview.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7d461733-a0cd-48ee-9963-791337dcaafa/3b75ee4c7fb9d6bc7d0ddd9761676096/dotnet-runtime-2.1.6-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9cb31ef2-d5ec-490d-8a3f-f45f52d28fec/4c906b6132f2c0fe55e9e0209f08b352/dotnet-runtime-2.1.6-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b934284c-96e3-49ab-9c86-6332092bafa7/480c4ba3ddd68c4a303c8de3616ac4ee/dotnet-runtime-2.1.6-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5c1334bc-bd26-4232-a745-2728b36a2628/8e163216cdcec15332ebf2e5575962de/dotnet-runtime-2.1.6-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/26452190-8866-4e1c-8bd2-e4699d775555/befaa5544a34e875621b239281d662a5/dotnet-runtime-2.1.6-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0f36c0b9-397b-4303-9a83-2f09e08affb0/dc43655b905e0c3d5d5fd89cafc1fb81/dotnet-runtime-2.1.6-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/95777fc5-eb49-4fe3-b136-db2c1e8c4cab/17cafbf4d0d6e234e4ea6cc143739e1d/dotnet-runtime-2.1.6-rhel.6-x64.tar.gz
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/8dcd5adb-21a8-43db-ab6a-d6c8e37b20fe/d52d48805fc35dbfa7ce411fbf5fda59/dotnet-runtime-2.1.6-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/3f6b6def-4e9a-4405-b21f-89f77d1605c4/52be50baa0e9bfa118fe6de80be89ab6/dotnet-runtime-2.1.6-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/af783fb4-da01-44f9-a8b8-9e52dda7970e/3d9920fc37175a41140f9c8af542a42c/dotnet-runtime-2.1.6-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/3ef3e42c-281d-43e2-969b-3f6aafef56f1/a13f4c966b0f499b8883f6e6f8b1765c/dotnet-runtime-2.1.6-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9c5d6af2-868c-4021-8b25-4913daca41c3/46cfc8ddb9b8f10ebd56de1b1a534e32/aspnetcore-runtime-2.1.6-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e4770dec-8d9d-4591-ba45-a8ad1d71841e/fa87d518261a484787824fc0e1d9365f/aspnetcore-runtime-2.1.6-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5ecfed21-c776-4924-b734-126400fd324a/4e1bfb9c870ffcf99b1bf953b91ef072/aspnetcore-runtime-2.1.6-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1f6f813c-f02a-47ca-a300-0b89bacac920/19e4e3315b9ec9934f06915b8d367706/aspnetcore-runtime-2.1.6-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/400d3dfc-03ab-4d2b-9d2a-5c1e9d7ef2e1/a1c8fba4dd848186623470da09ec8f88/aspnetcore-runtime-2.1.6-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/aeab1a67-fec1-4525-af50-332817900212/016c23f84f53d0976da7070c88c7873f/aspnetcore-runtime-2.1.6-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/207ccb26-48a9-4588-a9f3-e009be0a37cc/afdf4db8ad55a07357f0663fbde4140b/aspnetcore-runtime-2.1.6-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/5fbad133-3085-4748-90a7-cd863e910001/c7379a8658d8ff6547b7c74fd59615c3/aspnetcore-runtime-2.1.6-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/3f674c39-ab51-45c3-a7b8-094d86594fbc/9f7efb24d3486086b2d1f1a8d205a776/dotnet-hosting-2.1.6-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1fade46c-c475-4187-927b-7d7157369c3b/2fb766d7c38c239012f731023556db56/dotnet-sdk-2.1.600-preview-009426-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ecafb359-728b-4427-bf63-934c716bc7e0/834ce1100ba2c0b2e49774df486dcdb3/dotnet-sdk-2.1.600-preview-009426-linux-arm64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6816ef17-18ae-49c3-9ad4-46fbe6267f1d/da7b8326a6d798864a9afd0a7c880b70/dotnet-sdk-2.1.600-preview-009426-linux-x64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8a16c4c8-b187-4a05-93de-fa1e4c11ea0a/d2d4c18b99c2d1ec0fcbd2f8de4ff08d/dotnet-sdk-2.1.600-preview-009426-linux-musl-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/a7fb7ea6-9007-4f82-9dd2-775bb447cf53/dbf5150a44ed20a661733817210baf1a/dotnet-sdk-2.1.600-preview-009426-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2f213fe3-7064-40ba-a0c3-743c73f45f65/4912a6736c4213f1af8441228d0e01e7/dotnet-sdk-2.1.600-preview-009426-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/58cc9506-7391-4963-b34e-627c49af5d28/067849b44703738968ff5935ce45cc70/dotnet-sdk-2.1.600-preview-009426-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/58cc9506-7391-4963-b34e-627c49af5d28/067849b44703738968ff5935ce45cc70/dotnet-sdk-2.1.600-preview-009426-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/58cc9506-7391-4963-b34e-627c49af5d28/067849b44703738968ff5935ce45cc70/dotnet-sdk-2.1.600-preview-009426-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/154685e2-3cbd-4505-b559-a57da259faaf/5e1d31266aa5bc670c2201acd357a220/dotnet-sdk-2.1.600-preview-009426-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/5e82e02c-e7f8-4b4b-8e51-b874162e6c9d/dfb0d37d216779d788fa7990bb441342/dotnet-sdk-2.1.600-preview-009426-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/b7a5055e-b595-4e18-895e-0a6ad1718c60/3f180c6bbfb5b2e451fe1871d9f58fe8/dotnet-sdk-2.1.600-preview-009426-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/f8ee2e6e-d56d-464d-a4ef-55e7243ed58a/9a6637ccd2fe5bb14ab65b711798cb22/dotnet-sdk-2.1.600-preview-009426-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/d77ca6f6-fa77-4eb8-82f9-9e8be43e4acd/830ad12af9a632ff05a70e2530a3c564/aspnet-2.1.6-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/04ddc39e-1db1-472f-a7a6-4a51d73cc75c/3d0f620127304ddfa981bdc9dbc6aee9/core-setup-2.1.6-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/459e604d-efc0-4e1a-838b-e311c890bdaa/bc02969da98047faf9b4d1dc1c70b349/coreclr-2.1.6-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/dc20e757-f7ca-4683-900b-3d0a94134c0d/1743c2e0e4952e9a5ddf2d1c8934af95/corefx-2.1.6-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/05930291-d788-4c74-8727-67a8dc91bd10/abef49e4ac04610e9c3ff1317a5b4140/dotnet-sdk-2.1.6-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/31972dfb-b0fd-4e01-9d2b-5008321dbf68/f198c9f2aa57f8c7e141d95a6c6b098d/cli-2.1.6-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.600-preview-009426-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,79 @@
# .NET Core SDK 2.1.600 Preview - December 06, 2018
.NET Core SDK 2.1.600-preview is available for download and usage in your environment. This release includes the previously released .NET Core 2.1.6. The .NET Core SDK 2.1.600-preview matches what is included in Visual Studio 2019 version 16.0 Preview 1. All fixes of note can be seen in the [.NET Core SDK 2.1.600 Preview commits](2.1-600-preview-commits.md) list.
* [Downloads](#downloads)
The .NET Core SDK 2.1.600-preview includes .NET Core 2.1.6 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1.600-preview, the following command will show that you're running version `2.1.600-preview` of the tools.
`dotnet --version`
Your feedback is important and appreciated. We've created an issue at [dotnet/core #2118](https://github.com/dotnet/core/issues/2118) 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.
[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/Preview/2.1.600-preview.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7d461733-a0cd-48ee-9963-791337dcaafa/3b75ee4c7fb9d6bc7d0ddd9761676096/dotnet-runtime-2.1.6-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9cb31ef2-d5ec-490d-8a3f-f45f52d28fec/4c906b6132f2c0fe55e9e0209f08b352/dotnet-runtime-2.1.6-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b934284c-96e3-49ab-9c86-6332092bafa7/480c4ba3ddd68c4a303c8de3616ac4ee/dotnet-runtime-2.1.6-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5c1334bc-bd26-4232-a745-2728b36a2628/8e163216cdcec15332ebf2e5575962de/dotnet-runtime-2.1.6-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/26452190-8866-4e1c-8bd2-e4699d775555/befaa5544a34e875621b239281d662a5/dotnet-runtime-2.1.6-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0f36c0b9-397b-4303-9a83-2f09e08affb0/dc43655b905e0c3d5d5fd89cafc1fb81/dotnet-runtime-2.1.6-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/95777fc5-eb49-4fe3-b136-db2c1e8c4cab/17cafbf4d0d6e234e4ea6cc143739e1d/dotnet-runtime-2.1.6-rhel.6-x64.tar.gz
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/8dcd5adb-21a8-43db-ab6a-d6c8e37b20fe/d52d48805fc35dbfa7ce411fbf5fda59/dotnet-runtime-2.1.6-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/3f6b6def-4e9a-4405-b21f-89f77d1605c4/52be50baa0e9bfa118fe6de80be89ab6/dotnet-runtime-2.1.6-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/af783fb4-da01-44f9-a8b8-9e52dda7970e/3d9920fc37175a41140f9c8af542a42c/dotnet-runtime-2.1.6-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/3ef3e42c-281d-43e2-969b-3f6aafef56f1/a13f4c966b0f499b8883f6e6f8b1765c/dotnet-runtime-2.1.6-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9c5d6af2-868c-4021-8b25-4913daca41c3/46cfc8ddb9b8f10ebd56de1b1a534e32/aspnetcore-runtime-2.1.6-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e4770dec-8d9d-4591-ba45-a8ad1d71841e/fa87d518261a484787824fc0e1d9365f/aspnetcore-runtime-2.1.6-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5ecfed21-c776-4924-b734-126400fd324a/4e1bfb9c870ffcf99b1bf953b91ef072/aspnetcore-runtime-2.1.6-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1f6f813c-f02a-47ca-a300-0b89bacac920/19e4e3315b9ec9934f06915b8d367706/aspnetcore-runtime-2.1.6-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/400d3dfc-03ab-4d2b-9d2a-5c1e9d7ef2e1/a1c8fba4dd848186623470da09ec8f88/aspnetcore-runtime-2.1.6-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/aeab1a67-fec1-4525-af50-332817900212/016c23f84f53d0976da7070c88c7873f/aspnetcore-runtime-2.1.6-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/207ccb26-48a9-4588-a9f3-e009be0a37cc/afdf4db8ad55a07357f0663fbde4140b/aspnetcore-runtime-2.1.6-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/5fbad133-3085-4748-90a7-cd863e910001/c7379a8658d8ff6547b7c74fd59615c3/aspnetcore-runtime-2.1.6-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/3f674c39-ab51-45c3-a7b8-094d86594fbc/9f7efb24d3486086b2d1f1a8d205a776/dotnet-hosting-2.1.6-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1fade46c-c475-4187-927b-7d7157369c3b/2fb766d7c38c239012f731023556db56/dotnet-sdk-2.1.600-preview-009426-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ecafb359-728b-4427-bf63-934c716bc7e0/834ce1100ba2c0b2e49774df486dcdb3/dotnet-sdk-2.1.600-preview-009426-linux-arm64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6816ef17-18ae-49c3-9ad4-46fbe6267f1d/da7b8326a6d798864a9afd0a7c880b70/dotnet-sdk-2.1.600-preview-009426-linux-x64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8a16c4c8-b187-4a05-93de-fa1e4c11ea0a/d2d4c18b99c2d1ec0fcbd2f8de4ff08d/dotnet-sdk-2.1.600-preview-009426-linux-musl-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/a7fb7ea6-9007-4f82-9dd2-775bb447cf53/dbf5150a44ed20a661733817210baf1a/dotnet-sdk-2.1.600-preview-009426-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2f213fe3-7064-40ba-a0c3-743c73f45f65/4912a6736c4213f1af8441228d0e01e7/dotnet-sdk-2.1.600-preview-009426-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/58cc9506-7391-4963-b34e-627c49af5d28/067849b44703738968ff5935ce45cc70/dotnet-sdk-2.1.600-preview-009426-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/58cc9506-7391-4963-b34e-627c49af5d28/067849b44703738968ff5935ce45cc70/dotnet-sdk-2.1.600-preview-009426-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/58cc9506-7391-4963-b34e-627c49af5d28/067849b44703738968ff5935ce45cc70/dotnet-sdk-2.1.600-preview-009426-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/154685e2-3cbd-4505-b559-a57da259faaf/5e1d31266aa5bc670c2201acd357a220/dotnet-sdk-2.1.600-preview-009426-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/5e82e02c-e7f8-4b4b-8e51-b874162e6c9d/dfb0d37d216779d788fa7990bb441342/dotnet-sdk-2.1.600-preview-009426-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/b7a5055e-b595-4e18-895e-0a6ad1718c60/3f180c6bbfb5b2e451fe1871d9f58fe8/dotnet-sdk-2.1.600-preview-009426-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/f8ee2e6e-d56d-464d-a4ef-55e7243ed58a/9a6637ccd2fe5bb14ab65b711798cb22/dotnet-sdk-2.1.600-preview-009426-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/d77ca6f6-fa77-4eb8-82f9-9e8be43e4acd/830ad12af9a632ff05a70e2530a3c564/aspnet-2.1.6-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/04ddc39e-1db1-472f-a7a6-4a51d73cc75c/3d0f620127304ddfa981bdc9dbc6aee9/core-setup-2.1.6-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/459e604d-efc0-4e1a-838b-e311c890bdaa/bc02969da98047faf9b4d1dc1c70b349/coreclr-2.1.6-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/dc20e757-f7ca-4683-900b-3d0a94134c0d/1743c2e0e4952e9a5ddf2d1c8934af95/corefx-2.1.6-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/05930291-d788-4c74-8727-67a8dc91bd10/abef49e4ac04610e9c3ff1317a5b4140/dotnet-sdk-2.1.6-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/31972dfb-b0fd-4e01-9d2b-5008321dbf68/f198c9f2aa57f8c7e141d95a6c6b098d/cli-2.1.6-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.600-preview-009426-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

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

View file

@ -1,12 +1,116 @@
{
"channel-version": "2.1",
"latest-release": "2.1.6",
"latest-release-date":"2018-11-13",
"latest-release": "2.1.600-preview",
"latest-release-date":"2018-12-06",
"support-phase": "lts",
"eol-date": "",
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"releases":
[
{
"release-date": "2018-12-06",
"release-version": "2.1.600-preview",
"security": false,
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/Preview/2.1.600-preview.md",
"sdk": {
"version": "2.1.600-preview-009426",
"version-display": "2.1.600-preview-009426",
"vsversion": "16.0-preview-1",
"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/1fade46c-c475-4187-927b-7d7157369c3b/2fb766d7c38c239012f731023556db56/dotnet-sdk-2.1.600-preview-009426-linux-arm.tar.gz",
"hash": "865FCF406BAE3E39A7EB2277FAF3C96F1AF7800F1AF3096F768558F52F901CCD23203641807942951B84BF324F2F7F05D9074D0D7702B61EE1BC1BF590499BD7"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ecafb359-728b-4427-bf63-934c716bc7e0/834ce1100ba2c0b2e49774df486dcdb3/dotnet-sdk-2.1.600-preview-009426-linux-arm64.tar.gz",
"hash": "9641CE375F63B42F49E472456146B0155FE3A714375DEE36939EA94A12E51E7C6A27A26469ED90581AE6C46E2AEB6C5526C11D23647FB9F3908127BBAD11B958"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/6816ef17-18ae-49c3-9ad4-46fbe6267f1d/da7b8326a6d798864a9afd0a7c880b70/dotnet-sdk-2.1.600-preview-009426-linux-x64.tar.gz",
"hash": "2DDDDC2652032DE14DEBDBF55D6940AA227F8FD37199D098F0AE23645732A77B850A02444084D4FBCF4BDFDCEF89A2964E47FF210179D89816970F9B7BC391CD"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/8a16c4c8-b187-4a05-93de-fa1e4c11ea0a/d2d4c18b99c2d1ec0fcbd2f8de4ff08d/dotnet-sdk-2.1.600-preview-009426-linux-musl-x64.tar.gz",
"hash": "F43E826845065FC877659614FCDE3C0F9E588C636E5284EBE72FA48A8F52EAAE56FCD99AD18A2C77145CEB761F88A6EEF9AF1C48C3AC3ECDB539BF189938279D"
},
{
"name": "dotnet-sdk-osx-gs-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/1690aa3e-6039-493c-a57e-9d24f2616e96/d56658e8c3886d6d69d58e6c83ab5c22/dotnet-sdk-2.1.600-preview-009426-osx-gs-x64.pkg",
"hash": "FF77BF94390B4CE0A0B3237F3B5A854FD2527C694F519E5D74DEA9217A888644A3F202E63A9F5E4AAF497A2617EC59B1B840655B5592EC7617BC3DF9439D7176"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a7fb7ea6-9007-4f82-9dd2-775bb447cf53/dbf5150a44ed20a661733817210baf1a/dotnet-sdk-2.1.600-preview-009426-osx-x64.pkg",
"hash": "FF77BF94390B4CE0A0B3237F3B5A854FD2527C694F519E5D74DEA9217A888644A3F202E63A9F5E4AAF497A2617EC59B1B840655B5592EC7617BC3DF9439D7176"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/2f213fe3-7064-40ba-a0c3-743c73f45f65/4912a6736c4213f1af8441228d0e01e7/dotnet-sdk-2.1.600-preview-009426-osx-x64.tar.gz",
"hash": "3ADE09CAEA4FB32CC4CD380A3043F59602B6D9D3721144ED1A975082767FE5C354FE480CDF2CDB8CFF968101F3876F37B55651B09DAC36BDB47741A83664D5B3"
},
{
"name": "dotnet-sdk-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/58cc9506-7391-4963-b34e-627c49af5d28/067849b44703738968ff5935ce45cc70/dotnet-sdk-2.1.600-preview-009426-rhel.6-x64.tar.gz",
"hash": "24C526293BA5A8A1F0B200AF8E6412BF49E96C3C6008E9C472C3AA6A581D6B785CE78551B9CC2C8343B3BAC358CD2680905330ABCD92A5715D476F8CDC4ABD02"
},
{
"name": "dotnet-sdk-win-gs-x64.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/31a8cd43-a31d-4d33-b6f4-0f430543c9b5/e88b8ff32ae2f40c88c7828cb8ab589e/dotnet-sdk-2.1.600-preview-009426-win-gs-x64.exe",
"hash": "FDADAF2CB923431993C02ED3F6A8C6336357F444B4123FA8C92B9C706C84A977E32EFEB0FCBF333854A07A3FAC2C088CDB569EC763D6DBDBCEE44E41E6C662F3"
},
{
"name": "dotnet-sdk-win-gs-x86.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/e8fa06be-54bd-4a15-bda6-6876b688abcd/be8609cfb001a1c94bfffd7af310ba14/dotnet-sdk-2.1.600-preview-009426-win-gs-x86.exe",
"hash": "B77812812B33F53606A947184438D6D0A41D4EBFF38E2E9E68DB3FD0460EFD3A066B6A0F37E9E0F8BE31FE39C8AB5DC3A2CB6255A0DFEA648679B93FDA2DDA1C"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/154685e2-3cbd-4505-b559-a57da259faaf/5e1d31266aa5bc670c2201acd357a220/dotnet-sdk-2.1.600-preview-009426-win-x64.exe",
"hash": "FDADAF2CB923431993C02ED3F6A8C6336357F444B4123FA8C92B9C706C84A977E32EFEB0FCBF333854A07A3FAC2C088CDB569EC763D6DBDBCEE44E41E6C662F3"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5e82e02c-e7f8-4b4b-8e51-b874162e6c9d/dfb0d37d216779d788fa7990bb441342/dotnet-sdk-2.1.600-preview-009426-win-x64.zip",
"hash": "46B0609F69ADFB6FB1B714C402C312E9E10D372BC50F3B7DC4670C25509DB2FF1EB47235006AA21D9B2BC49B92B9959E45BA1C70F5071A7C1EF9717C1FA5C922"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/b7a5055e-b595-4e18-895e-0a6ad1718c60/3f180c6bbfb5b2e451fe1871d9f58fe8/dotnet-sdk-2.1.600-preview-009426-win-x86.exe",
"hash": "B77812812B33F53606A947184438D6D0A41D4EBFF38E2E9E68DB3FD0460EFD3A066B6A0F37E9E0F8BE31FE39C8AB5DC3A2CB6255A0DFEA648679B93FDA2DDA1C"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/f8ee2e6e-d56d-464d-a4ef-55e7243ed58a/9a6637ccd2fe5bb14ab65b711798cb22/dotnet-sdk-2.1.600-preview-009426-win-x86.zip",
"hash": "B736C393A6A2AB062FB5C41E8FA633628051A4D221E7AEA64E5F0008C12B040E911BFD112DBF085D0A2817F1137D20FC1FABEB6F0A91FCEABBA1A5E6D9DF0172"
}
]
},
"symbols": {
"version": "2.1.6",
"files": []
}
},
{
"release-date": "2018-11-13",
"release-version": "2.1.6",

View file

@ -1,6 +1,6 @@
# .NET Core 2.2.0 - December 04, 2018
.NET Core 2.2.0 is available for download and usage in your environment. This release includes .NET Core 2.2.0 and .NET Core SDK 2.2.100.. Have a look at the [Known Issues](../2.2-known-issues.md) document as there are a few things to be aware of before installing.
.NET Core 2.2.0 is available for download and usage in your environment. This release includes .NET Core 2.2.0 and .NET Core SDK 2.2.100. Have a look at the [Known Issues](../2.2-known-issues.md) document as there are a few things to be aware of before installing.
* [Downloads](#downloads)

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 | | |
| :-- | :-- | :--: | :-- |
| 2018/12/06 | 2.2.200-preview | [release notes](preview/2.2.200-preview.md)/[download](preview/2.2.200-preview-download.md) | - |
| 2018/12/04 | 2.2.0 | [release notes](2.2.0/2.2.0.md)/[download](2.2.0/2.2.0-download.md) | - |
| 2018/10/17 | 2.2.0 Preview 3 | [release notes](./preview/2.2.0-preview3.md)/[download](./preview/2.2.0-preview3-download.md) | - |
| 2018/09/12 | 2.2.0 Preview 2 | [release notes](./preview/2.2.0-preview2.md)/[download](./preview/2.2.0-preview2-download.md) | - |

View file

@ -0,0 +1,25 @@
# Commits to .NET Core SDK 2.2.200 Preview
This is a curated list of commits across the .NET Core SDK 2.2.200 Preview development cycle.
## CLI
* [`[e2173f50d]`](https://github.com/dotnet/cli/commit/e2173f50d) Update FSharp.Compiler to 10.3.0-rtm-181113-07
* [`[17c072c47]`](https://github.com/dotnet/cli/commit/17c072c47) Fix helix queue machine affinity call
* [`[61ad14bf4]`](https://github.com/dotnet/cli/commit/61ad14bf4) Update aspnet, aspnet, aspnet, aspnet, aspnet, aspnet, aspnet, aspnet, aspnet, coresetup, sdk, templating, templating, websdk to rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, rtm-35537, 2.1.0, 2.2.100, beta4, beta4, 2.2.100, respectively
* [`[df07caaff]`](https://github.com/dotnet/cli/commit/df07caaff) Updating NuGet to 5.0.0-preview1.5495
* [`[c129ba1f2]`](https://github.com/dotnet/cli/commit/c129ba1f2) Updating the Windows pool to a pool that supports net472. This will likely have to be force merged before the new pool gets picked up.
* [`[d5327fa08]`](https://github.com/dotnet/cli/commit/d5327fa08) Updating some more projects due to MSbuild not having a target for netstandard2.0. Also, reacting to the msbuild versioning change to Current.
* [`[8bedf2c1b]`](https://github.com/dotnet/cli/commit/8bedf2c1b) Additional framework changes for full framework due to MSBuild supported TFMs.
* [`[9aa3248ef]`](https://github.com/dotnet/cli/commit/9aa3248ef) Updating roslyn and msbuild dependencies for dev16. Needed to move projects to netcoreapp2.2 as msbuild dropped support for netstandard2.0.
* [`[01104362c]`](https://github.com/dotnet/cli/commit/01104362c) Adding explicit dependencies to NuGet and NewtonSoft.Json to update-dependencies project because they are not being brought transitivily through the VersionTools dependency.
* [`[fad01457a]`](https://github.com/dotnet/cli/commit/fad01457a) Fixing the channel and branch name for 2.2.2xx
* [`[a62a0fead]`](https://github.com/dotnet/cli/commit/a62a0fead) Updating the CLI branding to 2.1.600 for this branch.
* [`[d4e1ce3f4]`](https://github.com/dotnet/cli/commit/d4e1ce3f4) Updating ASP.NET and M.NC.App runtimes version
* [`[20b87122a]`](https://github.com/dotnet/cli/commit/20b87122a) Updating SDK to 2.2.200-preview-63508-04
* [`[b998b6a43]`](https://github.com/dotnet/cli/commit/b998b6a43) Insert NuGet Build 5.0.0-preview1.5663 into cli
* [`[e693e5960]`](https://github.com/dotnet/cli/commit/e693e5960) Update DependencyVersions.props
* [`[f5a3d12f6]`](https://github.com/dotnet/cli/commit/f5a3d12f6) Update test templates from 2.2.2xx branch
* [`[4f3c83d1b]`](https://github.com/dotnet/cli/commit/4f3c83d1b) Update NuGet to 5.0.0-preview1.5495
* [`[45315e52d]`](https://github.com/dotnet/cli/commit/45315e52d) Updating the SDK and the implicit 1.1 and 1.0 runtime versions.
* [`[56f8599e4]`](https://github.com/dotnet/cli/commit/56f8599e4) Updating branding to 2.2.200

View file

@ -0,0 +1,134 @@
# .NET Core SDK 2.2.200 Preview
.NET Core SDK 2.2.200-preview comprises:
* .NET Core Runtime 2.2.0
* ASP.NET Core 2.2.0
* .NET Core SDK 2.2.200-preview-009648
See the [Release Notes][release-notes] 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.
## Installing .NET Core on Linux
Before installing .NET, you will need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The commands listed below do not specifically incude package managers to help with readability. Here are the package managers typically used by the Distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
### Develop applications
Note: Installers for Preview versions are not made available on the package repository. To use a Preview version, see the [Installation from a binary archive](#installation-from-a-binary-archive) below.
### 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 installer can be used on Windows.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-2.2.0-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/Preview/2.2.200-preview.md
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/69ee3993-54fe-4687-9388-25b1e0c888fb/df2ba0637e68f6e8ee212a38756a4002/aspnetcore-runtime-2.2.0-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/569b6c23-1b22-458f-91d0-b7b45ad4efcd/daafc07506cf1e42d62b6df0c1843515/aspnetcore-runtime-2.2.0-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/7f19b834-339a-41b2-8709-0f29dcb27ce8/e062f2bc065c89ae80d3f5a118534664/aspnetcore-runtime-2.2.0-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4d87102c-31b3-46a0-bf94-698a12481366/a1c3cdf6cc5a5029b58329954430129b/aspnetcore-runtime-2.2.0-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/8073bb2c-6e05-4486-81eb-f37cb714a1b6/03ffd5e3934f6143cdfc87e04ccc3797/aspnetcore-runtime-2.2.0-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/70800ed3-22cd-4111-9e00-e9fc3535d5c6/f7b76341e582f3a8952b7fdec06e0646/aspnetcore-runtime-2.2.0-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/3974a408-f437-44e7-8bf2-8ccf7f6ef73e/bcc8807e64d3b24c8cfd43e9f47521e5/aspnetcore-runtime-2.2.0-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/48adfc75-bce7-4621-ae7a-5f3c4cf4fc1f/9a8e07173697581a6ada4bf04c845a05/dotnet-hosting-2.2.0-win.exe
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a3f3e38e-246a-4eab-8da3-63f9cd1b1c13/c2e795a9bb03bc75d3cfa767f3f77310/dotnet-runtime-2.2.0-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8931cb99-76f8-4d62-82be-881b79b03aac/9b31f0cbd0caac6d1639cece76d414a8/dotnet-runtime-2.2.0-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6bb6c059-a9fe-44ad-9f9e-12027c858253/2742ebd7660077902e4a5f3f85d156c7/dotnet-runtime-2.2.0-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1057e14e-16cc-410b-80a4-5c2420c8359c/004dc3ce8255475d4723de9a011ac513/dotnet-runtime-2.2.0-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/953c69dc-2b70-4237-89e8-d0675d8e89b7/4ccde130c14f69659da5826c0b2fbe95/dotnet-runtime-2.2.0-osx-x64.pkg
[dotnet-runtime-osx-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
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/279664c2-a29a-423b-967d-d58bc7abe14c/a40e0f1065c062b6dc91cf4523111513/dotnet-runtime-2.2.0-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/42443f24-e035-42c2-a998-57f58a7573ea/d885e17a85793394ad12b804999cfc32/dotnet-runtime-2.2.0-win-arm.zip
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/be1aa948-6b3a-418c-bb85-5bb8ca4be04c/8aa70e41272cbaf2b619b4cd4824974b/dotnet-runtime-2.2.0-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/03b9322b-c24d-4219-a092-baf7d6e4d124/83a706f62a41c466805dedc23429427b/dotnet-runtime-2.2.0-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/62711024-fa98-4919-9fe0-466744b20941/4cdef0431350a441b45e11784f657b09/dotnet-runtime-2.2.0-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/2ed3aa9d-dd33-4a00-bb51-814de2b92d0c/0624fc37ff340d2b38c95a1f667de99c/dotnet-runtime-2.2.0-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/ab4bbec2-ace5-487b-85fd-4ac897440040/23e50fbfc65d3b54aec21107eeb0a66d/dotnet-runtime-2.2.0-win-x86.zip
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d11e6fa7-15b3-403d-b1ba-1323b68eb373/b215c2a4c824da07d4ce88aa6fbc5df9/dotnet-sdk-2.2.200-preview-009648-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/afadab69-62e9-46da-ab2a-5fdf366f845a/4ea5a406c72a5337e4538a428ff5da8b/dotnet-sdk-2.2.200-preview-009648-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a073581b-7bad-4e17-9b87-289e1d5842f1/d25a9bd2fc81518a72adbd198d7ab853/dotnet-sdk-2.2.200-preview-009648-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a468e998-a2cc-45bb-a945-1f40ca0a900d/e55dd2721e208b7b75890872303dbc9a/dotnet-sdk-2.2.200-preview-009648-linux-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a468e998-a2cc-45bb-a945-1f40ca0a900d/e55dd2721e208b7b75890872303dbc9a/dotnet-sdk-2.2.200-preview-009648-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/3abc8bb6-1363-4474-b15e-a1adee8ca025/3dea0f3bf25595abb2b1245ea0f8245e/dotnet-sdk-2.2.200-preview-009648-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8da9ecec-dbbe-4a8c-af89-2fd750149176/aed92edd168b873df57df5893b50eb6d/dotnet-sdk-2.2.200-preview-009648-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1e1d58f6-5270-4142-9931-19b05d4a2a01/615ca51732a296d2d19fb2d877ae3caa/dotnet-sdk-2.2.200-preview-009648-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1e1d58f6-5270-4142-9931-19b05d4a2a01/615ca51732a296d2d19fb2d877ae3caa/dotnet-sdk-2.2.200-preview-009648-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1e1d58f6-5270-4142-9931-19b05d4a2a01/615ca51732a296d2d19fb2d877ae3caa/dotnet-sdk-2.2.200-preview-009648-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/8145cebd-ea45-4b3d-b13a-9f37c7be0588/00b4a7ed7952412edcaee68e181d72c4/dotnet-sdk-2.2.200-preview-009648-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/607bb33c-e356-449c-a957-ef72c80eeac2/7c2dab909c9a5c6698720c9e5a145701/dotnet-sdk-2.2.200-preview-009648-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9182f8b1-0b48-45da-ba29-ff2e06ad07ce/2c4a3dc1958867a54b1abe1a73ccbcac/dotnet-sdk-2.2.200-preview-009648-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/9e523b8c-4721-47f4-93a9-fb2d6b0f788a/0e18b3e6524cbf6cd7c6a21ffd72827a/dotnet-sdk-2.2.200-preview-009648-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/e0c8c95e-4e4c-4cc3-9b5c-7c6740feba1f/3cae4aeb08ededcc4b6d0986eee3fb80/aspnet-2.2.0-symbols.zip
[aspnet-extensions-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/81c09839-3d1f-42d8-8a14-a52cba70c8a4/04280557d2b96f0840cbf4c4ea59937c/aspnet-extensions-2.2.0-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/53b39749-d31a-4272-a280-8d3cd1974922/da1c0fb161ecdc0c09810b98bb115ffb/core-setup-2.2.0-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/a6a3fcc6-e72c-4d56-a002-c1ea2ebf491b/b00ec1d7aeee16b002579e7855d8574a/coreclr-2.2.0-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/6576cf85-ad10-49c7-ab3f-f26c2ba1e518/621fc14558560a3c585697ee5e77993a/corefx-2.2.0-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/4b233b85-7b9b-4e7b-a2ed-62fd6017b65e/91ed01dbe66f087e9d7b5f0a7c97f289/dotnet-sdk-2.2.0-symbols.zip
[templating-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/52249021-0c7f-477a-b961-72b64694fb47/22b0006ce020a668309a2c254f2996f4/templating-2.2.0-symbols.zip
[websdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/0ecfbde4-d827-4e2a-b2ae-b67f1e72495b/8a5e533a4b846d6877be4420a42664fd/websdk-2.2.0-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/546ad62a-4839-4170-9a59-86c569f18725/69bd4fe0372becfb354264f664b12d5b/cli-2.2.0-symbols.zip
[sdk-symbols-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/b14fc6a3-2fe4-4cb5-8083-d752ca106944/86f2e153b184b09ef90ac4499cec0ef6/sdk-symbols-2.2.0-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.200-preview-009648-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,87 @@
# .NET Core SDK 2.2.200 Preview - December 06, 2018
.NET Core SDK 2.2.200-preview-009648 is available for download and usage in your environment. This release includes the previously released .NET Core 2.2.0. The .NET Core SDK 2.2.200-preview matches what is included in Visual Studio 2019 version 16.0 Preview 1. All fixes of note can be seen in the [.NET Core SDK 2.2.200 Preview commits](2.2-200-preview-commits.md) list.
* [Downloads](#downloads)
The .NET Core SDK 2.2.200-preview includes .NET Core 2.2 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.2.200-preview, the following command will show that you're running version `2.2.200-preview` of the tools.
`dotnet --version`
Your feedback is important and appreciated. We've created an issue at [dotnet/core #2118](https://github.com/dotnet/core/issues/2118) 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.
[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/Preview/2.2.200-preview.md
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/69ee3993-54fe-4687-9388-25b1e0c888fb/df2ba0637e68f6e8ee212a38756a4002/aspnetcore-runtime-2.2.0-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/569b6c23-1b22-458f-91d0-b7b45ad4efcd/daafc07506cf1e42d62b6df0c1843515/aspnetcore-runtime-2.2.0-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/7f19b834-339a-41b2-8709-0f29dcb27ce8/e062f2bc065c89ae80d3f5a118534664/aspnetcore-runtime-2.2.0-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4d87102c-31b3-46a0-bf94-698a12481366/a1c3cdf6cc5a5029b58329954430129b/aspnetcore-runtime-2.2.0-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/8073bb2c-6e05-4486-81eb-f37cb714a1b6/03ffd5e3934f6143cdfc87e04ccc3797/aspnetcore-runtime-2.2.0-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/70800ed3-22cd-4111-9e00-e9fc3535d5c6/f7b76341e582f3a8952b7fdec06e0646/aspnetcore-runtime-2.2.0-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/3974a408-f437-44e7-8bf2-8ccf7f6ef73e/bcc8807e64d3b24c8cfd43e9f47521e5/aspnetcore-runtime-2.2.0-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/48adfc75-bce7-4621-ae7a-5f3c4cf4fc1f/9a8e07173697581a6ada4bf04c845a05/dotnet-hosting-2.2.0-win.exe
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a3f3e38e-246a-4eab-8da3-63f9cd1b1c13/c2e795a9bb03bc75d3cfa767f3f77310/dotnet-runtime-2.2.0-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8931cb99-76f8-4d62-82be-881b79b03aac/9b31f0cbd0caac6d1639cece76d414a8/dotnet-runtime-2.2.0-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6bb6c059-a9fe-44ad-9f9e-12027c858253/2742ebd7660077902e4a5f3f85d156c7/dotnet-runtime-2.2.0-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1057e14e-16cc-410b-80a4-5c2420c8359c/004dc3ce8255475d4723de9a011ac513/dotnet-runtime-2.2.0-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/953c69dc-2b70-4237-89e8-d0675d8e89b7/4ccde130c14f69659da5826c0b2fbe95/dotnet-runtime-2.2.0-osx-x64.pkg
[dotnet-runtime-osx-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
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/279664c2-a29a-423b-967d-d58bc7abe14c/a40e0f1065c062b6dc91cf4523111513/dotnet-runtime-2.2.0-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/42443f24-e035-42c2-a998-57f58a7573ea/d885e17a85793394ad12b804999cfc32/dotnet-runtime-2.2.0-win-arm.zip
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/be1aa948-6b3a-418c-bb85-5bb8ca4be04c/8aa70e41272cbaf2b619b4cd4824974b/dotnet-runtime-2.2.0-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/03b9322b-c24d-4219-a092-baf7d6e4d124/83a706f62a41c466805dedc23429427b/dotnet-runtime-2.2.0-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/62711024-fa98-4919-9fe0-466744b20941/4cdef0431350a441b45e11784f657b09/dotnet-runtime-2.2.0-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/2ed3aa9d-dd33-4a00-bb51-814de2b92d0c/0624fc37ff340d2b38c95a1f667de99c/dotnet-runtime-2.2.0-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/ab4bbec2-ace5-487b-85fd-4ac897440040/23e50fbfc65d3b54aec21107eeb0a66d/dotnet-runtime-2.2.0-win-x86.zip
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d11e6fa7-15b3-403d-b1ba-1323b68eb373/b215c2a4c824da07d4ce88aa6fbc5df9/dotnet-sdk-2.2.200-preview-009648-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/afadab69-62e9-46da-ab2a-5fdf366f845a/4ea5a406c72a5337e4538a428ff5da8b/dotnet-sdk-2.2.200-preview-009648-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a073581b-7bad-4e17-9b87-289e1d5842f1/d25a9bd2fc81518a72adbd198d7ab853/dotnet-sdk-2.2.200-preview-009648-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a468e998-a2cc-45bb-a945-1f40ca0a900d/e55dd2721e208b7b75890872303dbc9a/dotnet-sdk-2.2.200-preview-009648-linux-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a468e998-a2cc-45bb-a945-1f40ca0a900d/e55dd2721e208b7b75890872303dbc9a/dotnet-sdk-2.2.200-preview-009648-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/3abc8bb6-1363-4474-b15e-a1adee8ca025/3dea0f3bf25595abb2b1245ea0f8245e/dotnet-sdk-2.2.200-preview-009648-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8da9ecec-dbbe-4a8c-af89-2fd750149176/aed92edd168b873df57df5893b50eb6d/dotnet-sdk-2.2.200-preview-009648-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1e1d58f6-5270-4142-9931-19b05d4a2a01/615ca51732a296d2d19fb2d877ae3caa/dotnet-sdk-2.2.200-preview-009648-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1e1d58f6-5270-4142-9931-19b05d4a2a01/615ca51732a296d2d19fb2d877ae3caa/dotnet-sdk-2.2.200-preview-009648-rhel.6-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1e1d58f6-5270-4142-9931-19b05d4a2a01/615ca51732a296d2d19fb2d877ae3caa/dotnet-sdk-2.2.200-preview-009648-rhel.6-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/8145cebd-ea45-4b3d-b13a-9f37c7be0588/00b4a7ed7952412edcaee68e181d72c4/dotnet-sdk-2.2.200-preview-009648-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/607bb33c-e356-449c-a957-ef72c80eeac2/7c2dab909c9a5c6698720c9e5a145701/dotnet-sdk-2.2.200-preview-009648-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9182f8b1-0b48-45da-ba29-ff2e06ad07ce/2c4a3dc1958867a54b1abe1a73ccbcac/dotnet-sdk-2.2.200-preview-009648-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/9e523b8c-4721-47f4-93a9-fb2d6b0f788a/0e18b3e6524cbf6cd7c6a21ffd72827a/dotnet-sdk-2.2.200-preview-009648-win-x86.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/e0c8c95e-4e4c-4cc3-9b5c-7c6740feba1f/3cae4aeb08ededcc4b6d0986eee3fb80/aspnet-2.2.0-symbols.zip
[aspnet-extensions-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/81c09839-3d1f-42d8-8a14-a52cba70c8a4/04280557d2b96f0840cbf4c4ea59937c/aspnet-extensions-2.2.0-symbols.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/53b39749-d31a-4272-a280-8d3cd1974922/da1c0fb161ecdc0c09810b98bb115ffb/core-setup-2.2.0-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/a6a3fcc6-e72c-4d56-a002-c1ea2ebf491b/b00ec1d7aeee16b002579e7855d8574a/coreclr-2.2.0-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/6576cf85-ad10-49c7-ab3f-f26c2ba1e518/621fc14558560a3c585697ee5e77993a/corefx-2.2.0-symbols.zip
[dotnet-sdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/4b233b85-7b9b-4e7b-a2ed-62fd6017b65e/91ed01dbe66f087e9d7b5f0a7c97f289/dotnet-sdk-2.2.0-symbols.zip
[templating-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/52249021-0c7f-477a-b961-72b64694fb47/22b0006ce020a668309a2c254f2996f4/templating-2.2.0-symbols.zip
[websdk-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/0ecfbde4-d827-4e2a-b2ae-b67f1e72495b/8a5e533a4b846d6877be4420a42664fd/websdk-2.2.0-symbols.zip
[cli-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/546ad62a-4839-4170-9a59-86c569f18725/69bd4fe0372becfb354264f664b12d5b/cli-2.2.0-symbols.zip
[sdk-symbols-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/b14fc6a3-2fe4-4cb5-8083-d752ca106944/86f2e153b184b09ef90ac4499cec0ef6/sdk-symbols-2.2.0-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.200-preview-009648-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://aka.ms/netcore22announce

View file

@ -1,12 +1,117 @@
{
"channel-version": "2.2",
"latest-release": "2.2.0",
"latest-release-date":"2018-12-04",
"latest-release": "2.2.200-preview",
"latest-release-date":"2018-12-06",
"support-phase": "current",
"eol-date": "",
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"releases":
[
{
"release-date": "2018-12-06",
"release-version": "2.2.200-preview",
"security": false,
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/Preview/2.2.200-preview.md",
"sdk": {
"version": "2.2.200-preview-009648",
"version-display": "2.2.200-preview-009648",
"vsversion": "16.0-preview-1",
"csharp-version": "7.3",
"fsharp-version": "4.5",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/d11e6fa7-15b3-403d-b1ba-1323b68eb373/b215c2a4c824da07d4ce88aa6fbc5df9/dotnet-sdk-2.2.200-preview-009648-linux-arm.tar.gz",
"hash": "84587224C5437FB5422BC54529BAE557DBE50C9066EE717BF90457401227416FDA6B4E1706AD38214D65E0CC88A73D6C5F4185460B1D9779D9EE9E0F9EB580CE"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/afadab69-62e9-46da-ab2a-5fdf366f845a/4ea5a406c72a5337e4538a428ff5da8b/dotnet-sdk-2.2.200-preview-009648-linux-arm64.tar.gz",
"hash": "BEE6AF2976944975204CB1429E4DC3FE0417FF3E7823335FA72AC2A6610F2D7047E63ED1FDC49A515F76A7B78CD68E81E14312026B8234693150112146941259"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a073581b-7bad-4e17-9b87-289e1d5842f1/d25a9bd2fc81518a72adbd198d7ab853/dotnet-sdk-2.2.200-preview-009648-linux-musl-x64.tar.gz",
"hash": "895BE47C861CDE9D6360BEDDAAEF8D954C5F5E63B8E04E07CDA24C16B90F22889F71BB06DB1FC24411C986CB3B9616DF0E76187CDA18D84E233AAACB0D1E4FFB"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a468e998-a2cc-45bb-a945-1f40ca0a900d/e55dd2721e208b7b75890872303dbc9a/dotnet-sdk-2.2.200-preview-009648-linux-x64.tar.gz",
"hash": "E72C13877D0DBA3FD0E29E759C1DF95C7A2F1F6D5608794ED1158F90119E10074FAFFBAB57F45032D1F61995CC25C83BEE5C67B04BB219E7C613B07B4C79D6FD"
},
{
"name": "dotnet-sdk-osx-gs-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5f76180d-a776-4bec-998b-a27ff8242611/9649baa9f464666831321b41e05485e8/dotnet-sdk-2.2.200-preview-009648-osx-gs-x64.pkg",
"hash": "3C3760202D50E364C67D2B95F3C79D1FE367206BE05079FB66180EF559CA853CCA11FEA587C550D21852C7789CE181D4CF30FD41A29999427D6F37249EEB37B5"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/3abc8bb6-1363-4474-b15e-a1adee8ca025/3dea0f3bf25595abb2b1245ea0f8245e/dotnet-sdk-2.2.200-preview-009648-osx-x64.pkg",
"hash": "3C3760202D50E364C67D2B95F3C79D1FE367206BE05079FB66180EF559CA853CCA11FEA587C550D21852C7789CE181D4CF30FD41A29999427D6F37249EEB37B5"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/8da9ecec-dbbe-4a8c-af89-2fd750149176/aed92edd168b873df57df5893b50eb6d/dotnet-sdk-2.2.200-preview-009648-osx-x64.tar.gz",
"hash": "645E3758ABA1A08AD4BD1B5C3F95F2526FDA21D893DA61DAA3C7060298D2DB0B6972C99012AC9C473CE8F51B32DB584A33C8E6415DA78C9DFA2274A366ADA63A"
},
{
"name": "dotnet-sdk-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/1e1d58f6-5270-4142-9931-19b05d4a2a01/615ca51732a296d2d19fb2d877ae3caa/dotnet-sdk-2.2.200-preview-009648-rhel.6-x64.tar.gz",
"hash": "2B3024A07BFBDB0EFE600E3A5CAAD49B561EA93C11299F1F903C7391DE441163B2A64133B9B3D006E06E747A0C28EC9BF220D16CD65F2B5E5C3C1278E699D476"
},
{
"name": "dotnet-sdk-win-gs-x64.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/226510bf-1e3a-4068-a26a-9262ff3a8b35/4131137e41e2823a90a4ab30d01062ec/dotnet-sdk-2.2.200-preview-009648-win-gs-x64.exe",
"hash": "ED41A4AABBE13117566AFB00F08C582E62833E40F755082E6BE8F135EF880A0586478A88148BE99EF6F4BA4D812E0C7C6833A12A3FDB1CA4DEE238EA58B8F091"
},
{
"name": "dotnet-sdk-win-gs-x86.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/bc4a220c-0ce6-4c6b-a346-f1cc66ecfdc7/7bf462f7c129ae2aed3ea04195e5cfbc/dotnet-sdk-2.2.200-preview-009648-win-gs-x86.exe",
"hash": "552528AF370039032C8A5AE17D55904DEBAA4523BD62C56E9946C0D0A84610DFB78271BA4575C34E92FC8F1A985CCF62FC85D51903FFFDABB80C3D336044D04D"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/8145cebd-ea45-4b3d-b13a-9f37c7be0588/00b4a7ed7952412edcaee68e181d72c4/dotnet-sdk-2.2.200-preview-009648-win-x64.exe",
"hash": "ED41A4AABBE13117566AFB00F08C582E62833E40F755082E6BE8F135EF880A0586478A88148BE99EF6F4BA4D812E0C7C6833A12A3FDB1CA4DEE238EA58B8F091"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/607bb33c-e356-449c-a957-ef72c80eeac2/7c2dab909c9a5c6698720c9e5a145701/dotnet-sdk-2.2.200-preview-009648-win-x64.zip",
"hash": "B6AC617899182F787FD6CB496823B459E372195B5F83DD7DDAA933EEB855F1F8B655DE16CB2BB3D3F2A5FD9CA91365D844A14B685DE15A3644AF23E612AA4AAE"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/9182f8b1-0b48-45da-ba29-ff2e06ad07ce/2c4a3dc1958867a54b1abe1a73ccbcac/dotnet-sdk-2.2.200-preview-009648-win-x86.exe",
"hash": "552528AF370039032C8A5AE17D55904DEBAA4523BD62C56E9946C0D0A84610DFB78271BA4575C34E92FC8F1A985CCF62FC85D51903FFFDABB80C3D336044D04D"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/9e523b8c-4721-47f4-93a9-fb2d6b0f788a/0e18b3e6524cbf6cd7c6a21ffd72827a/dotnet-sdk-2.2.200-preview-009648-win-x86.zip",
"hash": "1F42190EB7F67020057D4F49B51D5748FD3663EC7F7E97152FE98594148F0844570BF381A8E5D246175DB1FA52D422FA534EEFB53C16AC6F2133427878C6E414"
}
]
},
"symbols": {
"version": "2.2.0",
"files": [
]
}
},
{
"release-date": "2018-12-04",
"release-version": "2.2.0",

View file

@ -1,4 +1,72 @@
[
{
"version-runtime": "2.2.0",
"version-sdk": "2.2.200-preview-009648",
"version-runtime-display": "2.2.0",
"version-sdk-display": "2.2.200-preview-009648",
"version-aspnetcoremodule": "12.2.18316.0",
"date": "2018-12-06",
"security": "false",
"lts-runtime": "current",
"lts-sdk": "FALSE",
"vs-version": "16.0-preview-1",
"csharp-language": "7.3",
"fsharp-language": "4.5",
"vb-language": "15.5",
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.2/Preview/2.2.200-preview.md",
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt",
"blob-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.2.0",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.200-preview-009648-sdk-sha.txt",
"blob-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.200-preview-009648",
"sdk-linux-arm-x32": "https://download.visualstudio.microsoft.com/download/pr/d11e6fa7-15b3-403d-b1ba-1323b68eb373/b215c2a4c824da07d4ce88aa6fbc5df9/dotnet-sdk-2.2.200-preview-009648-linux-arm.tar.gz",
"sdk-linux-arm-x64": "https://download.visualstudio.microsoft.com/download/pr/afadab69-62e9-46da-ab2a-5fdf366f845a/4ea5a406c72a5337e4538a428ff5da8b/dotnet-sdk-2.2.200-preview-009648-linux-arm64.tar.gz",
"sdk-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/a073581b-7bad-4e17-9b87-289e1d5842f1/d25a9bd2fc81518a72adbd198d7ab853/dotnet-sdk-2.2.200-preview-009648-linux-musl-x64.tar.gz",
"sdk-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/a468e998-a2cc-45bb-a945-1f40ca0a900d/e55dd2721e208b7b75890872303dbc9a/dotnet-sdk-2.2.200-preview-009648-linux-x64.tar.gz",
"sdk-mac-x64.pkg-gs": "https://download.visualstudio.microsoft.com/download/pr/5f76180d-a776-4bec-998b-a27ff8242611/9649baa9f464666831321b41e05485e8/dotnet-sdk-2.2.200-preview-009648-osx-gs-x64.pkg",
"sdk-mac-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/3abc8bb6-1363-4474-b15e-a1adee8ca025/3dea0f3bf25595abb2b1245ea0f8245e/dotnet-sdk-2.2.200-preview-009648-osx-x64.pkg",
"sdk-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/8da9ecec-dbbe-4a8c-af89-2fd750149176/aed92edd168b873df57df5893b50eb6d/dotnet-sdk-2.2.200-preview-009648-osx-x64.tar.gz",
"sdk-rhel.6-x64": "https://download.visualstudio.microsoft.com/download/pr/1e1d58f6-5270-4142-9931-19b05d4a2a01/615ca51732a296d2d19fb2d877ae3caa/dotnet-sdk-2.2.200-preview-009648-rhel.6-x64.tar.gz",
"sdk-win-x64.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/226510bf-1e3a-4068-a26a-9262ff3a8b35/4131137e41e2823a90a4ab30d01062ec/dotnet-sdk-2.2.200-preview-009648-win-gs-x64.exe",
"sdk-win-x86.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/bc4a220c-0ce6-4c6b-a346-f1cc66ecfdc7/7bf462f7c129ae2aed3ea04195e5cfbc/dotnet-sdk-2.2.200-preview-009648-win-gs-x86.exe",
"sdk-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/8145cebd-ea45-4b3d-b13a-9f37c7be0588/00b4a7ed7952412edcaee68e181d72c4/dotnet-sdk-2.2.200-preview-009648-win-x64.exe",
"sdk-win-x64": "https://download.visualstudio.microsoft.com/download/pr/607bb33c-e356-449c-a957-ef72c80eeac2/7c2dab909c9a5c6698720c9e5a145701/dotnet-sdk-2.2.200-preview-009648-win-x64.zip",
"sdk-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/9182f8b1-0b48-45da-ba29-ff2e06ad07ce/2c4a3dc1958867a54b1abe1a73ccbcac/dotnet-sdk-2.2.200-preview-009648-win-x86.exe",
"sdk-win-x86": "https://download.visualstudio.microsoft.com/download/pr/9e523b8c-4721-47f4-93a9-fb2d6b0f788a/0e18b3e6524cbf6cd7c6a21ffd72827a/dotnet-sdk-2.2.200-preview-009648-win-x86.zip"
},
{
"version-runtime": "2.1.6",
"version-sdk": "2.1.600-preview-009426",
"version-runtime-display": "2.1.6",
"version-sdk-display": "2.1.600-preview-009426",
"version-aspnetcoremodule": "12.1.18263.2",
"date": "2018-12-06",
"security": "false",
"lts-runtime": "lts",
"lts-sdk": "FALSE",
"vs-version": "16.0-preview-1",
"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/Preview/2.1.600-preview.md",
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt",
"blob-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/Runtime/2.1.6",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.600-preview-009426-sdk-sha.txt",
"blob-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.600-preview-009426",
"sdk-linux-arm-x32": "https://download.visualstudio.microsoft.com/download/pr/1fade46c-c475-4187-927b-7d7157369c3b/2fb766d7c38c239012f731023556db56/dotnet-sdk-2.1.600-preview-009426-linux-arm.tar.gz",
"sdk-linux-arm-x64": "https://download.visualstudio.microsoft.com/download/pr/ecafb359-728b-4427-bf63-934c716bc7e0/834ce1100ba2c0b2e49774df486dcdb3/dotnet-sdk-2.1.600-preview-009426-linux-arm64.tar.gz",
"sdk-linux-musl-x64": "https://download.visualstudio.microsoft.com/download/pr/8a16c4c8-b187-4a05-93de-fa1e4c11ea0a/d2d4c18b99c2d1ec0fcbd2f8de4ff08d/dotnet-sdk-2.1.600-preview-009426-linux-musl-x64.tar.gz",
"sdk-linux-x64": "https://download.visualstudio.microsoft.com/download/pr/6816ef17-18ae-49c3-9ad4-46fbe6267f1d/da7b8326a6d798864a9afd0a7c880b70/dotnet-sdk-2.1.600-preview-009426-linux-x64.tar.gz",
"sdk-mac-x64.pkg-gs": "https://download.visualstudio.microsoft.com/download/pr/1690aa3e-6039-493c-a57e-9d24f2616e96/d56658e8c3886d6d69d58e6c83ab5c22/dotnet-sdk-2.1.600-preview-009426-osx-gs-x64.pkg",
"sdk-mac-x64.pkg": "https://download.visualstudio.microsoft.com/download/pr/a7fb7ea6-9007-4f82-9dd2-775bb447cf53/dbf5150a44ed20a661733817210baf1a/dotnet-sdk-2.1.600-preview-009426-osx-x64.pkg",
"sdk-mac-x64": "https://download.visualstudio.microsoft.com/download/pr/2f213fe3-7064-40ba-a0c3-743c73f45f65/4912a6736c4213f1af8441228d0e01e7/dotnet-sdk-2.1.600-preview-009426-osx-x64.tar.gz",
"sdk-rhel.6-x64": "https://download.visualstudio.microsoft.com/download/pr/58cc9506-7391-4963-b34e-627c49af5d28/067849b44703738968ff5935ce45cc70/dotnet-sdk-2.1.600-preview-009426-rhel.6-x64.tar.gz",
"sdk-win-x64.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/31a8cd43-a31d-4d33-b6f4-0f430543c9b5/e88b8ff32ae2f40c88c7828cb8ab589e/dotnet-sdk-2.1.600-preview-009426-win-gs-x64.exe",
"sdk-win-x86.exe-gs": "https://download.visualstudio.microsoft.com/download/pr/e8fa06be-54bd-4a15-bda6-6876b688abcd/be8609cfb001a1c94bfffd7af310ba14/dotnet-sdk-2.1.600-preview-009426-win-gs-x86.exe",
"sdk-win-x64.exe": "https://download.visualstudio.microsoft.com/download/pr/154685e2-3cbd-4505-b559-a57da259faaf/5e1d31266aa5bc670c2201acd357a220/dotnet-sdk-2.1.600-preview-009426-win-x64.exe",
"sdk-win-x64": "https://download.visualstudio.microsoft.com/download/pr/5e82e02c-e7f8-4b4b-8e51-b874162e6c9d/dfb0d37d216779d788fa7990bb441342/dotnet-sdk-2.1.600-preview-009426-win-x64.zip",
"sdk-win-x86.exe": "https://download.visualstudio.microsoft.com/download/pr/b7a5055e-b595-4e18-895e-0a6ad1718c60/3f180c6bbfb5b2e451fe1871d9f58fe8/dotnet-sdk-2.1.600-preview-009426-win-x86.exe",
"sdk-win-x86": "https://download.visualstudio.microsoft.com/download/pr/f8ee2e6e-d56d-464d-a4ef-55e7243ed58a/9a6637ccd2fe5bb14ab65b711798cb22/dotnet-sdk-2.1.600-preview-009426-win-x86.zip"
},
{
"version-runtime": "3.0.0-preview-27122-01",
"version-sdk": "3.0.100-preview-009812",