Merge pull request #6610 from dotnet/corenew

Release artifacts for .NET Core 2.1.30
This commit is contained in:
Rahul Bhandari 2021-08-19 16:05:18 -07:00 committed by GitHub
commit d154297dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 297 additions and 299 deletions

View file

@ -1,13 +1,13 @@
# .NET Core 2.1.29
# .NET Core 2.1.30
.NET Core 2.1.29 comprises:
.NET Core 2.1.30 comprises:
* .NET Core Runtime 2.1.29
* ASP.NET Core 2.1.29
* .NET Core SDK 2.1.817 and .NET Core SDK 2.1.525
* .NET Core Runtime 2.1.30
* ASP.NET Core 2.1.30
* .NET Core SDK 2.1.818 and .NET Core SDK 2.1.526
See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.29/2.1.29.md) for details about what is included in this update.
See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.30/2.1.30.md) for details about what is included in this update.
## Docker
@ -81,17 +81,17 @@ If you're looking to host standalone apps on servers, the following installer ca
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-2.1.29-win.exe][dotnet-hosting-win.exe]
* [dotnet-hosting-2.1.30-win.exe][dotnet-hosting-win.exe]
This will install the ASP.NET Core Module for IIS.
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.29/2.1.29.md
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.30/2.1.30.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.29-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.29-sha.txt
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/109ce9a7-02c8-4e3a-a59b-0314cb2ea404/83ec4ae63ecb192f72741bba8c783974/dotnet-hosting-2.1.29-win.exe
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/cf7b17e3-ed6d-4ded-8ae6-9f83ffaaca98/9d2ca844baa4a4a9ed83861ffc8e293e/dotnet-hosting-2.1.30-win.exe

View file

