From 05e798276ede9d6271702cc853909797c4548b4c Mon Sep 17 00:00:00 2001 From: Rahul Bhandari Date: Mon, 2 Mar 2020 11:29:24 -0800 Subject: [PATCH 1/2] .NET Core: daily-builds.md update --- daily-builds.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/daily-builds.md b/daily-builds.md index 503ad669..af4521b2 100644 --- a/daily-builds.md +++ b/daily-builds.md @@ -6,18 +6,18 @@ The .NET Core team builds many branches of the product daily. You can install th Preview branches are for new major/minor versions of .NET Core that have not yet been released and are not yet supported. -|Component|*.NET Core 3.0*|*.NET Core 2.2*| -|:------:|:------:|:------:| -|SDK|[.NET Core SDK 3.0.1xx (Master)](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 2.2.1xx](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)| -|ASP.NET Core|[ASP.NET Core Shared Framework 3.0 (Master)](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|[ASP.NET Core Shared Framework 2.2](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)| -|Runtime|[.NET Core Runtime 3.0 (Master)](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.2](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)| +|Component|*.NET 5.0* +|:------:|:------:| +|SDK|[.NET Core SDK 5.0.xxx (Master)](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries) +|ASP.NET Core|[ASP.NET Core Shared Framework 5.0 (Master)](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md) +|Runtime|[.NET Core Runtime 5.0 (Master)](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds) ## Servicing Releases Servicing branches are for new patch versions of .NET Core that have not yet been released and are not yet supported. These patch versions are for previously released major/minor versions. -|Component|*.NET Core 2.1*|*.NET Core 2.0*|*.NET Core 1.1*|*.NET Core 1.0*| -|:------:|:------:|:------:|:------:|:------:| -|SDK|[.NET Core SDK 2.1.401](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 2.0](https://github.com/dotnet/cli/blob/release/2.0.0/README.md#installers-and-binaries)|[.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries)|[.NET Core SDK 1.1](https://github.com/dotnet/cli/blob/rel/1.1.0/README.md#installers-and-binaries)| -|ASP.NET Core|[ASP.NET Core Shared Framework 2.1](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|**N/A**|**N/A**|**N/A**| -|Runtime|[.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.0](https://github.com/dotnet/core-setup/blob/release/2.0.0/README.md#officially-released-builds)|[.NET Core Runtime 1.1](https://github.com/dotnet/core-setup/blob/release/1.1.0/README.md#latest-versions)|[.NET Core Runtime 1.0](https://github.com/dotnet/core-setup/blob/release/1.0.0/README.md#latest-versions)| +|Component|*.NET Core 3.1*|*.NET Core 2.1* +|:------:|:------:|:------:| +|SDK|[.NET Core SDK 3.1](https://github.com/dotnet/core-sdk/blob/master/README.md#installers-and-binaries)|[.NET Core SDK 2.1.xxx](https://github.com/dotnet/cli/blob/release/2.1/README.md#installers-and-binaries)| +|ASP.NET Core|[ASP.NET Core Shared Framework 3.1](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)|[ASP.NET Core Shared Framework 2.1](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md)| +|Runtime|[.NET Core Runtime 3.1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/release/2.1/README.md#officially-released-builds)| \ No newline at end of file From e183f2236290100cf5771f93ea517e7cce746b51 Mon Sep 17 00:00:00 2001 From: Rahul Bhandari Date: Wed, 18 Mar 2020 22:01:36 -0700 Subject: [PATCH 2/2] Artifacts for March 2020 Update for 3.1.3 and 2.1.17 --- microsoft-support.md | 4 +- .../2.1/2.1.17/2.1.17-install-instructions.md | 99 ++++ release-notes/2.1/2.1.17/2.1.17.md | 193 ++++++++ release-notes/2.1/2.1.17/2.1.610-download.md | 153 ++++++ release-notes/2.1/2.1.17/2.1.805-download.md | 169 +++++++ release-notes/2.1/releases.json | 465 +++++++++++++++++- release-notes/3.1/3.1.3/3.1.201-download.md | 175 +++++++ .../3.1/3.1.3/3.1.3-install-instructions.md | 97 ++++ release-notes/3.1/3.1.3/3.1.3.md | 136 +++++ release-notes/3.1/releases.json | 435 +++++++++++++++- release-notes/releases-index.json | 16 +- 11 files changed, 1923 insertions(+), 19 deletions(-) create mode 100644 release-notes/2.1/2.1.17/2.1.17-install-instructions.md create mode 100644 release-notes/2.1/2.1.17/2.1.17.md create mode 100644 release-notes/2.1/2.1.17/2.1.610-download.md create mode 100644 release-notes/2.1/2.1.17/2.1.805-download.md create mode 100644 release-notes/3.1/3.1.3/3.1.201-download.md create mode 100644 release-notes/3.1/3.1.3/3.1.3-install-instructions.md create mode 100644 release-notes/3.1/3.1.3/3.1.3.md diff --git a/microsoft-support.md b/microsoft-support.md index 4f31c765..d5540309 100644 --- a/microsoft-support.md +++ b/microsoft-support.md @@ -12,8 +12,8 @@ This table describes support type, supported patch version and end of support da | Version | Release Date | Support Level | Supported Patch Version | End of Support | | -- | -- | -- | -- | -- | -| [.NET Core 3.1](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | December 3, 2019 | LTS | [3.1.2](https://dotnet.microsoft.com/download/dotnet-core/3.1) | December 3, 2022 | -| [.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) | May 30, 2018 | LTS | [2.1.16](https://dotnet.microsoft.com/download/dotnet-core/2.1) | August 21, 2021 | +| [.NET Core 3.1](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | December 3, 2019 | LTS | [3.1.3](https://dotnet.microsoft.com/download/dotnet-core/3.1) | December 3, 2022 | +| [.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) | May 30, 2018 | LTS | [2.1.17](https://dotnet.microsoft.com/download/dotnet-core/2.1) | August 21, 2021 | For previous versions, [see here](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). diff --git a/release-notes/2.1/2.1.17/2.1.17-install-instructions.md b/release-notes/2.1/2.1.17/2.1.17-install-instructions.md new file mode 100644 index 00000000..3a7681e3 --- /dev/null +++ b/release-notes/2.1/2.1.17/2.1.17-install-instructions.md @@ -0,0 +1,99 @@ +# .NET Core 2.1.17 + +.NET Core 2.1.17 comprises: + +* .NET Core Runtime 2.1.17 +* ASP.NET Core 2.1.17 +* .NET Core SDK 2.1.513 + +See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. + +## 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://devblogs.microsoft.com/dotnet/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 distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions 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 --channel 2.1/stable --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 include 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=$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 systems. + +### Windows + +You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt: + +* [dotnet-hosting-2.1.17-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.17/2.1.17.md + + +[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt +[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-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://devblogs.microsoft.com/dotnet/net-core-march-2020/ + +[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a431ea89-07d9-4533-9d72-fd246bd2efc7/5bbc08f02800c08b69bce56d03723f18/dotnet-hosting-2.1.17-win.exe diff --git a/release-notes/2.1/2.1.17/2.1.17.md b/release-notes/2.1/2.1.17/2.1.17.md new file mode 100644 index 00000000..ea32f874 --- /dev/null +++ b/release-notes/2.1/2.1.17/2.1.17.md @@ -0,0 +1,193 @@ +# .NET Core 2.1.17 Update - March 24, 2020 + +[.NET Core 2.1.17](https://dotnet.microsoft.com/download/dotnet-core/2.1) is available for download and usage in your environment. This release includes .NET Core 2.1.17, ASP.NET Core 2.1.17 and the .NET Core SDK. + +* [Blog Post][dotnet-blog] +* [Downloads](#downloads) +* [Changes in this release](#changes-in-2117) +* [Known Issues](../2.1-known-issues.md) +* [Visual Studio Compatibility](#visual-studio-compatibility) + +Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments. + +## Downloads + +| | SDK Installer1 | SDK Binaries1 | 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] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | +| 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]1 +| 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]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]1 | +| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | +| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - | + +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. + + +## Visual Studio Compatibility + +This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. + +| OS | Development Environment | .NET Core SDK | +| :-- | :-- | :--: | +| Windows | Visual Studio 2019 version 16.0 | [2.1.610](2.1.610-download.md) | +| Windows | Visual Studio 2017 | [2.1.513](#downloads) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/en-us/visualstudio/mac/net-core-support) | + +Note: This is not a security release hence this update will not be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's March servicing release. + +## 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 + +* [dotnet/core/runtime](https://hub.docker.com/_/microsoft-dotnet-core-runtime/) +* [dotnet/core/sdk](https://hub.docker.com/_/microsoft-dotnet-core-sdk/) +* [dotnet/core/samples](https://hub.docker.com/_/microsoft-dotnet-core-samples) +* [dotnet/aspnetcore](https://hub.docker.com/_/microsoft-dotnet-core-aspnet) + +The images are expected to be available later today. + +## Azure AppServices + +* .NET Core 2.1.17 is being deployed to Azure App Services and the deployment is expected to complete later in March 2020. + +## Changes in 2.1.17 + +.NET Core 2.1.17 release carries only non-security fixes. + +* [CoreFX](https://github.com/dotnet/corefx/issues?utf8=%E2%9C%93&q=milestone%3A2.1.17+label%3Aservicing-approved) + + +## Packages updated in this release: + +Package name | Version +:----------- | :------------------ +microsoft.aspnetcore.all | 2.1.17 +microsoft.aspnetcore.app | 2.1.17 +microsoft.dotnet.web.client.itemtemplates | 2.1.17 +microsoft.dotnet.web.itemtemplates | 2.1.17 +microsoft.dotnet.web.projecttemplates.2.1 | 2.1.17 +microsoft.dotnet.web.spa.projecttemplates.2.1 | 2.1.17 +microsoft.netcore.platforms | 2.1.9 +system.buffers | 4.5.1 +system.memory | 4.5.4 +system.runtime.compilerservices.unsafe | 4.5.3 +system.threading.tasks.extensions | 4.5.4 +microsoft.netcore.app | 2.1.17 +microsoft.netcore.dotnetapphost | 2.1.17 +microsoft.netcore.dotnethost | 2.1.17 +microsoft.netcore.dotnethostpolicy | 2.1.17 +microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.linux-arm.microsoft.netcore.app | 2.1.17 +runtime.linux-arm.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.linux-arm.microsoft.netcore.dotnethost | 2.1.17 +runtime.linux-arm.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.linux-arm.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.linux-arm64.microsoft.netcore.app | 2.1.17 +runtime.linux-arm64.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.linux-arm64.microsoft.netcore.dotnethost | 2.1.17 +runtime.linux-arm64.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.linux-arm64.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.linux-musl-x64.microsoft.netcore.app | 2.1.17 +runtime.linux-musl-x64.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.linux-musl-x64.microsoft.netcore.dotnethost | 2.1.17 +runtime.linux-musl-x64.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.linux-musl-x64.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.linux-x64.microsoft.netcore.app | 2.1.17 +runtime.linux-x64.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.linux-x64.microsoft.netcore.dotnethost | 2.1.17 +runtime.linux-x64.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.linux-x64.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.osx-x64.microsoft.netcore.app | 2.1.17 +runtime.osx-x64.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.osx-x64.microsoft.netcore.dotnethost | 2.1.17 +runtime.osx-x64.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.osx-x64.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.rhel.6-x64.microsoft.netcore.app | 2.1.17 +runtime.rhel.6-x64.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.rhel.6-x64.microsoft.netcore.dotnethost | 2.1.17 +runtime.rhel.6-x64.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.rhel.6-x64.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.win-arm.microsoft.netcore.app | 2.1.17 +runtime.win-arm.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.win-arm.microsoft.netcore.dotnethost | 2.1.17 +runtime.win-arm.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.win-arm.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.win-arm64.microsoft.netcore.app | 2.1.17 +runtime.win-arm64.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.win-arm64.microsoft.netcore.dotnethost | 2.1.17 +runtime.win-arm64.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.win-arm64.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.win-x64.microsoft.netcore.app | 2.1.17 +runtime.win-x64.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.win-x64.microsoft.netcore.dotnethost | 2.1.17 +runtime.win-x64.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.win-x64.microsoft.netcore.dotnethostresolver | 2.1.17 +runtime.win-x86.microsoft.netcore.app | 2.1.17 +runtime.win-x86.microsoft.netcore.dotnetapphost | 2.1.17 +runtime.win-x86.microsoft.netcore.dotnethost | 2.1.17 +runtime.win-x86.microsoft.netcore.dotnethostpolicy | 2.1.17 +runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.17 +vs.redist.common.netcore.hostfxr.x64.2.1 | 2.1.17 +vs.redist.common.netcore.hostfxr.x86.2.1 | 2.1.17 +vs.redist.common.netcore.sharedframework.x64.2.1 | 2.1.17 +vs.redist.common.netcore.sharedframework.x86.2.1 | 2.1.17 +vs.redist.common.netcore.sharedhost.x64.2.1 | 2.1.17 +vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.17 + + +[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.17/2.1.17.md + +[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt +[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt + +[linux-install]: https://www.microsoft.com/net/download/linux +[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ + + + +[//]: # ( Runtime 2.1.17) +[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ccc989da-fa6c-4b1b-a8a8-ed43ab4bba38/77e9e57aa69a2a84f1a45e861cc4eed5/dotnet-runtime-2.1.17-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b97e7fa1-cf7b-4b5e-a7a6-33d124c1d2ee/2d67061cda10b4470cebdb6c36271095/dotnet-runtime-2.1.17-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb5b99ef-e59f-43e4-a193-344774d942c3/016338b54b1ec63bd0400039f763e25d/dotnet-runtime-2.1.17-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a668ac5e-ffcc-419a-8c82-9e5feb7b2619/4108ef8aede75bbb569a359dff689c5c/dotnet-runtime-2.1.17-linux-x64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/9d3edcf8-2da1-42eb-a30f-54d629c8f13f/2e967304f8f3543c7329fd53d292d076/dotnet-runtime-2.1.17-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5f8d9bb7-854f-4527-96aa-21b40d3119f5/f6d703007d9fe5ddb701ba6006107e3a/dotnet-runtime-2.1.17-osx-x64.tar.gz +[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a0192c8e-55a5-4633-8e5f-afd80fac844f/017b5bac907f9423a4ec7867370b2507/dotnet-runtime-2.1.17-rhel.6-x64.tar.gz +[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/8b88b38d-d7d6-4d48-b88f-ec1379b70095/35b5c60828d6419609b4b800d679da63/dotnet-runtime-2.1.17-win-arm.zip +[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/cd223083-8c0e-4963-9fcd-fcf01a55e56c/15500e764899442ed6e014687caa34e9/dotnet-runtime-2.1.17-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/0c5dc823-e267-4c18-98d5-5b628ac9c2f9/6caf15ff4915b5cf650f202076601190/dotnet-runtime-2.1.17-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/73a0ea97-57d6-4263-ac36-ea3a9b373bcf/cd5f7e08e749c1d3468cdae89e4518de/dotnet-runtime-2.1.17-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/8340237d-31bc-441c-bf06-ea6616c5dbc1/d35ed8467238a143eba7cb5d56f35f04/dotnet-runtime-2.1.17-win-x86.zip + +[//]: # ( WindowsDesktop ) + +[//]: # ( ASP 2.1.17) +[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1a3c3183-ea43-4060-9205-09151a6ab9d7/6f15f282afcd70fffd8b9e12de4cd8b9/aspnetcore-runtime-2.1.17-linux-arm.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/468f500f-70d8-495c-b1ef-7110ff8f2298/39c0f5c364fc2550d70e6c45d21178ef/aspnetcore-runtime-2.1.17-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8074db1d-516d-44c9-abf5-5efe38752226/c809c044b639ce439d227c377dec2355/aspnetcore-runtime-2.1.17-linux-x64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a1df1dff-dceb-47ca-9dd5-f0e2bb44ca18/39bb8cfb345da8781d5242a985edf549/aspnetcore-runtime-2.1.17-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/68dbbf28-d2e1-4c08-b7ac-d990145da30d/d7ecd369a082efeff6eeb13b18c64c51/aspnetcore-runtime-2.1.17-win-x64.exe +[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f7cbebdd-483d-49d5-a4e1-58daa4394cf0/432798505655e71306b0dc32303116ab/aspnetcore-runtime-2.1.17-win-x64.zip +[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/03cad191-be9a-479b-9818-7e6fd624c416/b223c16c8b0a410cb18075f1daa4361a/aspnetcore-runtime-2.1.17-win-x86.exe +[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/716779cc-a73c-435d-8bdb-51de7aa53dea/82dbf4805c74dd4282ad4072ba5b74be/aspnetcore-runtime-2.1.17-win-x86.zip +[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a431ea89-07d9-4533-9d72-fd246bd2efc7/5bbc08f02800c08b69bce56d03723f18/dotnet-hosting-2.1.17-win.exe + +[//]: # ( SDK 2.1.513 ) +[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/57f9cd18-9b8f-4a8e-8351-be2b99f916aa/bd11ada55334e5a2aec761de27d2014b/dotnet-sdk-2.1.513-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f5895a30-1e48-4efc-8706-c302928aa41c/7d0d6afcc387bb70215c1748e66aae87/dotnet-sdk-2.1.513-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7544f5cd-02d2-4771-a423-405bee6179d5/3d38dae240c37c592f54690b9e3df71b/dotnet-sdk-2.1.513-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8b5ae78f-c243-4289-a69f-c89e0446e236/7f3121df09b121f4ff68a301c4e7c754/dotnet-sdk-2.1.513-linux-x64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/f3d2ca2c-28ff-40a9-9010-609acc97478b/bb2dd02e4e400a58195ea6262810000d/dotnet-sdk-2.1.513-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0236c348-ce1d-4f62-a93f-91477b85a805/36748f94c071a800a46c58eb6a1ef835/dotnet-sdk-2.1.513-osx-x64.tar.gz +[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2b60f78c-c70c-4a44-99b3-cf1815aea56f/368a9fd593269ad4021eca6e4078548e/dotnet-sdk-2.1.513-rhel.6-x64.tar.gz +[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/04625b40-1a59-4ddc-ada9-759e4756f3c4/282877c94233cd4f4932d1490d9a4460/dotnet-sdk-2.1.513-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/d97936f1-c90f-48ce-b02e-7d74efa80f5a/170e7aa8ba67a6014438302076ed778c/dotnet-sdk-2.1.513-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/1444bb33-479d-43b7-949a-0b69e9ee4ba9/86107542692885242ceadd02d72100dd/dotnet-sdk-2.1.513-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2c37816d-4e6e-4fe0-94c7-b921ec390abe/e3b4d7a26271fa90271b94b9b89023ff/dotnet-sdk-2.1.513-win-x86.zip + +[//]: # ( Symbols ) diff --git a/release-notes/2.1/2.1.17/2.1.610-download.md b/release-notes/2.1/2.1.17/2.1.610-download.md new file mode 100644 index 00000000..f12f2be1 --- /dev/null +++ b/release-notes/2.1/2.1.17/2.1.610-download.md @@ -0,0 +1,153 @@ +# .NET Core 2.1.610 + +This .NET Core SDK release includes the following released .NET Core and ASP.NET Core Runtimes. + +* .NET Core SDK 2.1.610 +* .NET Core Runtime 2.1.17 +* ASP.NET Core 2.1.17 + +See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. + +## Downloads + +| | SDK Installer1 | SDK Binaries1 | 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] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | +| 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]1 +| 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]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]1 | +| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | +| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - | + +1. Includes the .NET Core and ASP.NET Core R +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. + +## Visual Studio Compatibility + +This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. + +| OS | Development Environment | .NET Core SDK | +| :-- | :-- | :--: | +| Windows | Visual Studio 2019 version 16.0 | [2.1.610](#downloads) | +| Windows | Visual Studio 2017 | [2.1.513](2.1.17.md) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/en-us/visualstudio/mac/net-core-support) | + + +## 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://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/). + +## Installing .NET Core on Linux + +### 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=$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 systems. + +### Windows + +You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt: + +* [dotnet-hosting-2.1.17-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.17/2.1.17.md + +[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt +[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-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://devblogs.microsoft.com/dotnet/ + + + +[//]: # ( Runtime 2.1.17) +[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ccc989da-fa6c-4b1b-a8a8-ed43ab4bba38/77e9e57aa69a2a84f1a45e861cc4eed5/dotnet-runtime-2.1.17-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b97e7fa1-cf7b-4b5e-a7a6-33d124c1d2ee/2d67061cda10b4470cebdb6c36271095/dotnet-runtime-2.1.17-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb5b99ef-e59f-43e4-a193-344774d942c3/016338b54b1ec63bd0400039f763e25d/dotnet-runtime-2.1.17-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a668ac5e-ffcc-419a-8c82-9e5feb7b2619/4108ef8aede75bbb569a359dff689c5c/dotnet-runtime-2.1.17-linux-x64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/9d3edcf8-2da1-42eb-a30f-54d629c8f13f/2e967304f8f3543c7329fd53d292d076/dotnet-runtime-2.1.17-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5f8d9bb7-854f-4527-96aa-21b40d3119f5/f6d703007d9fe5ddb701ba6006107e3a/dotnet-runtime-2.1.17-osx-x64.tar.gz +[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a0192c8e-55a5-4633-8e5f-afd80fac844f/017b5bac907f9423a4ec7867370b2507/dotnet-runtime-2.1.17-rhel.6-x64.tar.gz +[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/8b88b38d-d7d6-4d48-b88f-ec1379b70095/35b5c60828d6419609b4b800d679da63/dotnet-runtime-2.1.17-win-arm.zip +[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/cd223083-8c0e-4963-9fcd-fcf01a55e56c/15500e764899442ed6e014687caa34e9/dotnet-runtime-2.1.17-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/0c5dc823-e267-4c18-98d5-5b628ac9c2f9/6caf15ff4915b5cf650f202076601190/dotnet-runtime-2.1.17-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/73a0ea97-57d6-4263-ac36-ea3a9b373bcf/cd5f7e08e749c1d3468cdae89e4518de/dotnet-runtime-2.1.17-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/8340237d-31bc-441c-bf06-ea6616c5dbc1/d35ed8467238a143eba7cb5d56f35f04/dotnet-runtime-2.1.17-win-x86.zip + +[//]: # ( WindowsDesktop ) + +[//]: # ( ASP 2.1.17) +[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1a3c3183-ea43-4060-9205-09151a6ab9d7/6f15f282afcd70fffd8b9e12de4cd8b9/aspnetcore-runtime-2.1.17-linux-arm.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/468f500f-70d8-495c-b1ef-7110ff8f2298/39c0f5c364fc2550d70e6c45d21178ef/aspnetcore-runtime-2.1.17-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8074db1d-516d-44c9-abf5-5efe38752226/c809c044b639ce439d227c377dec2355/aspnetcore-runtime-2.1.17-linux-x64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a1df1dff-dceb-47ca-9dd5-f0e2bb44ca18/39bb8cfb345da8781d5242a985edf549/aspnetcore-runtime-2.1.17-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/68dbbf28-d2e1-4c08-b7ac-d990145da30d/d7ecd369a082efeff6eeb13b18c64c51/aspnetcore-runtime-2.1.17-win-x64.exe +[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f7cbebdd-483d-49d5-a4e1-58daa4394cf0/432798505655e71306b0dc32303116ab/aspnetcore-runtime-2.1.17-win-x64.zip +[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/03cad191-be9a-479b-9818-7e6fd624c416/b223c16c8b0a410cb18075f1daa4361a/aspnetcore-runtime-2.1.17-win-x86.exe +[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/716779cc-a73c-435d-8bdb-51de7aa53dea/82dbf4805c74dd4282ad4072ba5b74be/aspnetcore-runtime-2.1.17-win-x86.zip +[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a431ea89-07d9-4533-9d72-fd246bd2efc7/5bbc08f02800c08b69bce56d03723f18/dotnet-hosting-2.1.17-win.exe + +[//]: # ( SDK 2.1.610 ) +[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8c788dcc-00c3-4c29-8742-0ae3b33cd539/dcbec11140886ae23f7c8d0e30880589/dotnet-sdk-2.1.610-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/97aebdbe-fb0b-4f43-ba8a-f052c4e1ac73/314ca0f6669aeab69f49665246352145/dotnet-sdk-2.1.610-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e78d9e7e-8686-4ff9-aa2c-c69b699b7f74/0ded3852429d6081e0b789883f35f026/dotnet-sdk-2.1.610-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/676ceb1a-b034-4358-b141-462592453357/c8b1efc16dccee8c043c0f4b11fb3688/dotnet-sdk-2.1.610-linux-x64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/76e7e9ea-105b-4cf6-9656-3721e5bb2f41/41c938cdd30fde2d92550de1e01ee4c2/dotnet-sdk-2.1.610-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ca19f400-62c7-4a2b-9de0-27e173a0d4d8/520b0e5d5df7b4ade5a5e35c2a990bd3/dotnet-sdk-2.1.610-osx-x64.tar.gz +[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0a980967-5bff-434d-9a2b-1e69a567d50e/581ee74f495bfaf2d0cc81657ff3439d/dotnet-sdk-2.1.610-rhel.6-x64.tar.gz +[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/3f06883f-5d34-441d-9e4d-c4eb6022b0f5/b0ede81b565b7afc3a8ea9ea60c3b4ab/dotnet-sdk-2.1.610-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/abd40c9c-1b16-4cd7-b5d5-f1cabf65b361/6d8397e174b9984926bc9bc74b756aa4/dotnet-sdk-2.1.610-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/02c08bb6-bf16-492c-8737-7ccf7968cc4d/637d0783dba2159124a634dd2cddd055/dotnet-sdk-2.1.610-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/de5eb21e-7e0c-4f74-b0ec-0a3e0f580bf6/f59cabffac0e14c551caf2d4a102f66d/dotnet-sdk-2.1.610-win-x86.zip + + +[//]: # ( Symbols ) diff --git a/release-notes/2.1/2.1.17/2.1.805-download.md b/release-notes/2.1/2.1.17/2.1.805-download.md new file mode 100644 index 00000000..cf6939eb --- /dev/null +++ b/release-notes/2.1/2.1.17/2.1.805-download.md @@ -0,0 +1,169 @@ +# .NET Core 2.1.805 + +This .NET Core SDK release includes the following released .NET Core and ASP.NET Core Runtimes. + +* .NET Core SDK 2.1.805 +* .NET Core Runtime 2.1.17 +* ASP.NET Core 2.1.17 + +See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md) for details about what is included in this update. + +## Downloads + +| | SDK Installer1 | SDK Binaries1 | 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] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | +| 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]1 +| 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]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]1 | +| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | +| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - | + + +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. + +## Visual Studio Compatibility + +This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download. + +| OS | Development Environment | .NET Core SDK | +| :-- | :-- | :--: | +| Windows | Visual Studio 2019 version 16.0 | [2.1.609](2.1.609-download.md) | +| Windows | Visual Studio 2017 | [2.1.512](2.1.17.md) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/en-us/visualstudio/mac/net-core-support) | + + +## 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://devblogs.microsoft.com/dotnet/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 distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions 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 --channel 2.1/stable –-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=$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 systems. + +### Windows + +You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt: + +* [dotnet-hosting-2.1.17-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.17/2.1.17.md + +[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt +[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-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://devblogs.microsoft.com/dotnet/ + + + + + +[//]: # ( Runtime 2.1.17) +[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ccc989da-fa6c-4b1b-a8a8-ed43ab4bba38/77e9e57aa69a2a84f1a45e861cc4eed5/dotnet-runtime-2.1.17-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b97e7fa1-cf7b-4b5e-a7a6-33d124c1d2ee/2d67061cda10b4470cebdb6c36271095/dotnet-runtime-2.1.17-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb5b99ef-e59f-43e4-a193-344774d942c3/016338b54b1ec63bd0400039f763e25d/dotnet-runtime-2.1.17-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a668ac5e-ffcc-419a-8c82-9e5feb7b2619/4108ef8aede75bbb569a359dff689c5c/dotnet-runtime-2.1.17-linux-x64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/9d3edcf8-2da1-42eb-a30f-54d629c8f13f/2e967304f8f3543c7329fd53d292d076/dotnet-runtime-2.1.17-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5f8d9bb7-854f-4527-96aa-21b40d3119f5/f6d703007d9fe5ddb701ba6006107e3a/dotnet-runtime-2.1.17-osx-x64.tar.gz +[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a0192c8e-55a5-4633-8e5f-afd80fac844f/017b5bac907f9423a4ec7867370b2507/dotnet-runtime-2.1.17-rhel.6-x64.tar.gz +[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/8b88b38d-d7d6-4d48-b88f-ec1379b70095/35b5c60828d6419609b4b800d679da63/dotnet-runtime-2.1.17-win-arm.zip +[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/cd223083-8c0e-4963-9fcd-fcf01a55e56c/15500e764899442ed6e014687caa34e9/dotnet-runtime-2.1.17-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/0c5dc823-e267-4c18-98d5-5b628ac9c2f9/6caf15ff4915b5cf650f202076601190/dotnet-runtime-2.1.17-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/73a0ea97-57d6-4263-ac36-ea3a9b373bcf/cd5f7e08e749c1d3468cdae89e4518de/dotnet-runtime-2.1.17-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/8340237d-31bc-441c-bf06-ea6616c5dbc1/d35ed8467238a143eba7cb5d56f35f04/dotnet-runtime-2.1.17-win-x86.zip + +[//]: # ( WindowsDesktop ) + +[//]: # ( ASP 2.1.17) +[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1a3c3183-ea43-4060-9205-09151a6ab9d7/6f15f282afcd70fffd8b9e12de4cd8b9/aspnetcore-runtime-2.1.17-linux-arm.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/468f500f-70d8-495c-b1ef-7110ff8f2298/39c0f5c364fc2550d70e6c45d21178ef/aspnetcore-runtime-2.1.17-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8074db1d-516d-44c9-abf5-5efe38752226/c809c044b639ce439d227c377dec2355/aspnetcore-runtime-2.1.17-linux-x64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a1df1dff-dceb-47ca-9dd5-f0e2bb44ca18/39bb8cfb345da8781d5242a985edf549/aspnetcore-runtime-2.1.17-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/68dbbf28-d2e1-4c08-b7ac-d990145da30d/d7ecd369a082efeff6eeb13b18c64c51/aspnetcore-runtime-2.1.17-win-x64.exe +[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f7cbebdd-483d-49d5-a4e1-58daa4394cf0/432798505655e71306b0dc32303116ab/aspnetcore-runtime-2.1.17-win-x64.zip +[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/03cad191-be9a-479b-9818-7e6fd624c416/b223c16c8b0a410cb18075f1daa4361a/aspnetcore-runtime-2.1.17-win-x86.exe +[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/716779cc-a73c-435d-8bdb-51de7aa53dea/82dbf4805c74dd4282ad4072ba5b74be/aspnetcore-runtime-2.1.17-win-x86.zip +[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a431ea89-07d9-4533-9d72-fd246bd2efc7/5bbc08f02800c08b69bce56d03723f18/dotnet-hosting-2.1.17-win.exe + +[//]: # ( SDK 2.1.805 ) +[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/57666a6d-0c82-4431-b251-f70356a1b6f7/8190a9b4ff5e962eb4547955c88848c3/dotnet-sdk-2.1.805-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e9a7e3c5-2db0-4eb2-9dc4-cc7060d0ee81/1ed6a7621a066dd15a06d4bb4a894a29/dotnet-sdk-2.1.805-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7498aa28-4290-4083-b96b-146c120f0bdb/b19f28dfdc88306abf057baf578198d7/dotnet-sdk-2.1.805-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e730fe40-e2ea-42e5-a5d0-f86830d75849/571e5a2f4ebf9f8117878eeaad5cb19b/dotnet-sdk-2.1.805-linux-x64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/1f42da0e-a749-4338-ac39-5160a1f31ab0/74f8b6c934b0dc3024f336460c89e8ad/dotnet-sdk-2.1.805-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/692b7280-cb00-4169-bded-184bd6ce2912/06df695fb6b29c95dc842fde380d6eb5/dotnet-sdk-2.1.805-osx-x64.tar.gz +[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a9f5a7a5-96aa-4b2a-9e4a-4af7938fa79b/897102688fb88691411f7e74f4bc699f/dotnet-sdk-2.1.805-rhel.6-x64.tar.gz +[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b5b0aedd-6353-437d-9b68-4f5eda69f56e/eb501077c400c23abcee01a23a75baf6/dotnet-sdk-2.1.805-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/54b0b84a-f02e-4c7f-a055-417a072b7023/adea0c91aa0aa7a134295dbcb8d7f0c6/dotnet-sdk-2.1.805-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9b393ca2-5c2a-4926-bcb9-59f54c96c978/502b9ec67a3c00a98e45dfa0bfc82977/dotnet-sdk-2.1.805-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/ed8a38b7-efaa-41cc-bc9a-0a5b75ef4161/76b6fa52e8ece1fb8beb646bf80df7c0/dotnet-sdk-2.1.805-win-x86.zip + + +[//]: # ( Symbols ) diff --git a/release-notes/2.1/releases.json b/release-notes/2.1/releases.json index c7a4fc7b..de498fe8 100755 --- a/release-notes/2.1/releases.json +++ b/release-notes/2.1/releases.json @@ -1,13 +1,470 @@ { "channel-version": "2.1", - "latest-release": "2.1.16", - "latest-release-date": "2020-02-18", - "latest-runtime": "2.1.16", - "latest-sdk": "2.1.804", + "latest-release": "2.1.17", + "latest-release-date": "2020-03-24", + "latest-runtime": "2.1.17", + "latest-sdk": "2.1.805", "support-phase": "lts", "eol-date": "2021-08-21", "lifecycle-policy": "https://www.microsoft.com/net/support/policy", "releases": [ + { + + "release-date": "2020-03-24", + "release-version": "2.1.17", + "security": false, + "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.17/2.1.17.md", + "runtime": { + "version": "2.1.17", + "version-display": "2.1.17", + "vs-version": "", + "files": [ + { + "name": "dotnet-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/ccc989da-fa6c-4b1b-a8a8-ed43ab4bba38/77e9e57aa69a2a84f1a45e861cc4eed5/dotnet-runtime-2.1.17-linux-arm.tar.gz", + "hash": "10572012d9d4215426a32816dbd6a49f6ad9083a73ecefb0786a0108c7ee61d721afbecb7acd2032f77332fb9c7c737fecf69000bd3566e5766619059caeddb3" + }, + { + "name": "dotnet-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/b97e7fa1-cf7b-4b5e-a7a6-33d124c1d2ee/2d67061cda10b4470cebdb6c36271095/dotnet-runtime-2.1.17-linux-arm64.tar.gz", + "hash": "d14d8ad1d91cb6513f3024689561aa830a27f845941275491d1340a14bc4356c88593839d1dfad0604a5b7121cfe7393cd7d0041a66feb121788b60bdc1817bb" + }, + { + "name": "dotnet-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/fb5b99ef-e59f-43e4-a193-344774d942c3/016338b54b1ec63bd0400039f763e25d/dotnet-runtime-2.1.17-linux-musl-x64.tar.gz", + "hash": "11b0cdb54b71ca07ade783a03dd8ca9b415ef351a6c8aa3d7c56af01af5dc2965f5cdb18d2184f65348ff1f69d51b69ff780200a13b79dc3a50674e1dff875e2" + }, + { + "name": "dotnet-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/a668ac5e-ffcc-419a-8c82-9e5feb7b2619/4108ef8aede75bbb569a359dff689c5c/dotnet-runtime-2.1.17-linux-x64.tar.gz", + "hash": "ee2a189436858ca30b5bc308102fd05ddb145a471d878007073d4a7fbdb9010452523de2a4f6780e61fcd58304d4b7fef5dbd8c46fec9a05da82bc3d3a443ad3" + }, + { + "name": "dotnet-runtime-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/9d3edcf8-2da1-42eb-a30f-54d629c8f13f/2e967304f8f3543c7329fd53d292d076/dotnet-runtime-2.1.17-osx-x64.pkg", + "hash": "e5149066699474f3cbbdca764156fc1ba1022d7626314352a74ad80909f539e8479afb626db69e85ef141394889e93fb282f5e56150e6e4f721371240d5bbd5b" + }, + { + "name": "dotnet-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/5f8d9bb7-854f-4527-96aa-21b40d3119f5/f6d703007d9fe5ddb701ba6006107e3a/dotnet-runtime-2.1.17-osx-x64.tar.gz", + "hash": "ba5972d9d4e6246ec4c999ca59e1b7927bd01e5e58cdf8140675989e12929d6ce06a922e1bb227244bbed4bc35995e838e35cd8a4dea270bffadc15beac7b7d0" + }, + { + "name": "dotnet-runtime-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/a0192c8e-55a5-4633-8e5f-afd80fac844f/017b5bac907f9423a4ec7867370b2507/dotnet-runtime-2.1.17-rhel.6-x64.tar.gz", + "hash": "595105acf3dfd59aefdb0021461f2e008990b8bf68148d87c6c8e1987a6bf5910e6816ac9de9c1bc49b59fd8df6867bc53f2ec62cc0744cfb8de77793e02471e" + }, + { + "name": "dotnet-runtime-win-arm.zip", + "rid": "win-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/8b88b38d-d7d6-4d48-b88f-ec1379b70095/35b5c60828d6419609b4b800d679da63/dotnet-runtime-2.1.17-win-arm.zip", + "hash": "8cb7fa5701ecb1578650b36bb59d213af788db6ec16a7f01155f19a83140774fc7f1f1c25ed5420d936b49887deded5698e23c317da6d7e3fd0a070468193b04" + }, + { + "name": "dotnet-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/cd223083-8c0e-4963-9fcd-fcf01a55e56c/15500e764899442ed6e014687caa34e9/dotnet-runtime-2.1.17-win-x64.exe", + "hash": "76310d2e6aa7479ba5b4ac82cf75350550833c360f98439e38789bb1d41b826d036bb40829cdc14deee7644cfd24937d5745af1a7f5adbd456393e0a4ae2faf3" + }, + { + "name": "dotnet-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/0c5dc823-e267-4c18-98d5-5b628ac9c2f9/6caf15ff4915b5cf650f202076601190/dotnet-runtime-2.1.17-win-x64.zip", + "hash": "a3d8372c58ff46bab27604cc6a250edeb8d2c50a3e25edc955da185c6afcb07d37477e200e32620ea21eb8bc06b57d673331a25e9ca596d1432a216cd8025f23" + }, + { + "name": "dotnet-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/73a0ea97-57d6-4263-ac36-ea3a9b373bcf/cd5f7e08e749c1d3468cdae89e4518de/dotnet-runtime-2.1.17-win-x86.exe", + "hash": "1c1d5d76c80ff22174b94924253e39bd3607d2771e51017482e28f9fca3038befcc75ea5b1778fb40fb022553daccd30df669e920228e189259e7cc3cda9d656" + }, + { + "name": "dotnet-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/8340237d-31bc-441c-bf06-ea6616c5dbc1/d35ed8467238a143eba7cb5d56f35f04/dotnet-runtime-2.1.17-win-x86.zip", + "hash": "42f37e08fb7fc8521916de5d986907a2a3d35dcb3cb3d920b9606cec11b4931cb5f17498679ba9999030946b8cc5cf2fbea15015555c83d8efe815b29759410e" + } + ] + }, + "sdk": { + "version": "2.1.805", + "version-display": "2.1.805", + "runtime-version": "2.1.17", + "vs-support": "Visual Studio 2019 (v16.2 or later)", + "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/57666a6d-0c82-4431-b251-f70356a1b6f7/8190a9b4ff5e962eb4547955c88848c3/dotnet-sdk-2.1.805-linux-arm.tar.gz", + "hash": "3690df6eeea6ce16986450d442e1881c42164250399f11fcc05ee539328b2fe0c54cacf08b1c9ee63dc38a468d19e4b4046ca08b430cc2ba47f8f03803caa7a6" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/e9a7e3c5-2db0-4eb2-9dc4-cc7060d0ee81/1ed6a7621a066dd15a06d4bb4a894a29/dotnet-sdk-2.1.805-linux-arm64.tar.gz", + "hash": "917e48c9f6a46afd8600db405b5eabe5a067d3579c4976e8ab4626a909188a53979e4cb3119f3203f751ba9d760f8e38bfd6b4759f0887cd8cb18fb1efb159ca" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/7498aa28-4290-4083-b96b-146c120f0bdb/b19f28dfdc88306abf057baf578198d7/dotnet-sdk-2.1.805-linux-musl-x64.tar.gz", + "hash": "6eb76f405c339d8d662ad152b9cd9d0a77957f5538d44bbdc0d2c66f5923bd3064ea9fddcd20e2c2e4a7a051f97e0e99fa0a30ca1649f2c0c6ddbfaaf11831d2" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/e730fe40-e2ea-42e5-a5d0-f86830d75849/571e5a2f4ebf9f8117878eeaad5cb19b/dotnet-sdk-2.1.805-linux-x64.tar.gz", + "hash": "ceceaf569060c313e9e1b519ad2bfda37bb11c4549689d01080bed84b8a1b64f4c8a35fce4622b2f951a7ccf574e7ea4552c076fa2ba302846d4e1c5ae5b3a0c" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/1f42da0e-a749-4338-ac39-5160a1f31ab0/74f8b6c934b0dc3024f336460c89e8ad/dotnet-sdk-2.1.805-osx-x64.pkg", + "hash": "a969eb39c107a7bd8653e6ab163f4f06934e8b85646300b07f152741716505c00e3fa3d944fb1d76f17c410c6546bbc266406fc764fb3742b0ead10c248ac869" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/692b7280-cb00-4169-bded-184bd6ce2912/06df695fb6b29c95dc842fde380d6eb5/dotnet-sdk-2.1.805-osx-x64.tar.gz", + "hash": "9f57f777b3b7f49c9f4324d2ac98aa98a3da5437fd3fc24c55e7de802a94ecd2f45594841bb861f01edb86e074e71f861be10ddcf7975b617cce7902065d5006" + }, + { + "name": "dotnet-sdk-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/a9f5a7a5-96aa-4b2a-9e4a-4af7938fa79b/897102688fb88691411f7e74f4bc699f/dotnet-sdk-2.1.805-rhel.6-x64.tar.gz", + "hash": "e73ce39008ef92c7a2669bee256843de797480ce68d907e0ac09f7903ff958749dfd70dd426d359e73b155fe65cfcd5bb4067b35ddd2f8caf4ccdef08e24fdff" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/b5b0aedd-6353-437d-9b68-4f5eda69f56e/eb501077c400c23abcee01a23a75baf6/dotnet-sdk-2.1.805-win-x64.exe", + "hash": "25b52e55362a59fd8c1d7ee33f3f962b069092ee4dc1ccd0eaed4c99fac2bb9d6f51dda1a4305c12c0eb26e4ed29e3fec168691a516127d68b2887bf767ee846" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/54b0b84a-f02e-4c7f-a055-417a072b7023/adea0c91aa0aa7a134295dbcb8d7f0c6/dotnet-sdk-2.1.805-win-x64.zip", + "hash": "606e4a68bde801f5537e56a4984aa7bc748a1a5489ca5992ec90bb8371e6deef4262be261f5cbce761d35d02b40fd4bd07893899027d8f5d603f5e58c204103d" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/9b393ca2-5c2a-4926-bcb9-59f54c96c978/502b9ec67a3c00a98e45dfa0bfc82977/dotnet-sdk-2.1.805-win-x86.exe", + "hash": "ee843e57b8369245495ecb717bfc77ce701fccdb3b9680ebb938fce8ea31596ea944fa27b9f89f398627c2a295cfa9a94b6614ba253ceafb93f545887fbec973" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/ed8a38b7-efaa-41cc-bc9a-0a5b75ef4161/76b6fa52e8ece1fb8beb646bf80df7c0/dotnet-sdk-2.1.805-win-x86.zip", + "hash": "45c39cb30f9b3dd6a412e418ce216fac5469eae45430b0a88fe94c925d11d3a7751e5f82d0e5caa5e4bebf5cbcc4d89ed323a66ff221656459a7c8101034d550" + } + ] + }, + "sdks": [ + { + "version": "2.1.805", + "version-display": "2.1.805", + "runtime-version": "2.1.17", + "vs-support": "Visual Studio 2019 (v16.2 or later)", + "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/57666a6d-0c82-4431-b251-f70356a1b6f7/8190a9b4ff5e962eb4547955c88848c3/dotnet-sdk-2.1.805-linux-arm.tar.gz", + "hash": "3690df6eeea6ce16986450d442e1881c42164250399f11fcc05ee539328b2fe0c54cacf08b1c9ee63dc38a468d19e4b4046ca08b430cc2ba47f8f03803caa7a6" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/e9a7e3c5-2db0-4eb2-9dc4-cc7060d0ee81/1ed6a7621a066dd15a06d4bb4a894a29/dotnet-sdk-2.1.805-linux-arm64.tar.gz", + "hash": "917e48c9f6a46afd8600db405b5eabe5a067d3579c4976e8ab4626a909188a53979e4cb3119f3203f751ba9d760f8e38bfd6b4759f0887cd8cb18fb1efb159ca" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/7498aa28-4290-4083-b96b-146c120f0bdb/b19f28dfdc88306abf057baf578198d7/dotnet-sdk-2.1.805-linux-musl-x64.tar.gz", + "hash": "6eb76f405c339d8d662ad152b9cd9d0a77957f5538d44bbdc0d2c66f5923bd3064ea9fddcd20e2c2e4a7a051f97e0e99fa0a30ca1649f2c0c6ddbfaaf11831d2" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/e730fe40-e2ea-42e5-a5d0-f86830d75849/571e5a2f4ebf9f8117878eeaad5cb19b/dotnet-sdk-2.1.805-linux-x64.tar.gz", + "hash": "ceceaf569060c313e9e1b519ad2bfda37bb11c4549689d01080bed84b8a1b64f4c8a35fce4622b2f951a7ccf574e7ea4552c076fa2ba302846d4e1c5ae5b3a0c" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/1f42da0e-a749-4338-ac39-5160a1f31ab0/74f8b6c934b0dc3024f336460c89e8ad/dotnet-sdk-2.1.805-osx-x64.pkg", + "hash": "a969eb39c107a7bd8653e6ab163f4f06934e8b85646300b07f152741716505c00e3fa3d944fb1d76f17c410c6546bbc266406fc764fb3742b0ead10c248ac869" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/692b7280-cb00-4169-bded-184bd6ce2912/06df695fb6b29c95dc842fde380d6eb5/dotnet-sdk-2.1.805-osx-x64.tar.gz", + "hash": "9f57f777b3b7f49c9f4324d2ac98aa98a3da5437fd3fc24c55e7de802a94ecd2f45594841bb861f01edb86e074e71f861be10ddcf7975b617cce7902065d5006" + }, + { + "name": "dotnet-sdk-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/a9f5a7a5-96aa-4b2a-9e4a-4af7938fa79b/897102688fb88691411f7e74f4bc699f/dotnet-sdk-2.1.805-rhel.6-x64.tar.gz", + "hash": "e73ce39008ef92c7a2669bee256843de797480ce68d907e0ac09f7903ff958749dfd70dd426d359e73b155fe65cfcd5bb4067b35ddd2f8caf4ccdef08e24fdff" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/b5b0aedd-6353-437d-9b68-4f5eda69f56e/eb501077c400c23abcee01a23a75baf6/dotnet-sdk-2.1.805-win-x64.exe", + "hash": "25b52e55362a59fd8c1d7ee33f3f962b069092ee4dc1ccd0eaed4c99fac2bb9d6f51dda1a4305c12c0eb26e4ed29e3fec168691a516127d68b2887bf767ee846" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/54b0b84a-f02e-4c7f-a055-417a072b7023/adea0c91aa0aa7a134295dbcb8d7f0c6/dotnet-sdk-2.1.805-win-x64.zip", + "hash": "606e4a68bde801f5537e56a4984aa7bc748a1a5489ca5992ec90bb8371e6deef4262be261f5cbce761d35d02b40fd4bd07893899027d8f5d603f5e58c204103d" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/9b393ca2-5c2a-4926-bcb9-59f54c96c978/502b9ec67a3c00a98e45dfa0bfc82977/dotnet-sdk-2.1.805-win-x86.exe", + "hash": "ee843e57b8369245495ecb717bfc77ce701fccdb3b9680ebb938fce8ea31596ea944fa27b9f89f398627c2a295cfa9a94b6614ba253ceafb93f545887fbec973" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/ed8a38b7-efaa-41cc-bc9a-0a5b75ef4161/76b6fa52e8ece1fb8beb646bf80df7c0/dotnet-sdk-2.1.805-win-x86.zip", + "hash": "45c39cb30f9b3dd6a412e418ce216fac5469eae45430b0a88fe94c925d11d3a7751e5f82d0e5caa5e4bebf5cbcc4d89ed323a66ff221656459a7c8101034d550" + } + ] + }, + { + "version": "2.1.610", + "version-display": "2.1.610", + "runtime-version": "2.1.17", + "vs-support": "Visual Studio 2019 (v16.0)", + "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/8c788dcc-00c3-4c29-8742-0ae3b33cd539/dcbec11140886ae23f7c8d0e30880589/dotnet-sdk-2.1.610-linux-arm.tar.gz", + "hash": "4f0df363d37e00603621550e20ad188c99968079b8b48b856f713923f2920c9d8d6d374187e980a1e9c80c95eb9389ca90a8828613dcb7162da4d78dd3956875" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/97aebdbe-fb0b-4f43-ba8a-f052c4e1ac73/314ca0f6669aeab69f49665246352145/dotnet-sdk-2.1.610-linux-arm64.tar.gz", + "hash": "2078c57a4d2b537ff0d40bd830fd52e476f5e2eca92c91eeadc0a5f39a17521650f5b6ae8f9c2a09cbad3d315d81f618ec30bfd6c8d107286ce4519fd0f56fc4" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/e78d9e7e-8686-4ff9-aa2c-c69b699b7f74/0ded3852429d6081e0b789883f35f026/dotnet-sdk-2.1.610-linux-musl-x64.tar.gz", + "hash": "83bdb9e59164b97bfc847aa7672fc437ef484e19e56d67f36e2a7d255d8cf5b83c28c31eb7aa19aac072d38187e9144459a5e758dfe31950920b38fca7a39d80" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/676ceb1a-b034-4358-b141-462592453357/c8b1efc16dccee8c043c0f4b11fb3688/dotnet-sdk-2.1.610-linux-x64.tar.gz", + "hash": "70e86285c4ce0d222f4b6c814e6de9be9db2c99584117600e936a57357d4b670844c877f6a04915b730b89277f93557e882bde976fb39bae29df7a0f7bffb367" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/76e7e9ea-105b-4cf6-9656-3721e5bb2f41/41c938cdd30fde2d92550de1e01ee4c2/dotnet-sdk-2.1.610-osx-x64.pkg", + "hash": "22f781ac1aa7a1fae37ad252ec0885026e3a5915204efed95fb56be927aca2580dc453da208ef85c9b532e3e27c9c44b9195df16f1d623b9f392d79c79914582" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/ca19f400-62c7-4a2b-9de0-27e173a0d4d8/520b0e5d5df7b4ade5a5e35c2a990bd3/dotnet-sdk-2.1.610-osx-x64.tar.gz", + "hash": "5b5a7e88ffd91d99ad287551ccce5d229aeb1fcfb2edab5100827926b34a3a96b40bd64157efbf0e4527a705eff0440cbb498134054b206d869dd54c5f631ff7" + }, + { + "name": "dotnet-sdk-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/0a980967-5bff-434d-9a2b-1e69a567d50e/581ee74f495bfaf2d0cc81657ff3439d/dotnet-sdk-2.1.610-rhel.6-x64.tar.gz", + "hash": "14ea58dd1b2baff9c50fd308699a6a3f5fe059e2c7ff8f2fb0b35175c08a6f372b10513e65aac46a275d704de0972d817a1af43a8a0f35bae4acbfdbdd231639" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/3f06883f-5d34-441d-9e4d-c4eb6022b0f5/b0ede81b565b7afc3a8ea9ea60c3b4ab/dotnet-sdk-2.1.610-win-x64.exe", + "hash": "949342579c369f3b0df80d3799c676badcecdcbf2791944c09c67d9cbba464799448bd56527f3800abc76198c12548710adfa4d164f2e833ee220a6349e474e1" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/abd40c9c-1b16-4cd7-b5d5-f1cabf65b361/6d8397e174b9984926bc9bc74b756aa4/dotnet-sdk-2.1.610-win-x64.zip", + "hash": "0d970ea12fe62982a9bf73af8c04f8432affa5f9a80c87ed01a6041ac6d6bf1f4592e4d1ba47b602166d8051248dba2400a3586a2b365f54b8f1dd7c69768308" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/02c08bb6-bf16-492c-8737-7ccf7968cc4d/637d0783dba2159124a634dd2cddd055/dotnet-sdk-2.1.610-win-x86.exe", + "hash": "f8561bc25ad632aace2bfa6d3e1aa27584dab3b942a76a0522acea5de9bfd740dc23874c5d367877555cd42cdcf1756066358a7c358c496dd584c7c4f60706ca" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/de5eb21e-7e0c-4f74-b0ec-0a3e0f580bf6/f59cabffac0e14c551caf2d4a102f66d/dotnet-sdk-2.1.610-win-x86.zip", + "hash": "68c047002554320abf8ceb8c400f7bf23e357409af31f6bdc235002a31fba3b19a245a8d0017686b0ba7c5d9dd08b68c8df082e60d9cdbabba741af5639bc2f2" + } + ] + }, + { + "version": "2.1.513", + "version-display": "2.1.513", + "runtime-version": "2.1.17", + "vs-version": "", + "vs-support": "Visual Studio 2017 (v15.9)", + "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/57f9cd18-9b8f-4a8e-8351-be2b99f916aa/bd11ada55334e5a2aec761de27d2014b/dotnet-sdk-2.1.513-linux-arm.tar.gz", + "hash": "aec4961ae0dba92a6d00db5610e8ea688f5a5feb1f3b852a3de59685606e47d2ad7fb035eb75189a074a95a9621eb6553870366d8801d0717ddf85ab1e2a3550" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/f5895a30-1e48-4efc-8706-c302928aa41c/7d0d6afcc387bb70215c1748e66aae87/dotnet-sdk-2.1.513-linux-arm64.tar.gz", + "hash": "11dd3c0eb12a616cfeeee75e31756dafb974349806b302ddd41fecf55d96813908ff417677092dd10fec9df8d58c9aeb229c43608d097456127449c7795b2290" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/7544f5cd-02d2-4771-a423-405bee6179d5/3d38dae240c37c592f54690b9e3df71b/dotnet-sdk-2.1.513-linux-musl-x64.tar.gz", + "hash": "02197de8e659c8d100c80c4c671726335cdae49f30f53e821b495f3b9529d2b6a48297e05bcb1a8e144d5583ad5cee40e3b52744eb8683da48347ae8ee3dd105" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/8b5ae78f-c243-4289-a69f-c89e0446e236/7f3121df09b121f4ff68a301c4e7c754/dotnet-sdk-2.1.513-linux-x64.tar.gz", + "hash": "2313c0e1f54ad911b948b68db7bd9529c799ae616cf269ea29f9d99735b58da434059bc4506d8fa7709b03fe9f5345b0fb7fd4b847b819d900f2a7acc2522ea8" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/f3d2ca2c-28ff-40a9-9010-609acc97478b/bb2dd02e4e400a58195ea6262810000d/dotnet-sdk-2.1.513-osx-x64.pkg", + "hash": "78e8cd4ad940cf2651f722c98d9551f2f5c9cffea0be3a8a5cf1e9105a8a9f418cccf67e232461c0652572139df7b4b291bf2a3cf76d9e709f0a2ea03dcf40e2" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/0236c348-ce1d-4f62-a93f-91477b85a805/36748f94c071a800a46c58eb6a1ef835/dotnet-sdk-2.1.513-osx-x64.tar.gz", + "hash": "827bfa44214b2c45a922ce1bae2e7d8cc7b75e9ce1e6494e24578cfd406458f34d0071f56f0a8354ea1957031b6435f936eb7454a1ffcfbc0de6371b73be89b4" + }, + { + "name": "dotnet-sdk-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/2b60f78c-c70c-4a44-99b3-cf1815aea56f/368a9fd593269ad4021eca6e4078548e/dotnet-sdk-2.1.513-rhel.6-x64.tar.gz", + "hash": "0ca6def62eb15e6a61843a55c53c0867c7bdc9115cb94851849ba397cd6efe67cd19f7d5b16c7a1be260b92d0ed82a12649ca41f70ab22274220c8fe875601ff" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/04625b40-1a59-4ddc-ada9-759e4756f3c4/282877c94233cd4f4932d1490d9a4460/dotnet-sdk-2.1.513-win-x64.exe", + "hash": "e066097545c05fd9c381527a28b3d8152865162553a2fc34b610130d7a9ed992b5952235629561a839592b1a982cd71989a7e830cb2c07c7781b5ac6e7e482dc" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/d97936f1-c90f-48ce-b02e-7d74efa80f5a/170e7aa8ba67a6014438302076ed778c/dotnet-sdk-2.1.513-win-x64.zip", + "hash": "6fbeb5ab3ae9cb279a0ea92202d74b177da5ebe0ce599e28664523f85a7acf673e2945cc2b27d6167f46765f0fc0aece91f6b13d004b24ceab5c6384a95f5240" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/1444bb33-479d-43b7-949a-0b69e9ee4ba9/86107542692885242ceadd02d72100dd/dotnet-sdk-2.1.513-win-x86.exe", + "hash": "4b088c3e492bfb5ea05829b02a9440284528a749cf34069e66263d267337d277ed34bf8baab4670270be5e023fbd8a9dbaa8da1c0939aec5722b5d0857612099" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/2c37816d-4e6e-4fe0-94c7-b921ec390abe/e3b4d7a26271fa90271b94b9b89023ff/dotnet-sdk-2.1.513-win-x86.zip", + "hash": "2975e8627c2ccb644d5fbb21fbad338a4e511dcb9290b957d599d73dd8785ee7bfffee62224400b1599fc5d5d7aca6c6eb0c2d63532b5babe52e8974284f924a" + } + ] + } + ], + "aspnetcore-runtime": { + "version": "2.1.17", + "version-display": "2.1.17", + "version-aspnetcoremodule": [ + "12.1.20052.17" + ], + "vs-version": "", + "files": [ + { + "name": "aspnetcore-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/1a3c3183-ea43-4060-9205-09151a6ab9d7/6f15f282afcd70fffd8b9e12de4cd8b9/aspnetcore-runtime-2.1.17-linux-arm.tar.gz", + "hash": "945a3de10e36f356acb6f6c84534e88ec49fcb6636e0351467aa1a449e79f4e3bf9fb1bfba7ed278fdd92d31c51ae6c638f0a7511fdbf42d29bd1f92903bd87b" + }, + { + "name": "aspnetcore-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/468f500f-70d8-495c-b1ef-7110ff8f2298/39c0f5c364fc2550d70e6c45d21178ef/aspnetcore-runtime-2.1.17-linux-musl-x64.tar.gz", + "hash": "6edb4648fd82d6efcca2383fe84effc3e8b145185f844c5afee3b59605b489b73cd41216112e3ee4638c2c5c59b7f8339f34294a9b844f3e1a193e2d30633a0d" + }, + { + "name": "aspnetcore-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/8074db1d-516d-44c9-abf5-5efe38752226/c809c044b639ce439d227c377dec2355/aspnetcore-runtime-2.1.17-linux-x64.tar.gz", + "hash": "92ac51b814357cf1e8050cdd3803a7efad2147b7f0a4a97ce2aee34fcd02ca0b1c97f9f47b57b3b798e047b1947ea522fdd698842a1c020dcc05f759093639f1" + }, + { + "name": "aspnetcore-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/a1df1dff-dceb-47ca-9dd5-f0e2bb44ca18/39bb8cfb345da8781d5242a985edf549/aspnetcore-runtime-2.1.17-osx-x64.tar.gz", + "hash": "6b226d56683526009f46d6db99504360b594e75952bc1a79a15d0dd862f6bf0445dad020594e519d078570dcb840f64bae8276f73854ac855cc9efe0276612c8" + }, + { + "name": "aspnetcore-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/68dbbf28-d2e1-4c08-b7ac-d990145da30d/d7ecd369a082efeff6eeb13b18c64c51/aspnetcore-runtime-2.1.17-win-x64.exe", + "hash": "4522fe10858074017caa0f5004b487f8a892ba4d580cc1e432c6ca5e569796172932b7a207231a468e66ec32bd5f81352cdbe5ce33d9dea1e4d0b10fba1802ee" + }, + { + "name": "aspnetcore-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/f7cbebdd-483d-49d5-a4e1-58daa4394cf0/432798505655e71306b0dc32303116ab/aspnetcore-runtime-2.1.17-win-x64.zip", + "hash": "4976639548bfaa2f7e265f8968e5e80d149cb5bcece11c4f24cb1337b2bd20eb75cf346efa24539878a4237a061eec3144a21f0e7946361cb21b0206c2b98626" + }, + { + "name": "aspnetcore-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/03cad191-be9a-479b-9818-7e6fd624c416/b223c16c8b0a410cb18075f1daa4361a/aspnetcore-runtime-2.1.17-win-x86.exe", + "hash": "988a1db1accf5658a16dcc156e17b0a9d5038c6fda1d5909b411ee2a94a53b45b3dee0d8a9987a9e1032295ab37c625ff1e0d17e6f89f3821f2811421e1e7678" + }, + { + "name": "aspnetcore-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/716779cc-a73c-435d-8bdb-51de7aa53dea/82dbf4805c74dd4282ad4072ba5b74be/aspnetcore-runtime-2.1.17-win-x86.zip", + "hash": "e70701375b4b9f117e866fd62bbe0513b653c9f12d812121077d6528308317afed4bccd071ad32ce2b8d534c1c33150ba84ef1666c701fee07a3f3d9ea222802" + }, + { + "name": "dotnet-hosting-win.exe", + "rid": "", + "url": "https://download.visualstudio.microsoft.com/download/pr/a431ea89-07d9-4533-9d72-fd246bd2efc7/5bbc08f02800c08b69bce56d03723f18/dotnet-hosting-2.1.17-win.exe", + "hash": "f9b205f24f9264b1b65e7d32706320a07be87ac4fc8c4d41ea861dea5c95dbd676b3bfb245dd904c6650ebee907884914e871644692dee761e830d80595ee9ec" + } + ] + } + }, { "release-date": "2020-02-18", "release-version": "2.1.16", diff --git a/release-notes/3.1/3.1.3/3.1.201-download.md b/release-notes/3.1/3.1.3/3.1.201-download.md new file mode 100644 index 00000000..fc9790c9 --- /dev/null +++ b/release-notes/3.1/3.1.3/3.1.201-download.md @@ -0,0 +1,175 @@ +# .NET Core 3.1.201 - March 24, 2020 + +This .NET Core SDK release includes the following released .NET Core and ASP.NET Core Runtimes. + +* .NET Core SDK 3.1.201 +* .NET Core Runtime 3.1.3 +* ASP.NET Core 3.1.3 + +See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md) for details about what is included in this update. + + +## Downloads + +| | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop 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] \| [ARM][dotnet-sdk-win-arm.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] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| 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]1 | - | +| Linux | [Snap Install][snap-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] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | +| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | +| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - | - | + +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. + +## Visual Studio Compatibility + +**Visual Studio compatibility:** .NET Core 3.1 requires Visual Studio 2019 16.4 or above to take full advantage of all its features. .NET Core 3.1 won't work properly in earlier versions of Visual Studio. See the following table to select the correct download. + +| OS | Development Environment | .NET Core SDK | +| :-- | :-- | :--: | +| Windows | Visual Studio 2019 version 16.4 | [3.1.103](3.1.3.md) | +| Windows | Visual Studio 2019 version 16.5 | [3.1.201](#downloads) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | + + +## 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://devblogs.microsoft.com/dotnet/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 distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions 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 --channel 3.1/stable –-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-3.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-3.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=$PATH:$HOME/dotnet +``` + +## .NET Core Runtime-only installation + +If only the .NET Core Runtime is needed, install `dotnet-runtime-3.1` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-3.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 systems. + +### Windows + +You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt: + +* [dotnet-hosting-3.1.3-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/3.1/3.1.3/3.1.201-sdk.md +[snap-install]: 3.1.3-install-instructions.md + +[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt +[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-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://devblogs.microsoft.com/dotnet/net-core-march-2020/ + + +[//]: # ( Runtime 3.1.3) +[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c11e9248-404f-4e5b-bd99-175079419d6f/83902a43e06f9fb4e45a4c6a6d5afc0b/dotnet-runtime-3.1.3-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/aec14e02-5c01-4447-b3f4-fa205b7c0603/7beea31e0c9faa20f5d692537cde54a5/dotnet-runtime-3.1.3-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/93de0067-b54a-4fbe-ad70-4aa3b2fa675c/50387419d478163c7ecdc82d9769fd64/dotnet-runtime-3.1.3-linux-musl-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1229b766-b66b-478e-b49d-59c46e21cad9/0e9a1cf3c56ef85c8fff20abc6db780c/dotnet-runtime-3.1.3-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c1d419e7-4312-4464-b272-27bee7676560/22e7bb584ff56f3089c85d98b21c0445/dotnet-runtime-3.1.3-linux-x64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/482ac70d-c70d-4ec7-86d7-6842d20ca428/f7abefda6b8f210e77a3d25bf0433352/dotnet-runtime-3.1.3-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6adeeaf9-e591-4a3c-bc34-9cf3b7c60f9b/75826932f66a9afb6f6e2115ded1355b/dotnet-runtime-3.1.3-osx-x64.tar.gz +[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/78ce7c46-80c4-49f5-9ac1-8a79a6ee694f/c4200e8f91358db114f5ae5cd09f5347/dotnet-runtime-3.1.3-rhel.6-x64.tar.gz +[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/5f7470b1-553c-4c8d-8ed7-9d16dad93407/9175abdac90de477bbd658db7c3fd2d3/dotnet-runtime-3.1.3-win-arm.zip +[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/945df1ae-989b-4909-9d40-6b93e34cfa94/91f6c347203ad24bed374bf692e3a379/dotnet-runtime-3.1.3-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f6387d06-5958-4935-ba28-183bb1f8ec7f/a9ccb4d10faec396135e6b967b7037da/dotnet-runtime-3.1.3-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9afebfd7-7719-4612-b15b-79b67b725b42/b93c5514f58eed2e66fc30d0e88aafcb/dotnet-runtime-3.1.3-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/19b0ea97-68b0-49e7-8d77-5d87f703f3d6/81d7c9b2fb74070fcaa0bf0e087c5486/dotnet-runtime-3.1.3-win-x86.zip + +[//]: # ( WindowsDesktop ) +[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/5954c748-86a1-4823-9e7d-d35f6039317a/169e82cbf6fdeb678c5558c5d0a83834/windowsdesktop-runtime-3.1.3-win-x64.exe +[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/7cd5c874-5d11-4e72-81f0-4a005d956708/0eb310169770c893407169fc3abaac4f/windowsdesktop-runtime-3.1.3-win-x86.exe + +[//]: # ( ASP 3.1.3) +[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b68cde83-05c7-4421-ad9a-3e6f2cc53824/876dbfc9b4521d3ca89a226c6438ffc1/aspnetcore-runtime-3.1.3-linux-arm.tar.gz +[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d5c6e9d7-25b9-47ac-9d67-35ac65211ad3/c8f4ccd0dc02ca8229ba43ecbe84294b/aspnetcore-runtime-3.1.3-linux-arm64.tar.gz +[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/53bc7d99-4ce8-4885-845d-19834a1bb3d7/26d4e527943258427809e107364ee237/aspnetcore-runtime-3.1.3-linux-musl-arm64.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cf913e5d-120b-4404-8b63-6dafb01ec1b1/14c903afa12dbca00ff1a2b11ef2c0ce/aspnetcore-runtime-3.1.3-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7faca87b-7526-4dcd-ae23-4559d2c51ce3/7db1f314c733191ea43e1757e3b2583d/aspnetcore-runtime-3.1.3-linux-x64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f2ad068a-1e52-4e46-baa9-8fc4d52bb797/ee2c76d98fc124cfd6214030529412bc/aspnetcore-runtime-3.1.3-osx-x64.tar.gz +[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/5df1edd1-4cf7-4b70-9f41-6196e655b53b/d5ce4462d55bcf74e3cf4fcc3984d4a5/aspnetcore-runtime-3.1.3-win-arm.zip +[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4b970ea4-cae6-4e36-a0a1-86a7efa9958e/0633df1e7f959795278c0c55afc2daa3/aspnetcore-runtime-3.1.3-win-x64.exe +[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/e47eda4e-2956-491a-a4c7-0ffa27b31be0/eb828ea191c5cc1c31be9f4dbbf32dec/aspnetcore-runtime-3.1.3-win-x64.zip +[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/afec5ced-6298-4e54-add1-1d2e02d950f9/3a8064ac78eaf651c0030e8a96d4bd83/aspnetcore-runtime-3.1.3-win-x86.exe +[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/8741b459-2cdd-4fe5-b602-5dca5879a5f6/edef22b74f4ad080562d8be833a00efc/aspnetcore-runtime-3.1.3-win-x86.zip +[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/ff658e5a-c017-4a63-9ffe-e53865963848/15875eef1f0b8e25974846e4a4518135/dotnet-hosting-3.1.3-win.exe + +[//]: # ( SDK 3.1.201 ) +[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ccbcbf70-9911-40b1-a8cf-e018a13e720e/03c0621c6510f9c6f4cca6951f2cc1a4/dotnet-sdk-3.1.201-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/98a2e556-bedd-46c8-b3fa-96a9f1eb9556/09f60d50e3cbba0aa16d48ceec9dcb0b/dotnet-sdk-3.1.201-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5f4e2183-6e50-4334-bdf7-3c2944c6d023/724b9946eaa705ee776fe3c1f68918f0/dotnet-sdk-3.1.201-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f65a8eb0-4537-4e69-8ff3-1a80a80d9341/cc0ca9ff8b9634f3d9780ec5915c1c66/dotnet-sdk-3.1.201-linux-x64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/905598d0-17a3-4b42-bf13-c5a69d7aac87/853aff73920dcb013c09a74f05da7f6a/dotnet-sdk-3.1.201-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0f566b2b-47e6-484d-91e5-96d2e48c0466/342c321a2a040b62e0ecf186c4ec9d12/dotnet-sdk-3.1.201-osx-x64.tar.gz +[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a411f02e-eae9-48f0-a026-d1b4d3fabd07/464e5524dbf492d7584b1ba666fa0881/dotnet-sdk-3.1.201-rhel.6-x64.tar.gz +[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/9c4903d0-7d0c-437c-9e1e-3d4224e0bc44/1a477ce80f9c00cf84bd5c0e58d3859c/dotnet-sdk-3.1.201-win-arm.zip +[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/56131147-65ea-47d6-a945-b0296c86e510/44b43b7cb27d55081e650b9a4188a419/dotnet-sdk-3.1.201-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/adeab8b1-1c44-41b2-b12a-156442f307e9/65ebf805366410c63edeb06e53959383/dotnet-sdk-3.1.201-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/c4e63d92-e9a4-4c45-a7f7-2e0cb8702e09/88c17c079c2c0da0af3a3545021a6cf3/dotnet-sdk-3.1.201-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/76cb2134-1826-4921-82f6-fb6bab2fc166/ed8ed477eb7518d30e964c4213b3f6b7/dotnet-sdk-3.1.201-win-x86.zip + + +[//]: # ( Symbols ) diff --git a/release-notes/3.1/3.1.3/3.1.3-install-instructions.md b/release-notes/3.1/3.1.3/3.1.3-install-instructions.md new file mode 100644 index 00000000..b01638d8 --- /dev/null +++ b/release-notes/3.1/3.1.3/3.1.3-install-instructions.md @@ -0,0 +1,97 @@ +# .NET Core 3.1.3 + +.NET Core 3.1.3 comprises: + +* .NET Core Runtime 3.1.3 +* ASP.NET Core 3.1.3 +* .NET Core SDK 3.1.103 + +See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md) for details about what is included in this update. + +## 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://devblogs.microsoft.com/dotnet/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 distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions 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 --channel 3.1/stable --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-3.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-3.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=$PATH:$HOME/dotnet +``` + +## .NET Core Runtime-only installation + +If only the .NET Core Runtime is needed, install `dotnet-runtime-3.1` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-3.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 systems. + +### Windows + +You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt: + +* [dotnet-hosting-3.1.3-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/3.1/3.1.3/3.1.3.md + +[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt +[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-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://devblogs.microsoft.com/dotnet/ + +[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/ff658e5a-c017-4a63-9ffe-e53865963848/15875eef1f0b8e25974846e4a4518135/dotnet-hosting-3.1.3-win.exe diff --git a/release-notes/3.1/3.1.3/3.1.3.md b/release-notes/3.1/3.1.3/3.1.3.md new file mode 100644 index 00000000..42264cd3 --- /dev/null +++ b/release-notes/3.1/3.1.3/3.1.3.md @@ -0,0 +1,136 @@ +# .NET Core 3.1.3 - March 24, 2020 + +[.NET Core 3.1.3](https://dotnet.microsoft.com/download/dotnet-core/3.1) is available for download and usage in your environment. This release includes .NET Core 3.1.3 and .NET Core SDK 3.1.103. + +* [Blog Roundup][dotnet-blog] +* [Downloads](https://dotnet.microsoft.com/download/dotnet-core/3.1) +* [Changes in this release](#changes-in-313) +* [Known issues](../3.1-known-issues.md) +* [Visual Studio Compatibility](#visual-studio-compatibility) + +The .NET Core SDK 3.1.103 includes .NET Core 3.1 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 3.1.103, the following command will show that you're running version `3.1.103` of the tools. + +`dotnet --version` + +Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments. + +## Downloads + +| | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop 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] \| [ARM][dotnet-sdk-win-arm.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] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| 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]1 | - | +| Linux | [Snap Install][snap-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] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | +| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | +| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - | - | + +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. + +## Visual Studio Compatibility + +**Visual Studio compatibility:** .NET Core 3.1 requires Visual Studio 2019 16.4 or above to take full advantage of all its features. .NET Core 3.1 won't work properly in earlier versions of Visual Studio. See the following table to select the correct download. + +| OS | Development Environment | .NET Core SDK | +| :-- | :-- | :--: | +| Windows | Visual Studio 2019 version 16.4 | [3.1.103](#downloads) | +| Windows | Visual Studio 2019 version 16.5 | [3.1.201](3.1.201-download.md) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | + +## 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 + +* [dotnet/core/runtime](https://hub.docker.com/_/microsoft-dotnet-core-runtime/) +* [dotnet/core/sdk](https://hub.docker.com/_/microsoft-dotnet-core-sdk/) +* [dotnet/core/samples](https://hub.docker.com/_/microsoft-dotnet-core-samples) +* [dotnet/aspnetcore](https://hub.docker.com/_/microsoft-dotnet-core-aspnet) + +### Azure App Services + +* .NET Core 3.1.3 is being deployed to Azure App Services and the deployment is expected to complete later in April 2020. + + +## Changes in 3.1.3 + +.NET Core 3.1.3 release carries only non-security fixes. + +* [CoreCLR](https://github.com/dotnet/coreclr/issues?utf8=%E2%9C%93&q=milestone%3A3.1.3+label%3Aservicing-approved) +* [CoreFX](https://github.com/dotnet/corefx/issues?utf8=%E2%9C%93&q=milestone%3A3.1.3+label%3Aservicing-approved) +* [ASP.NETCore](https://github.com/search?q=is%3Apr+label%3AServicing-approved+milestone%3A3.1.3+repo%3Adotnet%2Faspnetcore+repo%3Adotnet%2Fextensions+repo%3Adotnet%2Faspnetcore-tooling+repo%3Adotnet%2Fblazor+repo%3Adotnet%2Fefcore+repo%3Adotnet%2Fef6) +* [Core-Setup](https://github.com/dotnet/core-setup/issues?utf8=✓&q=milestone:3.1.3+label:servicing-approved) + +### macOS Notarization Change + Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://review.docs.microsoft.com/en-us/dotnet/core/install/macos-notarization-issues?branch=master). If you want to opt into using the AppHost, please use following: +``` + + true + +``` + +[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/3.1/3.1.3/3.1.3.md +[snap-install]: 3.1.3-install-instructions.md + +[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt +[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-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://devblogs.microsoft.com/dotnet/net-core-march-2020/ +[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ + + + +[//]: # ( Runtime 3.1.3) +[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c11e9248-404f-4e5b-bd99-175079419d6f/83902a43e06f9fb4e45a4c6a6d5afc0b/dotnet-runtime-3.1.3-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/aec14e02-5c01-4447-b3f4-fa205b7c0603/7beea31e0c9faa20f5d692537cde54a5/dotnet-runtime-3.1.3-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/93de0067-b54a-4fbe-ad70-4aa3b2fa675c/50387419d478163c7ecdc82d9769fd64/dotnet-runtime-3.1.3-linux-musl-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1229b766-b66b-478e-b49d-59c46e21cad9/0e9a1cf3c56ef85c8fff20abc6db780c/dotnet-runtime-3.1.3-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c1d419e7-4312-4464-b272-27bee7676560/22e7bb584ff56f3089c85d98b21c0445/dotnet-runtime-3.1.3-linux-x64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/482ac70d-c70d-4ec7-86d7-6842d20ca428/f7abefda6b8f210e77a3d25bf0433352/dotnet-runtime-3.1.3-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6adeeaf9-e591-4a3c-bc34-9cf3b7c60f9b/75826932f66a9afb6f6e2115ded1355b/dotnet-runtime-3.1.3-osx-x64.tar.gz +[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/78ce7c46-80c4-49f5-9ac1-8a79a6ee694f/c4200e8f91358db114f5ae5cd09f5347/dotnet-runtime-3.1.3-rhel.6-x64.tar.gz +[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/5f7470b1-553c-4c8d-8ed7-9d16dad93407/9175abdac90de477bbd658db7c3fd2d3/dotnet-runtime-3.1.3-win-arm.zip +[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/945df1ae-989b-4909-9d40-6b93e34cfa94/91f6c347203ad24bed374bf692e3a379/dotnet-runtime-3.1.3-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f6387d06-5958-4935-ba28-183bb1f8ec7f/a9ccb4d10faec396135e6b967b7037da/dotnet-runtime-3.1.3-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9afebfd7-7719-4612-b15b-79b67b725b42/b93c5514f58eed2e66fc30d0e88aafcb/dotnet-runtime-3.1.3-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/19b0ea97-68b0-49e7-8d77-5d87f703f3d6/81d7c9b2fb74070fcaa0bf0e087c5486/dotnet-runtime-3.1.3-win-x86.zip + +[//]: # ( WindowsDesktop ) +[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/5954c748-86a1-4823-9e7d-d35f6039317a/169e82cbf6fdeb678c5558c5d0a83834/windowsdesktop-runtime-3.1.3-win-x64.exe +[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/7cd5c874-5d11-4e72-81f0-4a005d956708/0eb310169770c893407169fc3abaac4f/windowsdesktop-runtime-3.1.3-win-x86.exe + +[//]: # ( ASP 3.1.3) +[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b68cde83-05c7-4421-ad9a-3e6f2cc53824/876dbfc9b4521d3ca89a226c6438ffc1/aspnetcore-runtime-3.1.3-linux-arm.tar.gz +[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d5c6e9d7-25b9-47ac-9d67-35ac65211ad3/c8f4ccd0dc02ca8229ba43ecbe84294b/aspnetcore-runtime-3.1.3-linux-arm64.tar.gz +[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/53bc7d99-4ce8-4885-845d-19834a1bb3d7/26d4e527943258427809e107364ee237/aspnetcore-runtime-3.1.3-linux-musl-arm64.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cf913e5d-120b-4404-8b63-6dafb01ec1b1/14c903afa12dbca00ff1a2b11ef2c0ce/aspnetcore-runtime-3.1.3-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7faca87b-7526-4dcd-ae23-4559d2c51ce3/7db1f314c733191ea43e1757e3b2583d/aspnetcore-runtime-3.1.3-linux-x64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f2ad068a-1e52-4e46-baa9-8fc4d52bb797/ee2c76d98fc124cfd6214030529412bc/aspnetcore-runtime-3.1.3-osx-x64.tar.gz +[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/5df1edd1-4cf7-4b70-9f41-6196e655b53b/d5ce4462d55bcf74e3cf4fcc3984d4a5/aspnetcore-runtime-3.1.3-win-arm.zip +[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4b970ea4-cae6-4e36-a0a1-86a7efa9958e/0633df1e7f959795278c0c55afc2daa3/aspnetcore-runtime-3.1.3-win-x64.exe +[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/e47eda4e-2956-491a-a4c7-0ffa27b31be0/eb828ea191c5cc1c31be9f4dbbf32dec/aspnetcore-runtime-3.1.3-win-x64.zip +[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/afec5ced-6298-4e54-add1-1d2e02d950f9/3a8064ac78eaf651c0030e8a96d4bd83/aspnetcore-runtime-3.1.3-win-x86.exe +[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/8741b459-2cdd-4fe5-b602-5dca5879a5f6/edef22b74f4ad080562d8be833a00efc/aspnetcore-runtime-3.1.3-win-x86.zip +[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/ff658e5a-c017-4a63-9ffe-e53865963848/15875eef1f0b8e25974846e4a4518135/dotnet-hosting-3.1.3-win.exe + +[//]: # ( SDK 3.1.103 ) +[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7eb8b77b-e7e9-44ea-8a4e-e560ef639958/ee3565807f13ea0cf62e7a6bd8a58221/dotnet-sdk-3.1.103-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2231ea64-1835-4e2f-bcff-f611bd803786/3e492dc64e6c3e6ca977e1e2abace10a/dotnet-sdk-3.1.103-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/96f425ef-7b6e-4bfc-87f5-c2fd9516e878/ed017cdd38dd233fec13dd0567417d39/dotnet-sdk-3.1.103-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4acde034-669e-4d98-86ac-6214ebb36ff9/7e3cf7e4c323840c49ad7c3e4e2c7755/dotnet-sdk-3.1.103-linux-x64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/d200c4ea-dc59-43d7-80f4-04d277c3c60b/ecf4c1b9c84f1ee887afbdf02ea60c3f/dotnet-sdk-3.1.103-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/22dff1c7-ed29-4b69-8191-18563bfed550/441fb1596f0be0582d417a3af6604855/dotnet-sdk-3.1.103-osx-x64.tar.gz +[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e59d0df5-a4d2-4726-9f4d-3d301c377441/c8592b2dc1b2ec9d2d05d1fd2814e9e8/dotnet-sdk-3.1.103-rhel.6-x64.tar.gz +[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/263590b0-667b-4e22-8c84-88af71296092/8390c4375fbfe49b09daf85aeed9fcda/dotnet-sdk-3.1.103-win-arm.zip +[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/2e20b6fb-d05b-4dbc-bda1-5be5cba9e759/32bbf60d86a169acd5864b856e977ede/dotnet-sdk-3.1.103-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/d880d085-20e5-4216-96b2-78d06252ce89/82c04dd312a40541d1311028a97e5cc1/dotnet-sdk-3.1.103-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/44a6238f-4e36-4aba-885f-18052df89b7f/07750e35430fe24b13811ba3350b6e7f/dotnet-sdk-3.1.103-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/9e845978-0626-4b95-937b-4ee0f1d3c5a8/977226d5e43baaf88c8d85a981b40c58/dotnet-sdk-3.1.103-win-x86.zip + +[//]: # ( Symbols ) diff --git a/release-notes/3.1/releases.json b/release-notes/3.1/releases.json index 8596b141..7e7a6679 100644 --- a/release-notes/3.1/releases.json +++ b/release-notes/3.1/releases.json @@ -1,13 +1,438 @@ { "channel-version": "3.1", - "latest-release": "3.1.2", - "latest-release-date": "2020-03-16", - "latest-runtime": "3.1.2", - "latest-sdk": "3.1.200", + "latest-release": "3.1.3", + "latest-release-date": "2020-03-24", + "latest-runtime": "3.1.3", + "latest-sdk": "3.1.201", "support-phase": "lts", "eol-date": "2022-12-03", "lifecycle-policy": "https://www.microsoft.com/net/support/policy", "releases": [ + { + + "release-date": "2020-03-24", + "release-version": "3.1.3", + "security": false, + "release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.3/3.1.3.md", + "runtime": { + "version": "3.1.3", + "version-display": "3.1.3", + "vs-version": "", + "files": [ + { + "name": "dotnet-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/c11e9248-404f-4e5b-bd99-175079419d6f/83902a43e06f9fb4e45a4c6a6d5afc0b/dotnet-runtime-3.1.3-linux-arm.tar.gz", + "hash": "982b05f95c2f5e4b8656a04839a6a18faaa423c7c14f0a41652c6d4eafa1edefdb06c9128490a4902ce672ab00a293fe62d9b85155f2f41986ed367de6c6e889" + }, + { + "name": "dotnet-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/aec14e02-5c01-4447-b3f4-fa205b7c0603/7beea31e0c9faa20f5d692537cde54a5/dotnet-runtime-3.1.3-linux-arm64.tar.gz", + "hash": "e0c1d7f3dd33c02b52edf900c1c5eee9a221bb2a9170e4a88964ace853b7490ebdd10bb0933a9bd95b2ca0da7d5735a99d87c8554f4fe7dfeab5fd681dc96635" + }, + { + "name": "dotnet-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/93de0067-b54a-4fbe-ad70-4aa3b2fa675c/50387419d478163c7ecdc82d9769fd64/dotnet-runtime-3.1.3-linux-musl-arm64.tar.gz", + "hash": "fa749e49a8bfbf3bfdfa00ca51663960ad8712c177c6dd20b446e64ded92018cd4599af60a106e34e72c33d9f99e2c083e522edb56019c93645c6331630ef268" + }, + { + "name": "dotnet-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/1229b766-b66b-478e-b49d-59c46e21cad9/0e9a1cf3c56ef85c8fff20abc6db780c/dotnet-runtime-3.1.3-linux-musl-x64.tar.gz", + "hash": "ce8bef0f11c552d18727d39ae5c8751cba8de70b0bb1958afa6a7f2cf7c4c1bff94a7e216c48c3c3f72f756bfcf8d5c9e5d07f90cf91263a68c5914658ae6767" + }, + { + "name": "dotnet-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/c1d419e7-4312-4464-b272-27bee7676560/22e7bb584ff56f3089c85d98b21c0445/dotnet-runtime-3.1.3-linux-x64.tar.gz", + "hash": "e3f6f9b81bc3828b60f7da5a5c341373dc17f971f1de3f2714adcca180a630a60d4b681166fe78434d8b2ce023d2d08eff4f1935ec664130b7f856fa8e1cac2b" + }, + { + "name": "dotnet-runtime-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/482ac70d-c70d-4ec7-86d7-6842d20ca428/f7abefda6b8f210e77a3d25bf0433352/dotnet-runtime-3.1.3-osx-x64.pkg", + "hash": "7d51e9a844037eb4f0eb0bfcae5818f4b2e6f18b031fe167c9fd275ceb655537fafd85f6e5360574cdbc6ca107c9b4ba10a9553605ec65eda88338959a00c974" + }, + { + "name": "dotnet-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/6adeeaf9-e591-4a3c-bc34-9cf3b7c60f9b/75826932f66a9afb6f6e2115ded1355b/dotnet-runtime-3.1.3-osx-x64.tar.gz", + "hash": "f6c50649cea1f168c573525e3fa95d94c9d263bb8d72a9dd5ba83cef6a6e2a9c5d516bb8e267a465ac84593da96283094e7e3e6533ec962b93f7300cab00514c" + }, + { + "name": "dotnet-runtime-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/78ce7c46-80c4-49f5-9ac1-8a79a6ee694f/c4200e8f91358db114f5ae5cd09f5347/dotnet-runtime-3.1.3-rhel.6-x64.tar.gz", + "hash": "d56f2db667ac414f434252ac57e83f052ff4b103629eaf8d5430463d7d3622f41a4336ef667b5dffa08ca549b268a56c8b3f65ab650eb46728782dafd4e30ff1" + }, + { + "name": "dotnet-runtime-win-arm.zip", + "rid": "win-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/5f7470b1-553c-4c8d-8ed7-9d16dad93407/9175abdac90de477bbd658db7c3fd2d3/dotnet-runtime-3.1.3-win-arm.zip", + "hash": "d22b1df89bc93c3df807d0d782192f9c1e41dbcbd2d206b94652e6b0a990b4faa57b829c7fa78c456ce76cd495463a87bcee451e90bd8e76bbce7f3335cac52f" + }, + { + "name": "dotnet-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/945df1ae-989b-4909-9d40-6b93e34cfa94/91f6c347203ad24bed374bf692e3a379/dotnet-runtime-3.1.3-win-x64.exe", + "hash": "b254dee8985281858f441ee3d146290b5734ebba9209d70d0a0fb8a14555e24c6246ed141805fa28935a51c1a5af58b38f4aad80c589798624eec26798494775" + }, + { + "name": "dotnet-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/f6387d06-5958-4935-ba28-183bb1f8ec7f/a9ccb4d10faec396135e6b967b7037da/dotnet-runtime-3.1.3-win-x64.zip", + "hash": "62a18838664afd6f08cdb9a90a96a67626743aab1f0de0065eadfd7d1df31681c90f96744ccb5b7e40834c9e3c4952125c8c83625867c500692050cdd113ff50" + }, + { + "name": "dotnet-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/9afebfd7-7719-4612-b15b-79b67b725b42/b93c5514f58eed2e66fc30d0e88aafcb/dotnet-runtime-3.1.3-win-x86.exe", + "hash": "5ab0211c5574d8649c564bc66b1de15570da2bdf4242e5fcde23a89094f5d1a8ea1f1feb1ba70605ed183edf4c2d5d6c5fcdcc9e97348d5662a35b4ca6cd3940" + }, + { + "name": "dotnet-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/19b0ea97-68b0-49e7-8d77-5d87f703f3d6/81d7c9b2fb74070fcaa0bf0e087c5486/dotnet-runtime-3.1.3-win-x86.zip", + "hash": "caae5284d56a94139019aac2e363be1ec3d2db2d3992c5a217c6b33806b40e603bfa47f5af11f1801a2dac1486f0da0294174a79c43cfcdbf28eb752ce03ffe2" + } + ] + }, + "sdk": { + "version": "3.1.201", + "version-display": "3.1.201", + "runtime-version": "3.1.3", + "vs-version": "", + "vs-support": "Visual Studio 2019 (v16.5)", + "csharp-version": "8.0", + "fsharp-version": "4.7", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/ccbcbf70-9911-40b1-a8cf-e018a13e720e/03c0621c6510f9c6f4cca6951f2cc1a4/dotnet-sdk-3.1.201-linux-arm.tar.gz", + "hash": "f37d0e55c9f593c6951bea5a6bb1ea3194486956efe08a2a0f266b419d912cdcbf4ac279358976f0bfa1fe560c333ca5d5437f8e8c718bb5963991e4395e0cd7" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/98a2e556-bedd-46c8-b3fa-96a9f1eb9556/09f60d50e3cbba0aa16d48ceec9dcb0b/dotnet-sdk-3.1.201-linux-arm64.tar.gz", + "hash": "2f4f6b7ae55802b0beaf5d62bcb64f23ce132c9e08d8ce0f0af8d9b0b1b2c2629b1d4e805e83f831575c9968a86d1495dfa5292d2592af0cd1ae4a385daf42e7" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/5f4e2183-6e50-4334-bdf7-3c2944c6d023/724b9946eaa705ee776fe3c1f68918f0/dotnet-sdk-3.1.201-linux-musl-x64.tar.gz", + "hash": "9a8f14be881cacb29452300f39ee66f24e253e2df947f388ad2157114cd3f44eeeb88fae4e3dd1f9687ce47f27d43f2805f9f54694b8523dc9f998b59ae79996" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/f65a8eb0-4537-4e69-8ff3-1a80a80d9341/cc0ca9ff8b9634f3d9780ec5915c1c66/dotnet-sdk-3.1.201-linux-x64.tar.gz", + "hash": "934bf29734776331691a4724f2174c4e9d2d1dde160f18397fd01abf0f96f2ec1bdd2874db9f0e25dce6993d527ea9c19031a0e67383fd813dcfcb9552ea0c70" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/905598d0-17a3-4b42-bf13-c5a69d7aac87/853aff73920dcb013c09a74f05da7f6a/dotnet-sdk-3.1.201-osx-x64.pkg", + "hash": "9247576bb5a3387b10b9389c49eee505fc4d5d5ba5861d94dcc69b950c13ef89035b7b3bf83eb532bd12c2f9328da35e99b07632c4529dc24ba4dba6147d12ab" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/0f566b2b-47e6-484d-91e5-96d2e48c0466/342c321a2a040b62e0ecf186c4ec9d12/dotnet-sdk-3.1.201-osx-x64.tar.gz", + "hash": "1af1da3ecc4a7f58f7090c88c0a2b5ec4ddf8fc7e4bba295fa9be263634adfee4ad2e7ff3932c8631576d67cb7ed2580d28a48b5f8741943b393104f54c14542" + }, + { + "name": "dotnet-sdk-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/a411f02e-eae9-48f0-a026-d1b4d3fabd07/464e5524dbf492d7584b1ba666fa0881/dotnet-sdk-3.1.201-rhel.6-x64.tar.gz", + "hash": "9124036fe14c32a855236f83a36931962419bb8241c72b0e212bdf16dd4e60cfb4ed94752f7b0551a0eb7a3a848950f65f7cb85c87b616674d72e3339b0bc327" + }, + { + "name": "dotnet-sdk-win-arm.zip", + "rid": "win-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/9c4903d0-7d0c-437c-9e1e-3d4224e0bc44/1a477ce80f9c00cf84bd5c0e58d3859c/dotnet-sdk-3.1.201-win-arm.zip", + "hash": "ac844dd463375c0baae5a728ed04e00027b599dfde69b5e7d21b9de0471e82f584ecebeba78abc57e816194ebf8893297c700b0a0fd95cfdb505a527ee6fbb43" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/56131147-65ea-47d6-a945-b0296c86e510/44b43b7cb27d55081e650b9a4188a419/dotnet-sdk-3.1.201-win-x64.exe", + "hash": "893dc5f04f58f23b8b84ede4f7a4e9510de5cef277f28b768ca8bed05be024445e07029a79aec0ade3fd3741f1fd9f9b90c65ee992ba3d6238ac5649c9c8ce35" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/adeab8b1-1c44-41b2-b12a-156442f307e9/65ebf805366410c63edeb06e53959383/dotnet-sdk-3.1.201-win-x64.zip", + "hash": "89936531faf24686fb5add6f6771b78df92fab6786398a692ae5930d812322b545199e3c9eec11994233887734a61943c74943f9ba4e491106a0ff794a0ce2a5" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/c4e63d92-e9a4-4c45-a7f7-2e0cb8702e09/88c17c079c2c0da0af3a3545021a6cf3/dotnet-sdk-3.1.201-win-x86.exe", + "hash": "3fe714903d42a3bdff13a9151e5f2b5e4d5c6b254d59401e42dccb22fd085cb78d9dd477d2e236b14d5285a866f3140bbaa419b52f859d4c59800c4e47ca2906" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/76cb2134-1826-4921-82f6-fb6bab2fc166/ed8ed477eb7518d30e964c4213b3f6b7/dotnet-sdk-3.1.201-win-x86.zip", + "hash": "48aa1afaf7a52effb367bbb14a66e2c3bf8da468025795daf0fa0d18e3b9650ba3bd23800c9965a4d4ec1d891afecbce51b2487730f1b0d6040ee7cb73a15ec6" + } + ] + }, + "sdks": [ + { + "version": "3.1.201", + "version-display": "3.1.201", + "runtime-version": "3.1.3", + "vs-version": "", + "vs-support": "Visual Studio 2019 (v16.5)", + "csharp-version": "8.0", + "fsharp-version": "4.7", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/ccbcbf70-9911-40b1-a8cf-e018a13e720e/03c0621c6510f9c6f4cca6951f2cc1a4/dotnet-sdk-3.1.201-linux-arm.tar.gz", + "hash": "f37d0e55c9f593c6951bea5a6bb1ea3194486956efe08a2a0f266b419d912cdcbf4ac279358976f0bfa1fe560c333ca5d5437f8e8c718bb5963991e4395e0cd7" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/98a2e556-bedd-46c8-b3fa-96a9f1eb9556/09f60d50e3cbba0aa16d48ceec9dcb0b/dotnet-sdk-3.1.201-linux-arm64.tar.gz", + "hash": "2f4f6b7ae55802b0beaf5d62bcb64f23ce132c9e08d8ce0f0af8d9b0b1b2c2629b1d4e805e83f831575c9968a86d1495dfa5292d2592af0cd1ae4a385daf42e7" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/5f4e2183-6e50-4334-bdf7-3c2944c6d023/724b9946eaa705ee776fe3c1f68918f0/dotnet-sdk-3.1.201-linux-musl-x64.tar.gz", + "hash": "9a8f14be881cacb29452300f39ee66f24e253e2df947f388ad2157114cd3f44eeeb88fae4e3dd1f9687ce47f27d43f2805f9f54694b8523dc9f998b59ae79996" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/f65a8eb0-4537-4e69-8ff3-1a80a80d9341/cc0ca9ff8b9634f3d9780ec5915c1c66/dotnet-sdk-3.1.201-linux-x64.tar.gz", + "hash": "934bf29734776331691a4724f2174c4e9d2d1dde160f18397fd01abf0f96f2ec1bdd2874db9f0e25dce6993d527ea9c19031a0e67383fd813dcfcb9552ea0c70" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/905598d0-17a3-4b42-bf13-c5a69d7aac87/853aff73920dcb013c09a74f05da7f6a/dotnet-sdk-3.1.201-osx-x64.pkg", + "hash": "9247576bb5a3387b10b9389c49eee505fc4d5d5ba5861d94dcc69b950c13ef89035b7b3bf83eb532bd12c2f9328da35e99b07632c4529dc24ba4dba6147d12ab" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/0f566b2b-47e6-484d-91e5-96d2e48c0466/342c321a2a040b62e0ecf186c4ec9d12/dotnet-sdk-3.1.201-osx-x64.tar.gz", + "hash": "1af1da3ecc4a7f58f7090c88c0a2b5ec4ddf8fc7e4bba295fa9be263634adfee4ad2e7ff3932c8631576d67cb7ed2580d28a48b5f8741943b393104f54c14542" + }, + { + "name": "dotnet-sdk-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/a411f02e-eae9-48f0-a026-d1b4d3fabd07/464e5524dbf492d7584b1ba666fa0881/dotnet-sdk-3.1.201-rhel.6-x64.tar.gz", + "hash": "9124036fe14c32a855236f83a36931962419bb8241c72b0e212bdf16dd4e60cfb4ed94752f7b0551a0eb7a3a848950f65f7cb85c87b616674d72e3339b0bc327" + }, + { + "name": "dotnet-sdk-win-arm.zip", + "rid": "win-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/9c4903d0-7d0c-437c-9e1e-3d4224e0bc44/1a477ce80f9c00cf84bd5c0e58d3859c/dotnet-sdk-3.1.201-win-arm.zip", + "hash": "ac844dd463375c0baae5a728ed04e00027b599dfde69b5e7d21b9de0471e82f584ecebeba78abc57e816194ebf8893297c700b0a0fd95cfdb505a527ee6fbb43" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/56131147-65ea-47d6-a945-b0296c86e510/44b43b7cb27d55081e650b9a4188a419/dotnet-sdk-3.1.201-win-x64.exe", + "hash": "893dc5f04f58f23b8b84ede4f7a4e9510de5cef277f28b768ca8bed05be024445e07029a79aec0ade3fd3741f1fd9f9b90c65ee992ba3d6238ac5649c9c8ce35" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/adeab8b1-1c44-41b2-b12a-156442f307e9/65ebf805366410c63edeb06e53959383/dotnet-sdk-3.1.201-win-x64.zip", + "hash": "89936531faf24686fb5add6f6771b78df92fab6786398a692ae5930d812322b545199e3c9eec11994233887734a61943c74943f9ba4e491106a0ff794a0ce2a5" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/c4e63d92-e9a4-4c45-a7f7-2e0cb8702e09/88c17c079c2c0da0af3a3545021a6cf3/dotnet-sdk-3.1.201-win-x86.exe", + "hash": "3fe714903d42a3bdff13a9151e5f2b5e4d5c6b254d59401e42dccb22fd085cb78d9dd477d2e236b14d5285a866f3140bbaa419b52f859d4c59800c4e47ca2906" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/76cb2134-1826-4921-82f6-fb6bab2fc166/ed8ed477eb7518d30e964c4213b3f6b7/dotnet-sdk-3.1.201-win-x86.zip", + "hash": "48aa1afaf7a52effb367bbb14a66e2c3bf8da468025795daf0fa0d18e3b9650ba3bd23800c9965a4d4ec1d891afecbce51b2487730f1b0d6040ee7cb73a15ec6" + } + ] + }, + { + "version": "3.1.103", + "version-display": "3.1.103", + "runtime-version": "3.1.3", + "vs-version": "", + "vs-support": "Visual Studio 2019 (v16.4)", + "csharp-version": "8.0", + "fsharp-version": "4.7", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/7eb8b77b-e7e9-44ea-8a4e-e560ef639958/ee3565807f13ea0cf62e7a6bd8a58221/dotnet-sdk-3.1.103-linux-arm.tar.gz", + "hash": "7b646a0e62b781f658862f3e6e2ada2e3ce5a3529b835d8c7fc1931c1b6654de89a152a7a033a3dc23352880684bd149bd4f6fda180a6da66d860ac25b578174" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/2231ea64-1835-4e2f-bcff-f611bd803786/3e492dc64e6c3e6ca977e1e2abace10a/dotnet-sdk-3.1.103-linux-arm64.tar.gz", + "hash": "f146fb6678262fa9214f02a0567a2bde2b2e56511fc9c2953b64aa4cfef11d9ef9a834324f21c64a497bdf347435db644eae999bc102c328bfbc1aaac062f24d" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/96f425ef-7b6e-4bfc-87f5-c2fd9516e878/ed017cdd38dd233fec13dd0567417d39/dotnet-sdk-3.1.103-linux-musl-x64.tar.gz", + "hash": "fd9d0a84432725e4f1f39fbfd93933a31b0cf216184d4e558ba6ffa92d254079e3da9a688a6080dd5c360ed6fc2edf4f170939c5119b9b4f9f9ce120fd4ac535" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/4acde034-669e-4d98-86ac-6214ebb36ff9/7e3cf7e4c323840c49ad7c3e4e2c7755/dotnet-sdk-3.1.103-linux-x64.tar.gz", + "hash": "c0e0182fbe7c4f0c777951e05c149f8cd5abf4f519a7ab3081fb8f6aef00a0824a03d34fd52ec2f6dcdd7f73da5f0c22ede7819c2ed8f611970e0889615aa5ab" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/d200c4ea-dc59-43d7-80f4-04d277c3c60b/ecf4c1b9c84f1ee887afbdf02ea60c3f/dotnet-sdk-3.1.103-osx-x64.pkg", + "hash": "9638055009c95d8c8d02e6cbb65fadac9e251c5f4ebcf664706481b63d4ed8921b66a0622077ef3da47470567cdcbd52e64a873e2c361f94ab5c75b6a8f1feeb" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/22dff1c7-ed29-4b69-8191-18563bfed550/441fb1596f0be0582d417a3af6604855/dotnet-sdk-3.1.103-osx-x64.tar.gz", + "hash": "a97d11173890b7b22c19f5dc6e169815ee331e2b9f05d9857925f56e8cba6b32117359ab16b195330d7c77eed675b8cc0d576ac131ee958d5eb183860249d276" + }, + { + "name": "dotnet-sdk-rhel.6-x64.tar.gz", + "rid": "rhel.6-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/e59d0df5-a4d2-4726-9f4d-3d301c377441/c8592b2dc1b2ec9d2d05d1fd2814e9e8/dotnet-sdk-3.1.103-rhel.6-x64.tar.gz", + "hash": "9e9c242da1f77ee46d89a8ea4e7912f8ed41a866ed40280c622b3515f46250b48db4b65cd652a0378e9a8dcf7f6bbb8f9877e2bf5b1deab3f3996f2e4eeb3df1" + }, + { + "name": "dotnet-sdk-win-arm.zip", + "rid": "win-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/263590b0-667b-4e22-8c84-88af71296092/8390c4375fbfe49b09daf85aeed9fcda/dotnet-sdk-3.1.103-win-arm.zip", + "hash": "1498e5889b109004303e2086fb338fb4440e218b25d82f84c918fa73b9dbdd81d12e97b525de858f275d608079bc6def64fb761b53190446d17b8fa8b1f98bba" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/2e20b6fb-d05b-4dbc-bda1-5be5cba9e759/32bbf60d86a169acd5864b856e977ede/dotnet-sdk-3.1.103-win-x64.exe", + "hash": "b99799b76d5f091f4bf3f1bdad1d377235da8c660f7b90b0e922f9e615ce9e872b00762ed281c6edc1c2a419e8df74d7cc55fb43f4a1b6554d8c8487b77dd317" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/d880d085-20e5-4216-96b2-78d06252ce89/82c04dd312a40541d1311028a97e5cc1/dotnet-sdk-3.1.103-win-x64.zip", + "hash": "77ea14ef44640929703d8412b938d64273764e2308cb30dd1e6cfba9aa2165751d9e9960849ae92ad7b865897a913406e6c81575b4f500802db914593260206b" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/44a6238f-4e36-4aba-885f-18052df89b7f/07750e35430fe24b13811ba3350b6e7f/dotnet-sdk-3.1.103-win-x86.exe", + "hash": "8aa288f0725247a6de4fbd978d183405583a6497524e4a5bce720db3a3be7742df8a162bb44adf544828567148701c9fb03784aadcc745b4f66141d4428e88be" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/9e845978-0626-4b95-937b-4ee0f1d3c5a8/977226d5e43baaf88c8d85a981b40c58/dotnet-sdk-3.1.103-win-x86.zip", + "hash": "7ff2cd943ffc6a3b60b988130362fb134d909cc544174e137e87a45d7356f4346854314bfe40fa60e36cc3d20076d72ae22abdad23aee001a19054d4fc0316bc" + } + ] + } + ], + "aspnetcore-runtime": { + "version": "3.1.3", + "version-display": "3.1.3", + "version-aspnetcoremodule": [ + "13.1.20074.3" + ], + "vs-version": "", + "files": [ + { + "name": "aspnetcore-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/b68cde83-05c7-4421-ad9a-3e6f2cc53824/876dbfc9b4521d3ca89a226c6438ffc1/aspnetcore-runtime-3.1.3-linux-arm.tar.gz", + "hash": "f45cce0406d8143a3c428a06f4a8c9aebb967615d5baa5d984b43dccb12fbeeb5b3d40eef2f6df815b9f78906d1ed631fd12ca2b731bae5286910d31dd256574" + }, + { + "name": "aspnetcore-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/d5c6e9d7-25b9-47ac-9d67-35ac65211ad3/c8f4ccd0dc02ca8229ba43ecbe84294b/aspnetcore-runtime-3.1.3-linux-arm64.tar.gz", + "hash": "1675fc5c801b0655e752aa91c132d6e4103f00ecc9b7f18fde378812d323462dbcf74f3d48ab63f863197b7aee33726286a37c3c5ed360f75278dc9ca677f035" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://download.visualstudio.microsoft.com/download/pr/53bc7d99-4ce8-4885-845d-19834a1bb3d7/26d4e527943258427809e107364ee237/aspnetcore-runtime-3.1.3-linux-musl-arm64.tar.gz", + "hash": "92487acfd69b4a0bb001e3ef47cf624b8090a7f72a6b9264739b54998f582611447a3504ae7bc61917a49c5ccd5826547724c40b1dfd9b7ec84c258715a28dfd" + }, + { + "name": "aspnetcore-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/cf913e5d-120b-4404-8b63-6dafb01ec1b1/14c903afa12dbca00ff1a2b11ef2c0ce/aspnetcore-runtime-3.1.3-linux-musl-x64.tar.gz", + "hash": "918bf1f2cd216d4bf337eb0e528d05c56c71e75f5452d8ad08f1ae53c9434a570f7608392872f1a2a55486b00b4d59216a5f7c081f332c707baba0c86e54efd9" + }, + { + "name": "aspnetcore-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/7faca87b-7526-4dcd-ae23-4559d2c51ce3/7db1f314c733191ea43e1757e3b2583d/aspnetcore-runtime-3.1.3-linux-x64.tar.gz", + "hash": "ced0b7c9faaf250fbee2c850e8941d47a17da06fa8e576d57063fa4bbc6c8435de6ab488b683d4a692cd622e24d9592f11608a1b358074167cf0b76024815611" + }, + { + "name": "aspnetcore-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/f2ad068a-1e52-4e46-baa9-8fc4d52bb797/ee2c76d98fc124cfd6214030529412bc/aspnetcore-runtime-3.1.3-osx-x64.tar.gz", + "hash": "1af95cce32907af1b7fc7d44804bc2062a79519deb2f17011fbcd0f1f298188ce36f7ca5d517e847aadd6aea89761232ee7c619adf117a726163bbe1259e7756" + }, + { + "name": "aspnetcore-runtime-win-arm.zip", + "rid": "win-arm", + "url": "https://download.visualstudio.microsoft.com/download/pr/5df1edd1-4cf7-4b70-9f41-6196e655b53b/d5ce4462d55bcf74e3cf4fcc3984d4a5/aspnetcore-runtime-3.1.3-win-arm.zip", + "hash": "ebf36eca1a19a6461205a73ec0a3e8e09e805a830edb54a6421615b5e17ef499f143fdb909cf2e3e34f53db9623d4641248457432bf97d8b370c44c454161278" + }, + { + "name": "aspnetcore-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/4b970ea4-cae6-4e36-a0a1-86a7efa9958e/0633df1e7f959795278c0c55afc2daa3/aspnetcore-runtime-3.1.3-win-x64.exe", + "hash": "52d6d981194cca914e07f93aea7038b9ec1368368d8373348e46388692cb3ad0def98253f94148b5ae76c66ad8874383c64f620d17ac3f964fe56817dc956650" + }, + { + "name": "aspnetcore-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://download.visualstudio.microsoft.com/download/pr/e47eda4e-2956-491a-a4c7-0ffa27b31be0/eb828ea191c5cc1c31be9f4dbbf32dec/aspnetcore-runtime-3.1.3-win-x64.zip", + "hash": "6d8a21a7420db9091fc05613ef0a923c7b86cc995360c9f0133d632020e042db0efac0343ee6516a28feb2c1dd004b33b74bfdcc1a687efdefa9db1a486c1ca2" + }, + { + "name": "aspnetcore-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/afec5ced-6298-4e54-add1-1d2e02d950f9/3a8064ac78eaf651c0030e8a96d4bd83/aspnetcore-runtime-3.1.3-win-x86.exe", + "hash": "3e0e38f9cdfcddc5f62f658a816b0074d05ac958f2962f2ff543edf238562efc63eb001f3e9dba546950b4368c4372b12fca7139a109be58377713bbc65adfe9" + }, + { + "name": "aspnetcore-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://download.visualstudio.microsoft.com/download/pr/8741b459-2cdd-4fe5-b602-5dca5879a5f6/edef22b74f4ad080562d8be833a00efc/aspnetcore-runtime-3.1.3-win-x86.zip", + "hash": "d6d94793fd286e37bd8bdd529287adc9842b8fe0ce147bb0d6d7127d38b18c259dd5ec06dc61c5bedd5ca77c579f038a7011fa93b83e1df4df4f71b51390f47c" + }, + { + "name": "dotnet-hosting-win.exe", + "rid": "", + "url": "https://download.visualstudio.microsoft.com/download/pr/ff658e5a-c017-4a63-9ffe-e53865963848/15875eef1f0b8e25974846e4a4518135/dotnet-hosting-3.1.3-win.exe", + "hash": "a19c544bd6d4a81e87eedc6f08dff0be93ec761cdfd1daa7644743862f1549027221ee5f68dbb9a6585eda52623d9c36c5235e07bb518da741505746fed4790c" + } + ] + } + }, { "release-date": "2020-03-16", "release-version": "3.1.2", @@ -2929,4 +3354,4 @@ } ] } -} \ No newline at end of file +} diff --git a/release-notes/releases-index.json b/release-notes/releases-index.json index f1f94066..ec2a58f1 100644 --- a/release-notes/releases-index.json +++ b/release-notes/releases-index.json @@ -14,11 +14,11 @@ }, { "channel-version": "3.1", - "latest-release": "3.1.2", - "latest-release-date": "2020-03-16", + "latest-release": "3.1.3", + "latest-release-date": "2020-03-24", "security": false, - "latest-runtime": "3.1.2", - "latest-sdk": "3.1.200", + "latest-runtime": "3.1.3", + "latest-sdk": "3.1.201", "product": ".NET Core", "support-phase": "lts", "eol-date": "2022-12-03", @@ -38,11 +38,11 @@ }, { "channel-version": "2.1", - "latest-release": "2.1.16", - "latest-release-date": "2020-02-18", + "latest-release": "2.1.17", + "latest-release-date": "2020-03-24", "security": false, - "latest-runtime": "2.1.16", - "latest-sdk": "2.1.804", + "latest-runtime": "2.1.17", + "latest-sdk": "2.1.805", "product": ".NET Core", "support-phase": "lts", "eol-date": "2021-08-21",