@ -1,6 +1,6 @@
# .NET Core 2.1.29 Update - August 10, 2021
# .NET Core 2.1.30 Update - August 19, 2021
The .NET 2.1.29, .NET SDK 2.1.817 and [.NET SDK 2.1.525](2.1.525.md) releases are available for download. The latest 2.1 release is always listed at [.NET 2.1 Releases](../README.md).
The .NET 2.1.30, .NET SDK 2.1.818 and [.NET SDK 2.1.526](2.1.526.md) releases are available for download. The latest 2.1 release is always listed at [.NET 2.1 Releases](../README.md).
## Downloads
@ -23,7 +23,7 @@ You can check your .NET SDK version by running the following command. The exampl
```console
$ dotnet --version
2.1.817
2.1.818
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
@ -46,14 +46,14 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual
| OS | Development Environment | .NET Core SDK |
| :-- | :-- | :--: |
| Windows | Visual Studio 2017 | [2.1.817](#downloads) |
| Windows | Visual Studio 2017 | [2.1.818](#downloads) |
| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) |
[.NET Core 2.1 will reach end of support on August 21, 2021](https://devblogs.microsoft.com/dotnet/net-core-2-1-will-reach-end-of-support-on-august-21-2021/). After this date, Microsoft will no longer provide technical support and updates (which includes security fixes) for this version. You'll need to update the version of .NET Core you're using to supported version (.NET Core 3.1 or .NET 5.0) before this date in order to continue to recieve updates.
## Notable Changes
.NET Core 2.1.29 release carries both security and non-security fixes.
.NET Core 2.1.30 release carries both security and non-security fixes.
# Microsoft Security Advisory CVE-2021-34485 | .NET Core Information Disclosure Vulnerability
@ -86,7 +86,7 @@ An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .N
## Summary
Asp.Net Core 2.1.29 will now install side-by-side with Asp.Net 2.1.6 or earlier. It will still remove previously installed versions of Asp.Net that are 2.1.7 or newer. Users runnning the 2.1.29 Asp.Net Installer or 2.1.29 Hosting Bundle should manually uninstall any local versions of the Asp.Net runtime that are 2.1.6 or earlier.
Asp.Net Core 2.1.30 will now install side-by-side with Asp.Net 2.1.6 or earlier. It will still remove previously installed versions of Asp.Net that are 2.1.7 or newer. Users runnning the 2.1.30 Asp.Net Installer or 2.1.30 Hosting Bundle should manually uninstall any local versions of the Asp.Net runtime that are 2.1.6 or earlier.
## Feedback
@ -96,125 +96,121 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
Package name | Version
:----------- | :------------------
microsoft.aspnetcore.all | 2.1.29.nupkg
microsoft.aspnetcore.app | 2.1.29.nupkg
microsoft.dotnet.web.client.itemtemplates | 2.1.29.nupkg
microsoft.dotnet.web.itemtemplates | 2.1.29.nupkg
microsoft.dotnet.web.projecttemplates.2.1 | 2.1.29.nupkg
microsoft.dotnet.web.spa.projecttemplates.2.1 | 2.1.29.nupkg
microsoft.netcore.app | 2.1.29.nupkg
microsoft.netcore.dotnetapphost | 2.1.29.nupkg
microsoft.netcore.dotnethost | 2.1.29.nupkg
microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.linux-arm.microsoft.netcore.app | 2.1.29.nupkg
runtime.linux-arm.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.linux-arm.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.linux-arm.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.linux-arm.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.linux-arm64.microsoft.netcore.app | 2.1.29.nupkg
runtime.linux-arm64.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.linux-arm64.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.linux-arm64.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.linux-arm64.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.linux-musl-x64.microsoft.netcore.app | 2.1.29.nupkg
runtime.linux-musl-x64.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.linux-musl-x64.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.linux-musl-x64.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.linux-musl-x64.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.linux-x64.microsoft.netcore.app | 2.1.29.nupkg
runtime.linux-x64.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.linux-x64.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.linux-x64.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.linux-x64.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.osx-x64.microsoft.netcore.app | 2.1.29.nupkg
runtime.osx-x64.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.osx-x64.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.osx-x64.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.osx-x64.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.rhel.6-x64.microsoft.netcore.app | 2.1.29.nupkg
runtime.rhel.6-x64.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.rhel.6-x64.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.rhel.6-x64.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.rhel.6-x64.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.win-arm.microsoft.netcore.app | 2.1.29.nupkg
runtime.win-arm.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.win-arm.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.win-arm.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.win-arm.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.win-arm64.microsoft.netcore.app | 2.1.29.nupkg
runtime.win-arm64.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.win-arm64.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.win-arm64.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.win-arm64.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.win-x64.microsoft.netcore.app | 2.1.29.nupkg
runtime.win-x64.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.win-x64.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.win-x64.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.win-x64.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
runtime.win-x86.microsoft.netcore.app | 2.1.29.nupkg
runtime.win-x86.microsoft.netcore.dotnetapphost | 2.1.29.nupkg
runtime.win-x86.microsoft.netcore.dotnethost | 2.1.29.nupkg
runtime.win-x86.microsoft.netcore.dotnethostpolicy | 2.1.29.nupkg
runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.29.nupkg
vs.redist.common.netcore.hostfxr.x64.2.1 | 2.1.29-servicing-30323-02.nupkg
vs.redist.common.netcore.hostfxr.x64.2.1 | 2.1.29-servicing-30323-03.nupkg
vs.redist.common.netcore.hostfxr.x86.2.1 | 2.1.29-servicing-30323-02.nupkg
vs.redist.common.netcore.hostfxr.x86.2.1 | 2.1.29-servicing-30323-03.nupkg
vs.redist.common.netcore.sharedframework.x64.2.1 | 2.1.29-servicing-30323-02.nupkg
vs.redist.common.netcore.sharedframework.x64.2.1 | 2.1.29-servicing-30323-03.nupkg
vs.redist.common.netcore.sharedframework.x86.2.1 | 2.1.29-servicing-30323-02.nupkg
vs.redist.common.netcore.sharedframework.x86.2.1 | 2.1.29-servicing-30323-03.nupkg
vs.redist.common.netcore.sharedhost.x64.2.1 | 2.1.29-servicing-30323-02.nupkg
vs.redist.common.netcore.sharedhost.x64.2.1 | 2.1.29-servicing-30323-03.nupkg
vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.29-servicing-30323-02.nupkg
vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.29-servicing-30323-03.nupkg
microsoft.aspnetcore.all | 2.1.30.nupkg
microsoft.aspnetcore.app | 2.1.30.nupkg
microsoft.aspnetcore.authentication.jwtbearer | 2.1.30.nupkg
microsoft.dotnet.web.client.itemtemplates | 2.1.30.nupkg
microsoft.dotnet.web.itemtemplates | 2.1.30.nupkg
microsoft.dotnet.web.projecttemplates.2.1 | 2.1.30.nupkg
microsoft.dotnet.web.spa.projecttemplates.2.1 | 2.1.30.nupkg
microsoft.netcore.app | 2.1.30.nupkg
microsoft.netcore.dotnetapphost | 2.1.30.nupkg
microsoft.netcore.dotnethost | 2.1.30.nupkg
microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.linux-arm.microsoft.netcore.app | 2.1.30.nupkg
runtime.linux-arm.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.linux-arm.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.linux-arm.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.linux-arm.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.linux-arm64.microsoft.netcore.app | 2.1.30.nupkg
runtime.linux-arm64.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.linux-arm64.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.linux-arm64.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.linux-arm64.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.linux-musl-x64.microsoft.netcore.app | 2.1.30.nupkg
runtime.linux-musl-x64.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.linux-musl-x64.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.linux-musl-x64.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.linux-musl-x64.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.linux-x64.microsoft.netcore.app | 2.1.30.nupkg
runtime.linux-x64.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.linux-x64.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.linux-x64.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.linux-x64.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.osx-x64.microsoft.netcore.app | 2.1.30.nupkg
runtime.osx-x64.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.osx-x64.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.osx-x64.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.osx-x64.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.rhel.6-x64.microsoft.netcore.app | 2.1.30.nupkg
runtime.rhel.6-x64.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.rhel.6-x64.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.rhel.6-x64.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.rhel.6-x64.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.win-arm.microsoft.netcore.app | 2.1.30.nupkg
runtime.win-arm.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.win-arm.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.win-arm.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.win-arm.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.win-arm64.microsoft.netcore.app | 2.1.30.nupkg
runtime.win-arm64.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.win-arm64.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.win-arm64.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.win-arm64.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.win-x64.microsoft.netcore.app | 2.1.30.nupkg
runtime.win-x64.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.win-x64.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.win-x64.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.win-x64.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
runtime.win-x86.microsoft.netcore.app | 2.1.30.nupkg
runtime.win-x86.microsoft.netcore.dotnetapphost | 2.1.30.nupkg
runtime.win-x86.microsoft.netcore.dotnethost | 2.1.30.nupkg
runtime.win-x86.microsoft.netcore.dotnethostpolicy | 2.1.30.nupkg
runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.30.nupkg
vs.redist.common.netcore.hostfxr.x64.2.1 | 2.1.30-servicing-30411-01.nupkg
vs.redist.common.netcore.hostfxr.x86.2.1 | 2.1.30-servicing-30411-01.nupkg
vs.redist.common.netcore.sharedframework.x64.2.1 | 2.1.30-servicing-30411-01.nupkg
vs.redist.common.netcore.sharedframework.x86.2.1 | 2.1.30-servicing-30411-01.nupkg
vs.redist.common.netcore.sharedhost.x64.2.1 | 2.1.30-servicing-30411-01.nupkg
vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.30-servicing-30411-01.nupkg
[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/main/release-notes/2.1/2.1.29/2.1.29.md
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.30/2.1.30.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.29-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.29-sha.txt
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-august-2021/
[//]: # ( Runtime 2.1.30)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bc181049-61ec-4873-afb3-12d963f26178/e56e940b257708e28fc2365b293a3fcb/dotnet-runtime-2.1.30-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1b63625d-531e-44f0-9daf-4a14d0e286d4/99d79b3c2365c7b9cea2199e38b54790/dotnet-runtime-2.1.30-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/89b06bc9-b42d-4bc4-9685-6402e4d05081/77915213f48da1b4ecfd8b94c6f30a95/dotnet-runtime-2.1.30-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/84904da8-51ea-4ff2-b816-a2a16442eb7c/ebc16d3a87af8002cd2b2ea63a351db1/dotnet-runtime-2.1.30-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/bed6849f-2951-4e31-bbd2-dde871cee29c/e5833a9f5c3e914592d181420532b257/dotnet-runtime-2.1.30-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4b5b8df3-10f3-4319-9e47-b9b8983121ce/1c49701b761db6534d68f0bf75748d29/dotnet-runtime-2.1.30-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/ed918832-3f7d-4f3e-a235-670d9447a5d6/85e411f847174bee21cfd72138154615/dotnet-runtime-2.1.30-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b009808d-e1cc-4d88-b48d-7f465c361d22/8546c452b57896f6ebbdfac1d047f8b6/dotnet-runtime-2.1.30-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/62fba88c-fa15-4659-9d8c-98323547ec80/c83172d7e2fc720280dd5d312c6cbae2/dotnet-runtime-2.1.30-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ba5cdf69-8d9b-4fd7-940a-dc1168bd9ac9/ffdcdfc6f0aea73dedaf0ccf28fc95f6/dotnet-runtime-2.1.30-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/105c54df-3cef-4bce-b878-6324c3130b7e/575d8048bfe04c2e043b48365db17098/dotnet-runtime-2.1.30-win-x86.zip
[//]: # ( Runtime 2.1.29)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/79a1a90b-2881-43af-96c4-4dadc5706db1/b3f3e9ff2b5449d860d87139d93888e3/dotnet-runtime-2.1.29-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a2e4faad-ee1c-40ad-a620-db44d79cf4af/8e47522aa8c04f7e5764d2ce46e5b228/dotnet-runtime-2.1.29-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bd4dd6d0-3711-49b2-956e-2acb601a3307/b2b521d442b08ba49e794c0a6797d551/dotnet-runtime-2.1.29-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4711027f-711a-4762-8892-6fe1e6082e31/40f6b6e973ace3f14d925e25074397a0/dotnet-runtime-2.1.29-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/577af989-e3a2-4142-811b-42d657b47a93/affdcb04ac15dfddc3a3a183e8d7cc5e/dotnet-runtime-2.1.29-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b26ce75c-f004-4259-961b-eb4c29dd6fea/2bc156a4a2f01e32aa72c896fe5ff982/dotnet-runtime-2.1.29-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/b1b2eac8-99ed-40ec-a53e-8d4832b216dc/6d00b927ddff39e0b1347e3861f6290c/dotnet-runtime-2.1.29-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/c9e5b893-29fe-4323-92dc-e4c24fc83560/f0f5d1b6f1182dbc73ce05d5b080e73e/dotnet-runtime-2.1.29-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f734335a-5544-4a19-b4e7-a7e47a78fcb6/3ab636c8f92d32d3271902e3e3be7d41/dotnet-runtime-2.1.29-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/64f2b136-6214-4230-b634-6aeaa55b971f/7dee9174cbc53a85760dfdf860f5d7e1/dotnet-runtime-2.1.29-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/3760fcb8-e4e8-4fb3-85cc-63b9068896bd/8f5a75a625db09ef0be194677efe7a5d/dotnet-runtime-2.1.29-win-x86.zip
[//]: # ( ASP 2.1.30)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/45d40fc8-6d2d-45bf-95f5-85b04dddb2f9/15684494c511eb7d807cca09009c775f/aspnetcore-runtime-2.1.30-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/12ab23c7-2178-44d6-95e8-edf01092591f/e0f3b4e0ab258cf8e10f425200422247/aspnetcore-runtime-2.1.30-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d6040f80-8343-4771-9c02-dbc9a35ac88a/68e74e6e46cf36fa1a50f68af6831d6d/aspnetcore-runtime-2.1.30-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a22ee713-db35-4232-a968-56a9da281ad0/d793935b7c0d1543bc1beb2931da4449/aspnetcore-runtime-2.1.30-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b7d1c13d-1a1f-4eb4-a846-cbe85226b955/e60f930b6c79bd230bc771303edd6915/aspnetcore-runtime-2.1.30-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/b54708aa-2c23-4d09-80e4-de00b0371b51/f20e1f1bbd5c3ed981405b34138ef105/aspnetcore-runtime-2.1.30-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ba6ce3ac-1ae3-40b4-8d7c-722870411df6/2f2316ffd11685a9f24a314ed53b7b51/aspnetcore-runtime-2.1.30-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/07ea2c09-36a3-4c39-b842-fe14d4c52f8f/574f9d1d4456fbeae223c1be2cafcac2/aspnetcore-runtime-2.1.30-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/cf7b17e3-ed6d-4ded-8ae6-9f83ffaaca98/9d2ca844baa4a4a9ed83861ffc8e293e/dotnet-hosting-2.1.30-win.exe
[//]: # ( ASP 2.1.29)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f8aecd9f-8def-403a-b5d9-8b93644eccbf/e0eb92a0f1034c2999afda200a7319fd/aspnetcore-runtime-2.1.29-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/74692878-5518-4c11-9086-cd8b104cdca0/0cb1b776df2495f19bb8486240d7bbb9/aspnetcore-runtime-2.1.29-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5d7cfd65-4f71-46e8-b05b-d7ff8d0daa00/0f21d9c66047f10d385ce15935116506/aspnetcore-runtime-2.1.29-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/63e2b345-e838-445d-8eac-11612b4216d7/4eeb0750fdaa48591c8ef91a01fac049/aspnetcore-runtime-2.1.29-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/ee15804c-341f-47a5-bdf8-216751c0830e/39bb732165910d1bd2cf9615b3c6acda/aspnetcore-runtime-2.1.29-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/fb930e07-46de-473f-b69e-74f600b61d16/048aad79a806ac3ca6a3721920170d81/aspnetcore-runtime-2.1.29-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/e8ffac0f-7236-4257-be2e-6ca8a2f1bb3c/d556ddabc2c98cdbf8e6dcacab3d0aa8/aspnetcore-runtime-2.1.29-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/a7a76776-5197-447e-88ed-960ce4d82c48/dacd7091d0ef677b757f1455c7d88be9/aspnetcore-runtime-2.1.29-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/109ce9a7-02c8-4e3a-a59b-0314cb2ea404/83ec4ae63ecb192f72741bba8c783974/dotnet-hosting-2.1.29-win.exe
[//]: # ( SDK 2.1.818)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ba99642d-36fc-4654-95c3-112711ca6e41/7ef9d5f0a6d9b432069b68b46d81867c/dotnet-sdk-2.1.818-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/04bec57b-d2a9-46b0-8c97-848558818000/1e67e2407b0518c9d2a692ba1fc99b22/dotnet-sdk-2.1.818-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f1c2c969-8be9-458b-b34f-21df996f6114/a08a398cb7a9a42d23de2eeaef72e5e3/dotnet-sdk-2.1.818-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5797d98a-8faf-472d-925c-931ac542d3c8/e48942da88f4d9d653a7b5c0790e7724/dotnet-sdk-2.1.818-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/9f2c289a-f8f1-42cc-b319-091cf0394094/e08707b0494afb833f3cad1a2301aaff/dotnet-sdk-2.1.818-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fc42fd66-af16-4164-8bea-b050f279172d/aac481e88a7cb695ee3d0333fd96bb99/dotnet-sdk-2.1.818-osx-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/fdc2c572-1f7f-4d46-b767-dd0951d10865/ad32c09fbef96146ec6b763d0192fba7/dotnet-sdk-2.1.818-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/e6d7875b-f9e7-4ef8-aefc-166c1b6d2936/a1fdcb15c89776c53cf90f396c5f57e7/dotnet-sdk-2.1.818-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/34eb90cf-8de6-4301-9e61-5462b30edf4f/a493989fc106a5a851447ba6b7289ad6/dotnet-sdk-2.1.818-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/68185c0b-8622-4b44-a9a0-2a78041ae5e0/000a9209e995c82f53244a4dc7300d64/dotnet-sdk-2.1.818-win-x86.zip
[//]: # ( SDK 2.1.817)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4315bff0-490a-49fd-8147-851d8fa844c1/707d038c4783814a06de8133aeb468f4/dotnet-sdk-2.1.817-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3e58ee72-24c8-4b98-86f9-145deb294ff2/b23cc58351162b38b0a839ca4e8efe00/dotnet-sdk-2.1.817-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f3dd8bc2-a343-40ac-ba53-ddadaf4a5b4b/88bc12759122ba1b92c25e538df3fccf/dotnet-sdk-2.1.817-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb3319a2-9b8b-47c5-bed8-22617fb0feb6/ffc365184f20e64f46ebe6d780c50049/dotnet-sdk-2.1.817-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/c4346917-71b3-459b-9ca8-b7d39d8791ef/9fc059df54823c9a92aec90257fc0ecd/dotnet-sdk-2.1.817-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/58d166e7-9ce9-4814-8a39-1a7bfb837db2/f848de26373885381d61adf98514c3e9/dotnet-sdk-2.1.817-osx-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/fa161251-fe8e-418d-ad24-8ef3ecdac1ce/a21b1aed1d651d16f04bcf3a543f8998/dotnet-sdk-2.1.817-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/eec383bf-aabf-405e-bbe0-45f6bc3d0892/b8edd15297b21590df277f9f3207e8eb/dotnet-sdk-2.1.817-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/015c1d4d-a7bd-451c-babd-c1e44d0a337d/d0af83c4dea6bda628dcd720a95bd727/dotnet-sdk-2.1.817-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/effa3ab8-4411-44ae-81ca-ef39806afc57/037aae68c226f2b6bed319696b2491d4/dotnet-sdk-2.1.817-win-x86.zip

View file

@ -1,12 +1,12 @@
# .NET Core 2.1.525
# .NET Core 2.1.526
This .NET Core SDK release includes the following released .NET Core and ASP.NET Core Runtimes.
* .NET Core SDK 2.1.525
* .NET Core Runtime 2.1.29
* ASP.NET Core 2.1.29
* .NET Core SDK 2.1.526
* .NET Core Runtime 2.1.30
* ASP.NET Core 2.1.30
See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.29/2.1.29.md) for details about what is included in this update.
See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.30/2.1.30.md) for details about what is included in this update.
## Downloads
@ -27,7 +27,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual
| OS | Development Environment | .NET Core SDK |
| :-- | :-- | :--: |
| Windows | Visual Studio 2017 | [2.1.525](2.1.29.md) |
| Windows | Visual Studio 2017 | [2.1.526](2.1.30.md) |
| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) |
@ -103,53 +103,55 @@ If you're looking to host standalone apps on servers, the following installer ca
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-2.1.29-win.exe][dotnet-hosting-win.exe]
* [dotnet-hosting-2.1.30-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/main/release-notes/2.1/2.1.29/2.1.29.md
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.30/2.1.30.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.29-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.29-sha.txt
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux
[//]: # ( Runtime 2.1.29)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/79a1a90b-2881-43af-96c4-4dadc5706db1/b3f3e9ff2b5449d860d87139d93888e3/dotnet-runtime-2.1.29-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a2e4faad-ee1c-40ad-a620-db44d79cf4af/8e47522aa8c04f7e5764d2ce46e5b228/dotnet-runtime-2.1.29-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bd4dd6d0-3711-49b2-956e-2acb601a3307/b2b521d442b08ba49e794c0a6797d551/dotnet-runtime-2.1.29-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4711027f-711a-4762-8892-6fe1e6082e31/40f6b6e973ace3f14d925e25074397a0/dotnet-runtime-2.1.29-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/577af989-e3a2-4142-811b-42d657b47a93/affdcb04ac15dfddc3a3a183e8d7cc5e/dotnet-runtime-2.1.29-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b26ce75c-f004-4259-961b-eb4c29dd6fea/2bc156a4a2f01e32aa72c896fe5ff982/dotnet-runtime-2.1.29-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/b1b2eac8-99ed-40ec-a53e-8d4832b216dc/6d00b927ddff39e0b1347e3861f6290c/dotnet-runtime-2.1.29-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/c9e5b893-29fe-4323-92dc-e4c24fc83560/f0f5d1b6f1182dbc73ce05d5b080e73e/dotnet-runtime-2.1.29-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f734335a-5544-4a19-b4e7-a7e47a78fcb6/3ab636c8f92d32d3271902e3e3be7d41/dotnet-runtime-2.1.29-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/64f2b136-6214-4230-b634-6aeaa55b971f/7dee9174cbc53a85760dfdf860f5d7e1/dotnet-runtime-2.1.29-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/3760fcb8-e4e8-4fb3-85cc-63b9068896bd/8f5a75a625db09ef0be194677efe7a5d/dotnet-runtime-2.1.29-win-x86.zip
[//]: # ( ASP 2.1.29)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f8aecd9f-8def-403a-b5d9-8b93644eccbf/e0eb92a0f1034c2999afda200a7319fd/aspnetcore-runtime-2.1.29-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/74692878-5518-4c11-9086-cd8b104cdca0/0cb1b776df2495f19bb8486240d7bbb9/aspnetcore-runtime-2.1.29-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5d7cfd65-4f71-46e8-b05b-d7ff8d0daa00/0f21d9c66047f10d385ce15935116506/aspnetcore-runtime-2.1.29-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/63e2b345-e838-445d-8eac-11612b4216d7/4eeb0750fdaa48591c8ef91a01fac049/aspnetcore-runtime-2.1.29-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/ee15804c-341f-47a5-bdf8-216751c0830e/39bb732165910d1bd2cf9615b3c6acda/aspnetcore-runtime-2.1.29-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/fb930e07-46de-473f-b69e-74f600b61d16/048aad79a806ac3ca6a3721920170d81/aspnetcore-runtime-2.1.29-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/e8ffac0f-7236-4257-be2e-6ca8a2f1bb3c/d556ddabc2c98cdbf8e6dcacab3d0aa8/aspnetcore-runtime-2.1.29-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/a7a76776-5197-447e-88ed-960ce4d82c48/dacd7091d0ef677b757f1455c7d88be9/aspnetcore-runtime-2.1.29-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/109ce9a7-02c8-4e3a-a59b-0314cb2ea404/83ec4ae63ecb192f72741bba8c783974/dotnet-hosting-2.1.29-win.exe
[//]: # ( Runtime 2.1.30)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bc181049-61ec-4873-afb3-12d963f26178/e56e940b257708e28fc2365b293a3fcb/dotnet-runtime-2.1.30-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1b63625d-531e-44f0-9daf-4a14d0e286d4/99d79b3c2365c7b9cea2199e38b54790/dotnet-runtime-2.1.30-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/89b06bc9-b42d-4bc4-9685-6402e4d05081/77915213f48da1b4ecfd8b94c6f30a95/dotnet-runtime-2.1.30-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/84904da8-51ea-4ff2-b816-a2a16442eb7c/ebc16d3a87af8002cd2b2ea63a351db1/dotnet-runtime-2.1.30-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/bed6849f-2951-4e31-bbd2-dde871cee29c/e5833a9f5c3e914592d181420532b257/dotnet-runtime-2.1.30-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4b5b8df3-10f3-4319-9e47-b9b8983121ce/1c49701b761db6534d68f0bf75748d29/dotnet-runtime-2.1.30-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/ed918832-3f7d-4f3e-a235-670d9447a5d6/85e411f847174bee21cfd72138154615/dotnet-runtime-2.1.30-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b009808d-e1cc-4d88-b48d-7f465c361d22/8546c452b57896f6ebbdfac1d047f8b6/dotnet-runtime-2.1.30-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/62fba88c-fa15-4659-9d8c-98323547ec80/c83172d7e2fc720280dd5d312c6cbae2/dotnet-runtime-2.1.30-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ba5cdf69-8d9b-4fd7-940a-dc1168bd9ac9/ffdcdfc6f0aea73dedaf0ccf28fc95f6/dotnet-runtime-2.1.30-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/105c54df-3cef-4bce-b878-6324c3130b7e/575d8048bfe04c2e043b48365db17098/dotnet-runtime-2.1.30-win-x86.zip
[//]: # ( SDK 2.1.525)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6c4180a8-f509-4b5b-ba30-fe6d23705f2e/ec3d0bf5ce16ba07a7c72afbadcbd8c3/dotnet-sdk-2.1.525-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a9997af8-4ab9-4c77-8e0d-7d9cee1dec03/599b9cfc3f6736dd05e70e16fb9b47d0/dotnet-sdk-2.1.525-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/65adee8a-d7cc-4b09-98cf-154a7f4d530b/42531651d7d0342591bcd3dbcc20ae3d/dotnet-sdk-2.1.525-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a70b0892-4a65-44ec-a7b6-ddeebf2ba4a7/445abe7bed4f40f3a07d288c1f653a58/dotnet-sdk-2.1.525-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/0e1dbeb6-f56a-4468-b674-cefd14a85802/0f151c975d1a9905b48d01acd69e5115/dotnet-sdk-2.1.525-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/31b08526-0590-4248-89ac-9be58d63130e/ab58d7cb70279639b9d4164bfd3ac8a4/dotnet-sdk-2.1.525-osx-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/d0e45212-e531-48d1-a8ed-8ae60538fe11/8054d545de2a2ec436012e6686725929/dotnet-sdk-2.1.525-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/594d5700-8d45-49e2-b538-8e914e450709/9df470a5ab5360b37b05de9d5e697761/dotnet-sdk-2.1.525-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/35265c99-37cc-4a6e-b8da-e3bb5791790b/4273944df0aa016ad6b5100390f68ab0/dotnet-sdk-2.1.525-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/5875b7d7-83bf-4e07-9aa6-dc37e1e43384/b2f189f724e82110fff35aac27fa2bb6/dotnet-sdk-2.1.525-win-x86.zip
[//]: # ( ASP 2.1.30)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/45d40fc8-6d2d-45bf-95f5-85b04dddb2f9/15684494c511eb7d807cca09009c775f/aspnetcore-runtime-2.1.30-linux-arm.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/12ab23c7-2178-44d6-95e8-edf01092591f/e0f3b4e0ab258cf8e10f425200422247/aspnetcore-runtime-2.1.30-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d6040f80-8343-4771-9c02-dbc9a35ac88a/68e74e6e46cf36fa1a50f68af6831d6d/aspnetcore-runtime-2.1.30-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a22ee713-db35-4232-a968-56a9da281ad0/d793935b7c0d1543bc1beb2931da4449/aspnetcore-runtime-2.1.30-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b7d1c13d-1a1f-4eb4-a846-cbe85226b955/e60f930b6c79bd230bc771303edd6915/aspnetcore-runtime-2.1.30-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/b54708aa-2c23-4d09-80e4-de00b0371b51/f20e1f1bbd5c3ed981405b34138ef105/aspnetcore-runtime-2.1.30-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ba6ce3ac-1ae3-40b4-8d7c-722870411df6/2f2316ffd11685a9f24a314ed53b7b51/aspnetcore-runtime-2.1.30-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/07ea2c09-36a3-4c39-b842-fe14d4c52f8f/574f9d1d4456fbeae223c1be2cafcac2/aspnetcore-runtime-2.1.30-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/cf7b17e3-ed6d-4ded-8ae6-9f83ffaaca98/9d2ca844baa4a4a9ed83861ffc8e293e/dotnet-hosting-2.1.30-win.exe
[//]: # ( SDK 2.1.526)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/143fbece-a815-4707-a816-79afcc0733df/fda066c4a00547f0e0c2f5857a5d3a96/dotnet-sdk-2.1.526-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b088a7db-2c89-4735-8d8d-ba5f1f791752/9e002bf4a556c3dcc04e731f1ea58a88/dotnet-sdk-2.1.526-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/014fdc04-f859-4db6-a40c-d250819214a1/0ae7010bbd8936e9f6c52a8c6347ed48/dotnet-sdk-2.1.526-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c320cf5a-8788-4409-85e0-695087e9173c/12c5b231c146a487a42de46bc55adb08/dotnet-sdk-2.1.526-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/97913c52-a78c-4c93-abe4-a2cdf3c933ee/dc2262512c0ac6bd80070b39e28594e6/dotnet-sdk-2.1.526-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/513bf6de-9faf-4e99-94c8-1a94ca30be49/875393a37a16d596d0021547f011c2d2/dotnet-sdk-2.1.526-osx-x64.tar.gz
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/db84bdd7-9889-4406-b1e0-2f8e022c19c8/31e646ad236f518e7b3ddbd61d244b44/dotnet-sdk-2.1.526-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/0dea242d-50cc-4541-8a4e-a53c82d4c5c8/14ed5a7073fb7ae148710159d30f7914/dotnet-sdk-2.1.526-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/fccc13ee-151b-4395-9961-3bd3a7eda15c/756dfde0bcb2e82fb26870ac4a60e625/dotnet-sdk-2.1.526-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/fc37844c-69d3-49c6-b5d2-44545722099d/6c26a3ca25164035e3fecf41d6b86831/dotnet-sdk-2.1.526-win-x86.zip

View file

@ -15,7 +15,7 @@
| Date | Release |
| :-- | :-- |
| 2021/08/10 | [2.1.29](2.1.29/2.1.29.md) |
| 2021/08/19 | [2.1.30](2.1.30/2.1.30.md) |
| 2021/05/11 | [2.1.28](2.1.28/2.1.28.md) |
| 2021/04/13 | [2.1.27](2.1.27/2.1.27.md) |
| 2021/03/09 | [2.1.26](2.1.26/2.1.26.md) |

View file

@ -1,16 +1,16 @@
{
"channel-version": "2.1",
"latest-release": "2.1.29",
"latest-release-date": "2021-08-10",
"latest-runtime": "2.1.29",
"latest-sdk": "2.1.817",
"latest-release": "2.1.30",
"latest-release-date": "2021-08-19",
"latest-runtime": "2.1.30",
"latest-sdk": "2.1.818",
"support-phase": "lts",
"eol-date": "2021-08-21",
"lifecycle-policy": "https://dotnet.microsoft.com/platform/support/policy/",
"releases": [
{
"release-date": "2021-08-10",
"release-version": "2.1.29",
"release-date": "2021-08-17",
"release-version": "2.1.30",
"security": true,
"cve-list": [
{
@ -26,85 +26,85 @@
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34532"
}
],
"release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.29/2.1.29.md",
"release-notes": "https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.30/2.1.30.md",
"runtime": {
"version": "2.1.29",
"version-display": "2.1.29",
"version": "2.1.30",
"version-display": "2.1.30",
"vs-version": "15.9.38, 16.4.25, 16.7.18",
"vs-mac-version": "8.10",
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/79a1a90b-2881-43af-96c4-4dadc5706db1/b3f3e9ff2b5449d860d87139d93888e3/dotnet-runtime-2.1.29-linux-arm.tar.gz",
"hash": "a648b77d18f7f174c7204e3fbdbf641e2b9b4c4ff6861c5dae64730b6f26719de6fa0e46c655fc9b4ab13e60c2e7424f95cb61ee25281c99181ee1ec23d1a3db"
"url": "https://download.visualstudio.microsoft.com/download/pr/bc181049-61ec-4873-afb3-12d963f26178/e56e940b257708e28fc2365b293a3fcb/dotnet-runtime-2.1.30-linux-arm.tar.gz",
"hash": "908b79c876984288fda9c853c9ab460aad6ae2747dac4efc1ce01d950393fce69160dae411cf3fa0bde821afc56da04cc49902c6dfea3d4bdcb447d2488a2955"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a2e4faad-ee1c-40ad-a620-db44d79cf4af/8e47522aa8c04f7e5764d2ce46e5b228/dotnet-runtime-2.1.29-linux-arm64.tar.gz",
"hash": "f1add8e53353dbc2f48d73a4e5979b877d923b30b6fd4983757d0c5c5a7add6bc273244371633fa3068bd9844c5e1d312a28e90329f9a3fc1ef86961fdc0134f"
"url": "https://download.visualstudio.microsoft.com/download/pr/1b63625d-531e-44f0-9daf-4a14d0e286d4/99d79b3c2365c7b9cea2199e38b54790/dotnet-runtime-2.1.30-linux-arm64.tar.gz",
"hash": "41aef859a9065b6adc1df04819b7079b6385c370a9c603f351c0826773ee43d52ecb565191a3ae5dddb043fde6e8f47c244e896360055f8271c63ecb719c302f"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/bd4dd6d0-3711-49b2-956e-2acb601a3307/b2b521d442b08ba49e794c0a6797d551/dotnet-runtime-2.1.29-linux-musl-x64.tar.gz",
"hash": "bda42e525afd693e0a417c8b5f4bf6e7e172158e8d515df85aa86c83e7d35404cde31306dc7a5585aa1246fe40b8286fbdac98e624deede54e2949a89c437794"
"url": "https://download.visualstudio.microsoft.com/download/pr/89b06bc9-b42d-4bc4-9685-6402e4d05081/77915213f48da1b4ecfd8b94c6f30a95/dotnet-runtime-2.1.30-linux-musl-x64.tar.gz",
"hash": "4f804e97b2d506ecb42041678c80a0550815786b5d8b9290bcd232577bb6b9cb422ce17f07ec749d41a17479fb177fc9b1674554ce17007198c6470e33dcf1e8"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/4711027f-711a-4762-8892-6fe1e6082e31/40f6b6e973ace3f14d925e25074397a0/dotnet-runtime-2.1.29-linux-x64.tar.gz",
"hash": "1c78674d48269321258f2a599dd4c1793f72a7238e4984d6c64910aa810660874d186fdbcb3347268db42be0c4a7c774a339d7f1dba11f9af49a63bb83658548"
"url": "https://download.visualstudio.microsoft.com/download/pr/84904da8-51ea-4ff2-b816-a2a16442eb7c/ebc16d3a87af8002cd2b2ea63a351db1/dotnet-runtime-2.1.30-linux-x64.tar.gz",
"hash": "b7433c9f03f7363759a044b50d8cca9486cfe402fdf62163696ba6a172e9839a140553e3d3298bb75c89dda2f6f4bec294847411f3fc2796fa4881a2b01a7178"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/577af989-e3a2-4142-811b-42d657b47a93/affdcb04ac15dfddc3a3a183e8d7cc5e/dotnet-runtime-2.1.29-osx-x64.pkg",
"hash": "7924d73440ca5ae31ed0996192d1c8700fa9cfaead549a39a6ddf0ab84d6b3c29b2916155b0a0cf343fcfc7b6c983172372cc73ef383d477d74d881bc90e040a"
"url": "https://download.visualstudio.microsoft.com/download/pr/bed6849f-2951-4e31-bbd2-dde871cee29c/e5833a9f5c3e914592d181420532b257/dotnet-runtime-2.1.30-osx-x64.pkg",
"hash": "efc864b1d4e96985358225b85f60207ae18936ab7170adf4a0eb30e4640b38ce97490c5f1b9175751e3dfe1f3667abd19a0c7fd2be47974e05a62571f9f8f138"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/b26ce75c-f004-4259-961b-eb4c29dd6fea/2bc156a4a2f01e32aa72c896fe5ff982/dotnet-runtime-2.1.29-osx-x64.tar.gz",
"hash": "43163b26a893ea5729718e5772806afd40db534f6b61418d0d831e417f3e944bc99161cab78aae35555803d870b532be75f9de32730d623c2b9497acc72152c8"
"url": "https://download.visualstudio.microsoft.com/download/pr/4b5b8df3-10f3-4319-9e47-b9b8983121ce/1c49701b761db6534d68f0bf75748d29/dotnet-runtime-2.1.30-osx-x64.tar.gz",
"hash": "548f5569179c64ed6e8f6976c775470f25cab210aff18ef18de6d35152bbe1bee23e58a6d366094bebcd77c70aec449a613d29fe1e076cbb6ed62178ba52d3f3"
},
{
"name": "dotnet-runtime-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/b1b2eac8-99ed-40ec-a53e-8d4832b216dc/6d00b927ddff39e0b1347e3861f6290c/dotnet-runtime-2.1.29-win-arm.zip",
"hash": "a955095883f034f2bb787a7a28567c8f764ec360c886f62cd721f8ff4bbed3a78ca4b2f31142092bb4373720d9f5f0ed12d458d4bb52689bac1c6f211a14f933"
"url": "https://download.visualstudio.microsoft.com/download/pr/ed918832-3f7d-4f3e-a235-670d9447a5d6/85e411f847174bee21cfd72138154615/dotnet-runtime-2.1.30-win-arm.zip",
"hash": "c1aae31ca19cc022e74079f049961c87bd2c85112edb4f49375de536039d5576cc303fa5172b4c0ffb70dc5497e5cd700d8729aa81cfa47ddee3c5a115233a43"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/c9e5b893-29fe-4323-92dc-e4c24fc83560/f0f5d1b6f1182dbc73ce05d5b080e73e/dotnet-runtime-2.1.29-win-x64.exe",
"hash": "9e344e6367015dfd91c2bbcbc4e3ba049bff21692d1d13ac54d46779e78ebb988cf7876b9f7b7b02ad2ca1bd50ba278deed55f91480d4da394fdd7c68eb9a39a"
"url": "https://download.visualstudio.microsoft.com/download/pr/b009808d-e1cc-4d88-b48d-7f465c361d22/8546c452b57896f6ebbdfac1d047f8b6/dotnet-runtime-2.1.30-win-x64.exe",
"hash": "9249f5873f6fa9abbad01f46de8a935bf80e705eb583a1341846b83c4a1b8506eb37374456facf529f5d57396c328a403333a6d6d94126e981eee69b8641d420"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f734335a-5544-4a19-b4e7-a7e47a78fcb6/3ab636c8f92d32d3271902e3e3be7d41/dotnet-runtime-2.1.29-win-x64.zip",
"hash": "eb74735e66b9962e6d761df8fa68532871e31c4cb8f11c2a42e50cb5e196b626871c42d012580958869e98fe601f6aea7ba31e7a5efb99c343ddb0d93de4d87f"
"url": "https://download.visualstudio.microsoft.com/download/pr/62fba88c-fa15-4659-9d8c-98323547ec80/c83172d7e2fc720280dd5d312c6cbae2/dotnet-runtime-2.1.30-win-x64.zip",
"hash": "3656c1a5dcf2196a34a06a01eb98851cad94663d654b8500b20b4a80cb5e7477b07172590b132805d3367bde2fc8dd7b7624a2f57f7ac425333e99424612b3fa"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/64f2b136-6214-4230-b634-6aeaa55b971f/7dee9174cbc53a85760dfdf860f5d7e1/dotnet-runtime-2.1.29-win-x86.exe",
"hash": "43c858cf91974f9127f45cc1b2568ce49a5336c24b6cd0b6313cbb6913f8fa5f17e9e1566bb7e28a092407ef9e4b257ab6f54967794ca3a988f3f5a9a4458b9f"
"url": "https://download.visualstudio.microsoft.com/download/pr/ba5cdf69-8d9b-4fd7-940a-dc1168bd9ac9/ffdcdfc6f0aea73dedaf0ccf28fc95f6/dotnet-runtime-2.1.30-win-x86.exe",
"hash": "afad5cf966b2c7411fef5afdd6d723ab146cf215f6c3fffd7439aca3352d22e8dcd341cddf90e47455c3b118bb1ea034c38b3f82ad597ecbeac116320924beba"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/3760fcb8-e4e8-4fb3-85cc-63b9068896bd/8f5a75a625db09ef0be194677efe7a5d/dotnet-runtime-2.1.29-win-x86.zip",
"hash": "4f0bacff53715fff60d1484d64a0f47804e08f0d109acc119373032e12dbdf017cbf921a115e2868fc3522b2770256dfdcdcecc5fdd19c23493bbdc1d635ccca"
"url": "https://download.visualstudio.microsoft.com/download/pr/105c54df-3cef-4bce-b878-6324c3130b7e/575d8048bfe04c2e043b48365db17098/dotnet-runtime-2.1.30-win-x86.zip",
"hash": "3a1e9fb8d1b256f261f7156b4d985673f29a983d65a035a98833f05c9421fbe68a1b9843b95444f749deeab663ee1aae1d3cad5c6416bd1d941037e1fa5d1c63"
}
]
},
"sdk": {
"version": "2.1.817",
"version-display": "2.1.817",
"runtime-version": "2.1.29",
"version": "2.1.818",
"version-display": "2.1.818",
"runtime-version": "2.1.30",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "Visual Studio 2019 (v16.2)",
@ -116,70 +116,70 @@
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/4315bff0-490a-49fd-8147-851d8fa844c1/707d038c4783814a06de8133aeb468f4/dotnet-sdk-2.1.817-linux-arm.tar.gz",
"hash": "e9daec784173dc5db9b3d96842db121078fc1e0862b36b971eb8a7fbde0c2ec3af2c19a185262549dde2a9555cd6338f7684c50d7a6e1a9c3f7958f5dfc32048"
"url": "https://download.visualstudio.microsoft.com/download/pr/ba99642d-36fc-4654-95c3-112711ca6e41/7ef9d5f0a6d9b432069b68b46d81867c/dotnet-sdk-2.1.818-linux-arm.tar.gz",
"hash": "3aac9149980b33b3ceaf147dbb380aa3e1a0ea5e11af88a17a0dde79f2ec40c52bcdc2c95c66928dac65796524066c2b5e127c82388f6c19abcedebd8fe0de1c"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/3e58ee72-24c8-4b98-86f9-145deb294ff2/b23cc58351162b38b0a839ca4e8efe00/dotnet-sdk-2.1.817-linux-arm64.tar.gz",
"hash": "76392b20622882d7798dac9212902e0875fc764363bc281136af2c098aadbdd35facc392a635a89388e457dc6ef4321ad077f33388ac580a936d4ecd473b5b53"
"url": "https://download.visualstudio.microsoft.com/download/pr/04bec57b-d2a9-46b0-8c97-848558818000/1e67e2407b0518c9d2a692ba1fc99b22/dotnet-sdk-2.1.818-linux-arm64.tar.gz",
"hash": "4a8dfb282ba5c8b286e3b09c100a738a43df41fef371d0f6e7b3341aafb8ff00436658d1139175ec0a545e49a15aedda0efc6a4b97b7324c3cef5cdab8ff0451"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f3dd8bc2-a343-40ac-ba53-ddadaf4a5b4b/88bc12759122ba1b92c25e538df3fccf/dotnet-sdk-2.1.817-linux-musl-x64.tar.gz",
"hash": "484b46e998ab9a998b190809569fe039efc2cc31717bf4819e90c6e77a8742833c535ef7555628bb0a0052be6f366c5d0147fbc0488a30ee97fa1bc3b54816e1"
"url": "https://download.visualstudio.microsoft.com/download/pr/f1c2c969-8be9-458b-b34f-21df996f6114/a08a398cb7a9a42d23de2eeaef72e5e3/dotnet-sdk-2.1.818-linux-musl-x64.tar.gz",
"hash": "a9de41de8bc464024bf8bb51067279789e4234b51969543270fdc2c6ef83aa507ed0739547ae9be81a49abacad6b94926b24cbb3a70a960d2bad85f205ac8d86"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fb3319a2-9b8b-47c5-bed8-22617fb0feb6/ffc365184f20e64f46ebe6d780c50049/dotnet-sdk-2.1.817-linux-x64.tar.gz",
"hash": "1bdc0f0bba9a0fbdf0546ff5296d6198aec34b96f5a771ef54f905678ce78de3b1abeac92f42f2118043a69271d268cba196ff3958a37094e5f2e9703966c300"
"url": "https://download.visualstudio.microsoft.com/download/pr/5797d98a-8faf-472d-925c-931ac542d3c8/e48942da88f4d9d653a7b5c0790e7724/dotnet-sdk-2.1.818-linux-x64.tar.gz",
"hash": "0975301378d1238e55285d37aed4ab10df242e0884c0e3bb2eaf2e96af7bf6d554f5df1e653abddabf23ed8f1ea1665c452de42ad912ca84cd71760171416ecd"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/c4346917-71b3-459b-9ca8-b7d39d8791ef/9fc059df54823c9a92aec90257fc0ecd/dotnet-sdk-2.1.817-osx-x64.pkg",
"hash": "9da6ae033911fef8b66971335b0f166b9052039d8f992160dcdbbacf76e7e0113a36a05f3638762f98ab65abded8228576257c29cd77130dc8aceae484a9db77"
"url": "https://download.visualstudio.microsoft.com/download/pr/9f2c289a-f8f1-42cc-b319-091cf0394094/e08707b0494afb833f3cad1a2301aaff/dotnet-sdk-2.1.818-osx-x64.pkg",
"hash": "a1b1efdcc3d949e869dcc738c8a471349c3d1284cd9cc67220ae9adedd106db731f91f3052575fa2e4004bb9b3877108000a9a7afc83dfd5ff74bfd11b5e1187"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/58d166e7-9ce9-4814-8a39-1a7bfb837db2/f848de26373885381d61adf98514c3e9/dotnet-sdk-2.1.817-osx-x64.tar.gz",
"hash": "fc52a749b0ff33e19ca20ab4ad1813d0a46a479c18dcabdcba33142f529bd5fc1894bf7541f9efb5cb03bd9f06a7d045ff0c667e80ef7e125da979c9a4c26110"
"url": "https://download.visualstudio.microsoft.com/download/pr/fc42fd66-af16-4164-8bea-b050f279172d/aac481e88a7cb695ee3d0333fd96bb99/dotnet-sdk-2.1.818-osx-x64.tar.gz",
"hash": "0a3ed2cf18eda2bf9dab1be7a389fb7d7e328429284bd267a8f15d53e369e57e260c0f9766e911226e3b8f7f78dd4717c808fe98c8ff1e6f673dce30a4ec6ce6"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fa161251-fe8e-418d-ad24-8ef3ecdac1ce/a21b1aed1d651d16f04bcf3a543f8998/dotnet-sdk-2.1.817-win-x64.exe",
"hash": "274081f804e5089616a1611dcd932bed1721c79182cddd8c5a9521288191381ae22f4d22feaa7540c823350b84c4f34bf84b2976cd181646e973ad306628cae4"
"url": "https://download.visualstudio.microsoft.com/download/pr/fdc2c572-1f7f-4d46-b767-dd0951d10865/ad32c09fbef96146ec6b763d0192fba7/dotnet-sdk-2.1.818-win-x64.exe",
"hash": "f37af0f1ed01e665866b20a175b4305a5753aa6feb56da57184d06daf7dd51127d41e91f91cd11da23445010513ab20d974d21fb601d0234b5a314d3e3a6169f"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/eec383bf-aabf-405e-bbe0-45f6bc3d0892/b8edd15297b21590df277f9f3207e8eb/dotnet-sdk-2.1.817-win-x64.zip",
"hash": "843dc7e9b33f5699ee964fcadb9442ad67551ae701e752b402f36d73166eb28b6d88e8a54218c37b6a46a79f820f7918700935adea462aea6277eaa87b9fe0b6"
"url": "https://download.visualstudio.microsoft.com/download/pr/e6d7875b-f9e7-4ef8-aefc-166c1b6d2936/a1fdcb15c89776c53cf90f396c5f57e7/dotnet-sdk-2.1.818-win-x64.zip",
"hash": "ee0c000eb6b22e72cd6a49db0b139f2f49b2f74ce7e44f6308182a9e9f3ecadfa96b08084347c209997e4bf410c0d8beafbbaa600276118d9b23b43c0f09ec46"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/015c1d4d-a7bd-451c-babd-c1e44d0a337d/d0af83c4dea6bda628dcd720a95bd727/dotnet-sdk-2.1.817-win-x86.exe",
"hash": "161c0d8a606ea6384d707381e4e7aea99abed743550fef7e4e71d212427710da5063146cf97647beeb09ebd6be099605f350eb3e0d96d789219ed829073d6267"
"url": "https://download.visualstudio.microsoft.com/download/pr/34eb90cf-8de6-4301-9e61-5462b30edf4f/a493989fc106a5a851447ba6b7289ad6/dotnet-sdk-2.1.818-win-x86.exe",
"hash": "6f65a05178ac3abf65942bbc91c34784d496e822d69407fc33cd5519ede21ee09ebb5cc91a57dc928abd9c00e9580bf217d6bee2c400436e4625fc852d855f9e"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/effa3ab8-4411-44ae-81ca-ef39806afc57/037aae68c226f2b6bed319696b2491d4/dotnet-sdk-2.1.817-win-x86.zip",
"hash": "33e7badd44b2722df5fba2e4a8bfa0a17c261dafd0963f2813ddd3fda935cae337892c27eca0887385768c1fa983e96b12590028152ebcc8c6021f4b8df737fb"
"url": "https://download.visualstudio.microsoft.com/download/pr/68185c0b-8622-4b44-a9a0-2a78041ae5e0/000a9209e995c82f53244a4dc7300d64/dotnet-sdk-2.1.818-win-x86.zip",
"hash": "23432b04c348af12e65ce2bd2abf4b2312a361279acb9fde9a21cc74a13f53bc71716ad940ef0a4c84ec68f72c78ed441e55ad8390b660b3efcbd8eb65446369"
}
]
},
"sdks": [
{
"version": "2.1.817",
"version-display": "2.1.817",
"runtime-version": "2.1.29",
"version": "2.1.818",
"version-display": "2.1.818",
"runtime-version": "2.1.30",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "Visual Studio 2019 (v16.2)",
@ -191,69 +191,69 @@
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/4315bff0-490a-49fd-8147-851d8fa844c1/707d038c4783814a06de8133aeb468f4/dotnet-sdk-2.1.817-linux-arm.tar.gz",
"hash": "e9daec784173dc5db9b3d96842db121078fc1e0862b36b971eb8a7fbde0c2ec3af2c19a185262549dde2a9555cd6338f7684c50d7a6e1a9c3f7958f5dfc32048"
"url": "https://download.visualstudio.microsoft.com/download/pr/ba99642d-36fc-4654-95c3-112711ca6e41/7ef9d5f0a6d9b432069b68b46d81867c/dotnet-sdk-2.1.818-linux-arm.tar.gz",
"hash": "3aac9149980b33b3ceaf147dbb380aa3e1a0ea5e11af88a17a0dde79f2ec40c52bcdc2c95c66928dac65796524066c2b5e127c82388f6c19abcedebd8fe0de1c"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/3e58ee72-24c8-4b98-86f9-145deb294ff2/b23cc58351162b38b0a839ca4e8efe00/dotnet-sdk-2.1.817-linux-arm64.tar.gz",
"hash": "76392b20622882d7798dac9212902e0875fc764363bc281136af2c098aadbdd35facc392a635a89388e457dc6ef4321ad077f33388ac580a936d4ecd473b5b53"
"url": "https://download.visualstudio.microsoft.com/download/pr/04bec57b-d2a9-46b0-8c97-848558818000/1e67e2407b0518c9d2a692ba1fc99b22/dotnet-sdk-2.1.818-linux-arm64.tar.gz",
"hash": "4a8dfb282ba5c8b286e3b09c100a738a43df41fef371d0f6e7b3341aafb8ff00436658d1139175ec0a545e49a15aedda0efc6a4b97b7324c3cef5cdab8ff0451"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f3dd8bc2-a343-40ac-ba53-ddadaf4a5b4b/88bc12759122ba1b92c25e538df3fccf/dotnet-sdk-2.1.817-linux-musl-x64.tar.gz",
"hash": "484b46e998ab9a998b190809569fe039efc2cc31717bf4819e90c6e77a8742833c535ef7555628bb0a0052be6f366c5d0147fbc0488a30ee97fa1bc3b54816e1"
"url": "https://download.visualstudio.microsoft.com/download/pr/f1c2c969-8be9-458b-b34f-21df996f6114/a08a398cb7a9a42d23de2eeaef72e5e3/dotnet-sdk-2.1.818-linux-musl-x64.tar.gz",
"hash": "a9de41de8bc464024bf8bb51067279789e4234b51969543270fdc2c6ef83aa507ed0739547ae9be81a49abacad6b94926b24cbb3a70a960d2bad85f205ac8d86"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fb3319a2-9b8b-47c5-bed8-22617fb0feb6/ffc365184f20e64f46ebe6d780c50049/dotnet-sdk-2.1.817-linux-x64.tar.gz",
"hash": "1bdc0f0bba9a0fbdf0546ff5296d6198aec34b96f5a771ef54f905678ce78de3b1abeac92f42f2118043a69271d268cba196ff3958a37094e5f2e9703966c300"
"url": "https://download.visualstudio.microsoft.com/download/pr/5797d98a-8faf-472d-925c-931ac542d3c8/e48942da88f4d9d653a7b5c0790e7724/dotnet-sdk-2.1.818-linux-x64.tar.gz",
"hash": "0975301378d1238e55285d37aed4ab10df242e0884c0e3bb2eaf2e96af7bf6d554f5df1e653abddabf23ed8f1ea1665c452de42ad912ca84cd71760171416ecd"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/c4346917-71b3-459b-9ca8-b7d39d8791ef/9fc059df54823c9a92aec90257fc0ecd/dotnet-sdk-2.1.817-osx-x64.pkg",
"hash": "9da6ae033911fef8b66971335b0f166b9052039d8f992160dcdbbacf76e7e0113a36a05f3638762f98ab65abded8228576257c29cd77130dc8aceae484a9db77"
"url": "https://download.visualstudio.microsoft.com/download/pr/9f2c289a-f8f1-42cc-b319-091cf0394094/e08707b0494afb833f3cad1a2301aaff/dotnet-sdk-2.1.818-osx-x64.pkg",
"hash": "a1b1efdcc3d949e869dcc738c8a471349c3d1284cd9cc67220ae9adedd106db731f91f3052575fa2e4004bb9b3877108000a9a7afc83dfd5ff74bfd11b5e1187"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/58d166e7-9ce9-4814-8a39-1a7bfb837db2/f848de26373885381d61adf98514c3e9/dotnet-sdk-2.1.817-osx-x64.tar.gz",
"hash": "fc52a749b0ff33e19ca20ab4ad1813d0a46a479c18dcabdcba33142f529bd5fc1894bf7541f9efb5cb03bd9f06a7d045ff0c667e80ef7e125da979c9a4c26110"
"url": "https://download.visualstudio.microsoft.com/download/pr/fc42fd66-af16-4164-8bea-b050f279172d/aac481e88a7cb695ee3d0333fd96bb99/dotnet-sdk-2.1.818-osx-x64.tar.gz",
"hash": "0a3ed2cf18eda2bf9dab1be7a389fb7d7e328429284bd267a8f15d53e369e57e260c0f9766e911226e3b8f7f78dd4717c808fe98c8ff1e6f673dce30a4ec6ce6"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fa161251-fe8e-418d-ad24-8ef3ecdac1ce/a21b1aed1d651d16f04bcf3a543f8998/dotnet-sdk-2.1.817-win-x64.exe",
"hash": "274081f804e5089616a1611dcd932bed1721c79182cddd8c5a9521288191381ae22f4d22feaa7540c823350b84c4f34bf84b2976cd181646e973ad306628cae4"
"url": "https://download.visualstudio.microsoft.com/download/pr/fdc2c572-1f7f-4d46-b767-dd0951d10865/ad32c09fbef96146ec6b763d0192fba7/dotnet-sdk-2.1.818-win-x64.exe",
"hash": "f37af0f1ed01e665866b20a175b4305a5753aa6feb56da57184d06daf7dd51127d41e91f91cd11da23445010513ab20d974d21fb601d0234b5a314d3e3a6169f"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/eec383bf-aabf-405e-bbe0-45f6bc3d0892/b8edd15297b21590df277f9f3207e8eb/dotnet-sdk-2.1.817-win-x64.zip",
"hash": "843dc7e9b33f5699ee964fcadb9442ad67551ae701e752b402f36d73166eb28b6d88e8a54218c37b6a46a79f820f7918700935adea462aea6277eaa87b9fe0b6"
"url": "https://download.visualstudio.microsoft.com/download/pr/e6d7875b-f9e7-4ef8-aefc-166c1b6d2936/a1fdcb15c89776c53cf90f396c5f57e7/dotnet-sdk-2.1.818-win-x64.zip",
"hash": "ee0c000eb6b22e72cd6a49db0b139f2f49b2f74ce7e44f6308182a9e9f3ecadfa96b08084347c209997e4bf410c0d8beafbbaa600276118d9b23b43c0f09ec46"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/015c1d4d-a7bd-451c-babd-c1e44d0a337d/d0af83c4dea6bda628dcd720a95bd727/dotnet-sdk-2.1.817-win-x86.exe",
"hash": "161c0d8a606ea6384d707381e4e7aea99abed743550fef7e4e71d212427710da5063146cf97647beeb09ebd6be099605f350eb3e0d96d789219ed829073d6267"
"url": "https://download.visualstudio.microsoft.com/download/pr/34eb90cf-8de6-4301-9e61-5462b30edf4f/a493989fc106a5a851447ba6b7289ad6/dotnet-sdk-2.1.818-win-x86.exe",
"hash": "6f65a05178ac3abf65942bbc91c34784d496e822d69407fc33cd5519ede21ee09ebb5cc91a57dc928abd9c00e9580bf217d6bee2c400436e4625fc852d855f9e"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/effa3ab8-4411-44ae-81ca-ef39806afc57/037aae68c226f2b6bed319696b2491d4/dotnet-sdk-2.1.817-win-x86.zip",
"hash": "33e7badd44b2722df5fba2e4a8bfa0a17c261dafd0963f2813ddd3fda935cae337892c27eca0887385768c1fa983e96b12590028152ebcc8c6021f4b8df737fb"
"url": "https://download.visualstudio.microsoft.com/download/pr/68185c0b-8622-4b44-a9a0-2a78041ae5e0/000a9209e995c82f53244a4dc7300d64/dotnet-sdk-2.1.818-win-x86.zip",
"hash": "23432b04c348af12e65ce2bd2abf4b2312a361279acb9fde9a21cc74a13f53bc71716ad940ef0a4c84ec68f72c78ed441e55ad8390b660b3efcbd8eb65446369"
}
]
},
{
"version": "2.1.525",
"version-display": "2.1.525",
"runtime-version": "2.1.29",
"version": "2.1.526",
"version-display": "2.1.526",
"runtime-version": "2.1.30",
"vs-version": "15.9.38",
"vs-mac-version": "",
"vs-support": "",
@ -265,127 +265,127 @@
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/6c4180a8-f509-4b5b-ba30-fe6d23705f2e/ec3d0bf5ce16ba07a7c72afbadcbd8c3/dotnet-sdk-2.1.525-linux-arm.tar.gz",
"hash": "cd5fa03632bd8b67469ec3e1df2b642c02d148326fa9d3ee876ee239f171d860940deeac331589d65b3f1007056f741b3bfb59ef97f47a9609f4a4cfd2e9f451"
"url": "https://download.visualstudio.microsoft.com/download/pr/143fbece-a815-4707-a816-79afcc0733df/fda066c4a00547f0e0c2f5857a5d3a96/dotnet-sdk-2.1.526-linux-arm.tar.gz",
"hash": "a7d49daffb5b13e53e9916e3e026b2932822f2c4770e93f4932a0357baa859eb01fdd7e8772a560cd16e84808a48c057272cadebd1e02611b2c5cda17717f329"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a9997af8-4ab9-4c77-8e0d-7d9cee1dec03/599b9cfc3f6736dd05e70e16fb9b47d0/dotnet-sdk-2.1.525-linux-arm64.tar.gz",
"hash": "feb96002c09e3d20be2b2de1c390b83cea8c56bae53ad70fc8bda6f0e9c64e38d3ff3985a609c969372bbedb802def66b95bb1554d954b44dbece7e3e5ba90b4"
"url": "https://download.visualstudio.microsoft.com/download/pr/b088a7db-2c89-4735-8d8d-ba5f1f791752/9e002bf4a556c3dcc04e731f1ea58a88/dotnet-sdk-2.1.526-linux-arm64.tar.gz",
"hash": "bbe169f44f62de1c80a1d6f94f777b8125127d32a324b328148b7373d59251e60ad7dc8e12d6cc730c4990f08c5679e3085867eabe67cfd976291b5d0ee76050"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/65adee8a-d7cc-4b09-98cf-154a7f4d530b/42531651d7d0342591bcd3dbcc20ae3d/dotnet-sdk-2.1.525-linux-musl-x64.tar.gz",
"hash": "7e64a718cad079a7dd8a12c2b3f11b78000db4ae90f41322c5bfa6921fb3fbb537cb2894447d2e00ea75f4c0bda1890cb4f72ef69b02a8374e7a580816e6247d"
"url": "https://download.visualstudio.microsoft.com/download/pr/014fdc04-f859-4db6-a40c-d250819214a1/0ae7010bbd8936e9f6c52a8c6347ed48/dotnet-sdk-2.1.526-linux-musl-x64.tar.gz",
"hash": "7a06c22a6173de9dbd9f9cb8ee28611176886684f71b726b9c7d0619eeaa8ce4b811b6e4400852da7d8fc427442d5eee11efa03c8aeb211e6579eda7b7887bde"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a70b0892-4a65-44ec-a7b6-ddeebf2ba4a7/445abe7bed4f40f3a07d288c1f653a58/dotnet-sdk-2.1.525-linux-x64.tar.gz",
"hash": "55ef49e6bcb783453cff605368d667f2c00cea6e88467a7c4190a43541f1c154565837b8ec7e42f6b18e97119ad50c1ab4d565459ff955388d96530d9be0d378"
"url": "https://download.visualstudio.microsoft.com/download/pr/c320cf5a-8788-4409-85e0-695087e9173c/12c5b231c146a487a42de46bc55adb08/dotnet-sdk-2.1.526-linux-x64.tar.gz",
"hash": "27d9fcd7e4ddc97e161549b9340457cd209cc789ef7a2d7f1be8b2f6f8581bc8949bb7b9105d008bd801db0c180917ac0013e098231ccd9aaf63a61fb0fc4fcb"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/0e1dbeb6-f56a-4468-b674-cefd14a85802/0f151c975d1a9905b48d01acd69e5115/dotnet-sdk-2.1.525-osx-x64.pkg",
"hash": "d2131b783f3249e603282028daab20c130cefc9dbf7c668b11ccf0b1b8b9ee5cead3b98a640c97b49cbd50553c77ef5daecd52e0e65a469d0e7c337874029d7d"
"url": "https://download.visualstudio.microsoft.com/download/pr/97913c52-a78c-4c93-abe4-a2cdf3c933ee/dc2262512c0ac6bd80070b39e28594e6/dotnet-sdk-2.1.526-osx-x64.pkg",
"hash": "c8a2864db5dfba752483552bc794e7a295b7fac056d1d336d27a90816edf70522ae149cc5b239965173a5b2f1868b65ec66861305c9cf230d27699f88fe76725"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/31b08526-0590-4248-89ac-9be58d63130e/ab58d7cb70279639b9d4164bfd3ac8a4/dotnet-sdk-2.1.525-osx-x64.tar.gz",
"hash": "184a610551935216cfe673cb1b6e4e0b75e52690a000d19bfc974aafd0ff878f09a4c9c384b048c9de04c5febc9011cdae2d0bd2eaae366188d4428f48764a3e"
"url": "https://download.visualstudio.microsoft.com/download/pr/513bf6de-9faf-4e99-94c8-1a94ca30be49/875393a37a16d596d0021547f011c2d2/dotnet-sdk-2.1.526-osx-x64.tar.gz",
"hash": "4e01f2921af5ff8d90cd2df92eeb0ddcc4b09e9ba87e9667b8d291189f8fb31960bcc7959eb73630e6b21b2e83d976ec2b91c84c8836c22f8d5856ed9d867979"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/d0e45212-e531-48d1-a8ed-8ae60538fe11/8054d545de2a2ec436012e6686725929/dotnet-sdk-2.1.525-win-x64.exe",
"hash": "ffc7fe13f89cbcbdd7cea8fef2a2216ffcce9bb4d6e9e69b86bb6599de450ca450798dced730ebd9347ceedb19c061d4266d16366695765d6587391ac78db656"
"url": "https://download.visualstudio.microsoft.com/download/pr/db84bdd7-9889-4406-b1e0-2f8e022c19c8/31e646ad236f518e7b3ddbd61d244b44/dotnet-sdk-2.1.526-win-x64.exe",
"hash": "16b90a2f0ac1b9db1de4985dc25c3604c2b070b5a1b7f5c9cb61d145dd2db3b476a2ccd8b1fe4898b495e276610782b1e07510df6dc1bc613944e0d515ab6187"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/594d5700-8d45-49e2-b538-8e914e450709/9df470a5ab5360b37b05de9d5e697761/dotnet-sdk-2.1.525-win-x64.zip",
"hash": "7d960c9a32643c0b31f03955ebdb7a4b18d3d1eb051fc700e5716e08eb1b95ca5943839aa136dc1297ac7b980d87b432fc6e80e5085e73b0a847efa6ded90c10"
"url": "https://download.visualstudio.microsoft.com/download/pr/0dea242d-50cc-4541-8a4e-a53c82d4c5c8/14ed5a7073fb7ae148710159d30f7914/dotnet-sdk-2.1.526-win-x64.zip",
"hash": "34ea50ba6f386d7fee678f92b452ffd906e0f10cfbf7a6a972f382b9c601382b54527f305a46d08c4a6a0c5228b061fb3f210f620f21a09828e2eee920e6894c"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/35265c99-37cc-4a6e-b8da-e3bb5791790b/4273944df0aa016ad6b5100390f68ab0/dotnet-sdk-2.1.525-win-x86.exe",
"hash": "9841bd57658e3b9e01c9adc5e0d12d10400dcd283d609831743ef9023cfca374b1b52e5d33474c54d371b4bc19129eb9868cc701c161525a31cfde09de43aab1"
"url": "https://download.visualstudio.microsoft.com/download/pr/fccc13ee-151b-4395-9961-3bd3a7eda15c/756dfde0bcb2e82fb26870ac4a60e625/dotnet-sdk-2.1.526-win-x86.exe",
"hash": "ac690fad1d4c4008905faf4e4855a1aa5704cdb94a276a0ca33e0287da7fd8fec25bcbc13b531cab64b3c3261e4d8839ad817294055781b596eb51552171bebd"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/5875b7d7-83bf-4e07-9aa6-dc37e1e43384/b2f189f724e82110fff35aac27fa2bb6/dotnet-sdk-2.1.525-win-x86.zip",
"hash": "7fb43cc9f87d9bfa02820a59d34b7db6934bd6c9ebd18fd42be8b820afc85ffca2814a5bd9ab4eff7ec5c597db61283f77f5cb2f3ec3f26caead35e96951b79b"
"url": "https://download.visualstudio.microsoft.com/download/pr/fc37844c-69d3-49c6-b5d2-44545722099d/6c26a3ca25164035e3fecf41d6b86831/dotnet-sdk-2.1.526-win-x86.zip",
"hash": "a8112b6c8e6a53f203bcb8b9c487ff1948403fa1126ba4d19f646299a8d401db3595e444fc19737225cd9121daeb18eabafa0220aae780cfc41f495198d64e6b"
}
]
}
],
"aspnetcore-runtime": {
"version": "2.1.29",
"version-display": "2.1.29",
"version": "2.1.30",
"version-display": "2.1.30",
"version-aspnetcoremodule": [
"12.1.21204.29"
"12.1.21225.30"
],
"vs-version": "15.9.38, 16.4.25, 16.7.18",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/f8aecd9f-8def-403a-b5d9-8b93644eccbf/e0eb92a0f1034c2999afda200a7319fd/aspnetcore-runtime-2.1.29-linux-arm.tar.gz",
"hash": "00b6de7e6cba2456804c933db3e3de28275f0297fa3a3bc89202ca17673843dbb84000638d07d6c8a2e8b2d4fe124890230242a1fb3aa3e15f9da5f78e4ff11b"
"url": "https://download.visualstudio.microsoft.com/download/pr/45d40fc8-6d2d-45bf-95f5-85b04dddb2f9/15684494c511eb7d807cca09009c775f/aspnetcore-runtime-2.1.30-linux-arm.tar.gz",
"hash": "a696a868955ef7bf31c830382e646e8c07040abfe50b49da345f22fa8b45576673aee36a0d4a836dbb987f138b19f856e979b0e5dab8f05c04feced0031a3b46"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/74692878-5518-4c11-9086-cd8b104cdca0/0cb1b776df2495f19bb8486240d7bbb9/aspnetcore-runtime-2.1.29-linux-musl-x64.tar.gz",
"hash": "5d3c6c1920a26fbee13ee75125044d1017ff6404924a51758b9d06c6cfac561cac64b08c8348a98a44662f5f3191a76a599ee9d7d86652871f4cb1a1f6c6986b"
"url": "https://download.visualstudio.microsoft.com/download/pr/12ab23c7-2178-44d6-95e8-edf01092591f/e0f3b4e0ab258cf8e10f425200422247/aspnetcore-runtime-2.1.30-linux-musl-x64.tar.gz",
"hash": "4a54deb9cb470bea560eb1fc23b4608581f1df814e6a7b696049c74f422e1ba66249fbd239e5f5d98cf3b43418f2b2c2484b7cc9eafc97ecd0759f95b89039f8"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5d7cfd65-4f71-46e8-b05b-d7ff8d0daa00/0f21d9c66047f10d385ce15935116506/aspnetcore-runtime-2.1.29-linux-x64.tar.gz",
"hash": "baae6762d667bdb16530975659fbf9f10a95b22e243cf54e80b57f89ee0aec0de1a63b8ddac5367478c6581a5dce9b1151be09795e32be66c2d7d6153774786a"
"url": "https://download.visualstudio.microsoft.com/download/pr/d6040f80-8343-4771-9c02-dbc9a35ac88a/68e74e6e46cf36fa1a50f68af6831d6d/aspnetcore-runtime-2.1.30-linux-x64.tar.gz",
"hash": "60f65e2e37bb9af54f809ef0f4fe814c4c0dd9c969dea1aa81e94c0dc2433c5011cde39118196310ffac4e248b24924a2c154534194e70a8cdae40dfc81fe3d1"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/63e2b345-e838-445d-8eac-11612b4216d7/4eeb0750fdaa48591c8ef91a01fac049/aspnetcore-runtime-2.1.29-osx-x64.tar.gz",
"hash": "4146c1700d2943182e2c0c22b1077319de624d71594fece5c10b3672bd527ab4b577d73c670696b8c9f7b45bf5edfca4e02b6ccc99d3c4e2accac9aabfef2dd1"
"url": "https://download.visualstudio.microsoft.com/download/pr/a22ee713-db35-4232-a968-56a9da281ad0/d793935b7c0d1543bc1beb2931da4449/aspnetcore-runtime-2.1.30-osx-x64.tar.gz",
"hash": "ecdc1a055bd2352ae59394a7f9adf21f119b9f772a05da84feedc2e1c20c50acb09afc53d111e8193dc0fcd3a02dbe08eec01389eada09fb4c5b4f977d40d5a8"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ee15804c-341f-47a5-bdf8-216751c0830e/39bb732165910d1bd2cf9615b3c6acda/aspnetcore-runtime-2.1.29-win-x64.exe",
"hash": "dac24837e6ef9334b5b3248c0a175b7b208c901e3b9094d045bbb7910e41d57df9cdc267d9e441b69360f4d991c5ba41a2bc044625168bc3a7e9374a309da854"
"url": "https://download.visualstudio.microsoft.com/download/pr/b7d1c13d-1a1f-4eb4-a846-cbe85226b955/e60f930b6c79bd230bc771303edd6915/aspnetcore-runtime-2.1.30-win-x64.exe",
"hash": "63be995da62e46b7ff7904eb809bb3d34e362502ff4c2bcef99bb6b810ed6d26887b17c49c007cf989bc0ac74e9989257814f5adcecd3e74deff999c79a39f15"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fb930e07-46de-473f-b69e-74f600b61d16/048aad79a806ac3ca6a3721920170d81/aspnetcore-runtime-2.1.29-win-x64.zip",
"hash": "34a686fbe4d94493c3c02fc189f7dd577ca14211f85db128cd0eb72f085dc0d6c4d232b2f504bf60230e67faab2f54233ab45629fe5d0bbb39fa7d0832234982"
"url": "https://download.visualstudio.microsoft.com/download/pr/b54708aa-2c23-4d09-80e4-de00b0371b51/f20e1f1bbd5c3ed981405b34138ef105/aspnetcore-runtime-2.1.30-win-x64.zip",
"hash": "a49b1394ec0756872eba64d13eb693803f37cdc36ee59ea965692999d88736abaa097e37b7dc76439e84bd3e34b3c531cc9ae193534e5f07484f69aa0a467fd2"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/e8ffac0f-7236-4257-be2e-6ca8a2f1bb3c/d556ddabc2c98cdbf8e6dcacab3d0aa8/aspnetcore-runtime-2.1.29-win-x86.exe",
"hash": "b066219a2e9c103907b4cc9eae71fbbaf2db12f3c5ba364f98f6125ffa957455734be54533073dc992d8082725cfb26e90c363c43e766ead99b27a430f865d13"
"url": "https://download.visualstudio.microsoft.com/download/pr/ba6ce3ac-1ae3-40b4-8d7c-722870411df6/2f2316ffd11685a9f24a314ed53b7b51/aspnetcore-runtime-2.1.30-win-x86.exe",
"hash": "2973e6066e43ce955989b604639e07910e15e4cad2128b3b0956c9886a16d5a0a0f4c2eb5cc02150798b98e9170f67979256ae3824b03282c169feb4666520de"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/a7a76776-5197-447e-88ed-960ce4d82c48/dacd7091d0ef677b757f1455c7d88be9/aspnetcore-runtime-2.1.29-win-x86.zip",
"hash": "f1e7649c109c972035daa9352c57c4b20438f3d392826d626ef9f5f43f38ea521eacbf35a93ee69ee00e5d17dd3d551be12923a5f84ea629241b014ee58e2477"
"url": "https://download.visualstudio.microsoft.com/download/pr/07ea2c09-36a3-4c39-b842-fe14d4c52f8f/574f9d1d4456fbeae223c1be2cafcac2/aspnetcore-runtime-2.1.30-win-x86.zip",
"hash": "cf6f6a73964c5d6cbb4f675d42de33dcfe4c48519f56fbf78ff245281634dbbe673c48a15a3b2fdb6e1351f8993832a963a9eba86bdaf67b69c18380420a780f"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/109ce9a7-02c8-4e3a-a59b-0314cb2ea404/83ec4ae63ecb192f72741bba8c783974/dotnet-hosting-2.1.29-win.exe",
"hash": "befda7edd18efc0d2434e565840a92a6a48a993b630ec08ffbea723cc5941a483e5c46b31936335bcd72cb203a31feb0886934d7b01259aaa10ffc2f2a74c2fa",
"url": "https://download.visualstudio.microsoft.com/download/pr/cf7b17e3-ed6d-4ded-8ae6-9f83ffaaca98/9d2ca844baa4a4a9ed83861ffc8e293e/dotnet-hosting-2.1.30-win.exe",
"hash": "70c6b46b5df73ff493d087831b4254d4c3c5c1977a0325d90f6078c725129b71245bd8f886ab72c18113697c592b80714493f5693f2f4d6f5ccf4703bb58d336",
"akams": "https://aka.ms/dotnetcore-2-1-windowshosting"
}
]

View file

@ -7,14 +7,14 @@ The following [.NET releases](../releases.md) are currently supported:
| [.NET 6](6.0/README.md) | [November, 2021](https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-7/) | [Preview][policies] | [6.0 Preview 7][6.0 Preview 7] | November, 2024 |
| [.NET 5](5.0/README.md) | [November 10, 2020](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) | [Current][policies] | [5.0.9][5.0.9] | February, 2022 |
| [.NET Core 3.1](3.1/README.md) | [December 3, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | [LTS][policies] | [3.1.18][3.1.18] | December 3, 2022 |
| [.NET Core 2.1](2.1/README.md) | [May 30, 2018](https://devblogs.microsoft.com/dotnet/announcing-net-core-2-1/) | [LTS][policies] | [2.1.29][2.1.29] | August 21, 2021 |
| [.NET Core 2.1](2.1/README.md) | [May 30, 2018](https://devblogs.microsoft.com/dotnet/announcing-net-core-2-1/) | [LTS][policies] | [2.1.30][2.1.30] | August 21, 2021 |
You can find release notes for all releases, including out-of-support releases, in the [release-notes](.) directory.
[6.0 Preview 7]: 6.0/preview/6.0.0-preview.7.md
[5.0.9]: 5.0/5.0.9/5.0.9.md
[3.1.18]: 3.1/3.1.18/3.1.18.md
[2.1.29]: 2.1/2.1.29/2.1.29.md
[2.1.30]: 2.1/2.1.30/2.1.30.md
## Release Information

View file

@ -49,11 +49,11 @@
},
{
"channel-version": "2.1",
"latest-release": "2.1.29",
"latest-release-date": "2021-08-10",
"latest-release": "2.1.30",
"latest-release-date": "2021-08-19",
"security": true,
"latest-runtime": "2.1.29",
"latest-sdk": "2.1.817",
"latest-runtime": "2.1.30",
"latest-sdk": "2.1.818",
"product": ".NET Core",
"support-phase": "lts",
"eol-date": "2021-08-21",

View file

@ -14,12 +14,12 @@ The following table lists in-support .NET releases.
| [.NET 6](release-notes/6.0/README.md) | [November, 2021](https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-7/) | [Preview][policies] | [6.0 Preview 7][6.0 Preview 7] | November, 2024 |
| [.NET 5](release-notes/5.0/README.md) | [November 10, 2020](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) | [Current][policies] | [5.0.9][5.0.9] | May, 2022 |
| [.NET Core 3.1](release-notes/3.1/README.md) | [December 3, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | [LTS][policies] | [3.1.18][3.1.18] | December 3, 2022 |
| [.NET Core 2.1](release-notes/2.1/README.md) | [May 30, 2018](https://devblogs.microsoft.com/dotnet/announcing-net-core-2-1/) | [LTS][policies] | [2.1.29][2.1.29] | [August 21, 2021](https://devblogs.microsoft.com/dotnet/net-core-2-1-will-reach-end-of-support-on-august-21-2021/) |
| [.NET Core 2.1](release-notes/2.1/README.md) | [May 30, 2018](https://devblogs.microsoft.com/dotnet/announcing-net-core-2-1/) | [LTS][policies] | [2.1.30][2.1.30] | [August 21, 2021](https://devblogs.microsoft.com/dotnet/net-core-2-1-will-reach-end-of-support-on-august-21-2021/) |
[6.0 Preview 7]: release-notes/6.0/preview/6.0.0-preview.7.md
[5.0.9]: release-notes/5.0/5.0.9/5.0.9.md
[3.1.18]: release-notes/3.1/3.1.18/3.1.18.md
[2.1.29]: release-notes/2.1/2.1.29/2.1.29.md
[2.1.30]: release-notes/2.1/2.1.30/2.1.30.md
## End-of-life .NET versions