Merge pull request #4872 from dotnet/net6

Release Artifacts for .NET 5 Preview 6
This commit is contained in:
Rahul Bhandari 2020-06-25 09:18:49 -07:00 committed by GitHub
commit a193808e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 587 additions and 11 deletions

View file

@ -16,6 +16,10 @@ This document lists known issues for **.NET 5 Preview 1 and beyond releases** wh
1. The Microsoft.Windows.Compatibility package references dependencies that are not available at the targeted versions. To workaround, individually reference the packages your project needs. It is tracked by [dotnet/runtime/issues #34351](https://github.com/dotnet/runtime/issues/34351)
### Preview 6
1. With the work to provide sustainable and long-term support for WinRT consumption in .NET, the built-in support has been removed. This is a high impact change to all existing libraries and application that rely on the built-in WinRT support. The replacement for built-in WinRT support is the C#/WinRT tool chain. For complete details, see the official doc issue at dotnet/docs#18875.
## ASP.NET Core Runtime
### Preview 4
@ -41,4 +45,4 @@ This will be fixed in the Preview 5 release. It is tracked by [dotnet/aspnetcore
### Preview 5
1. For self-contained single-file apps, hostfxr and hostpolicy are not bundled into the application bundle, but are published alongside it. Framework-dependent single-file apps are not affected (since hostfxr and hostpolicy reside within the framework). This issue will be resolved in Preview 6, tracked by [dotnet/runtime #32823](https://github.com/dotnet/runtime/issues/32823).
1. For self-contained single-file apps, hostfxr and hostpolicy are not bundled into the application bundle, but are published alongside it. Framework-dependent single-file apps are not affected (since hostfxr and hostpolicy reside within the framework). This issue should be resolved in Preview 6, tracked by [dotnet/runtime #32823](https://github.com/dotnet/runtime/issues/32823).

View file

@ -4,6 +4,7 @@ The following .NET 5 releases have been shipped. You must be on the latest patch
| Release Date | Description | Download |
| :-- | :-- | :--: |
| 2020/06/25 | [5.0.0 Preview 6](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.6.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) |
| 2020/06/10 | [5.0.0 Preview 5](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.5.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) |
| 2020/05/19 | [5.0.0 Preview 4](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.4.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) |
| 2020/04/23 | [5.0.0 Preview 3](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.3.md) | [download](https://dotnet.microsoft.com/download/dotnet/5.0) |

View file

@ -0,0 +1,78 @@
# .NET 5.0.0 Preview 6
.NET 5.0.0 Preview 6 comprises:
* .NET Runtime 5.0.0-preview.6.20305.6
* ASP.NET Core 5.0.0-preview.6.20312.15
* .NET SDK 5.0.100-preview.6.20318.15
See the [Release Notes][release-notes] for details about what is included in this update.
## Docker
The [.NET 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/).
## Install .NET on Linux
### Install using Snap
Because of the isolated environment, using Snap is the preferred way to install and try .NET Previews on [Linux distributions that support Snap](https://docs.snapcraft.io/installing-snapd/6735).
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel=5.0/beta --classic`
Some systems require that you restart the terminal session so the Snap install location can be added to the path. If this is the case, you will see a warning once the dotnet-sdk Snap installation is complete.
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 distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://docs.microsoft.com/dotnet/core/install/) for a possible resolution.
### Install using deb/rpm packages
Preview release installers are not available from the Microsoft package repositories. The steps below provide an easy way to install .NET 5 Preview 6 using your Distro package manager.
**Note:** `curl` must be available on the system before running the following steps. Once you have confirmed that `curl` is available, complete the steps to download and install the .NET 5 Preview 6 SDK and Runtime.
1. Create a directory to use for the download location and change into that directory. For example, `mkdir $HOME/dotnet_install && cd $HOME/dotnet_install`.
2. Run `curl -H 'Cache-Control: no-cache' -L https://aka.ms/install-dotnet-preview -o install-dotnet-preview.sh`
3. Run the script with `sudo bash install-dotnet-preview.sh`
Here's what the script does.
* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script continues.
* Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages.
* Downloads the tar.gz containing the .NET preview installer packages for the detected distribution.
* Downloads the system dependency installer, if needed.
* Expands the tar.gz into ./dotnet_packages
* Attempts to install the contents of ./dotnet_packages using `rpm` or `dpkg`, as appropriate, for the detected distribution.
### 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
```
## 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-5.0.0-preview.6.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/5.0/preview/5.0.0-preview.6.md
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2563f05b-8dd1-4d66-92e0-2766ac653df9/cd36906fb799128ee9107e55194cf505/dotnet-hosting-5.0.0-preview.6.20312.15-win.exe

View file

@ -0,0 +1,124 @@
# .NET 5.0.0 Preview 6 - June 25, 2020
.NET 5.0.0 Preview 6 is available for download and usage in your environment. This release includes .NET 5.0.0 Runtime Preview 6 and .NET SDK 5.0.100 Preview 6.
* [Downloads](https://dotnet.microsoft.com/download/dotnet/5.0)
* [.NET 5.0 Preview 6 Blog][dotnet-blog]
* [ASP.NET Core Blog][aspnet-blog]
* [EF Core Blog][ef-blog]
* [Changes in this release](#notable-changes-in-500-preview-6)
* [Known issues](../5.0-known-issues.md)
* [Visual Studio Compatibility](#visual-studio-compatibility)
The .NET SDK 5.0.100 Preview 6 includes .NET 5.0.0 preview Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET SDK 5.0.100 preview, the following command will show that you're running version `5.0.100-preview.6.20318.15` 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 Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [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] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [Snap and Package Manager](5.0.0-preview.6-install-instructions.md) | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
1. Includes the .NET Runtime and ASP.NET Core Runtime
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 Runtime.
## Visual Studio Compatibility
**Visual Studio compatibility:** .NET 5 Preview 6 requires Visual Studio 2019 16.6 to take full advantage of all its features. .NET 5 Preview 6 won't work properly in earlier versions of Visual Studio. Visit [Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/) to learn about VS previews.
## Docker Images
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
The following repos have been updated
* [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet)
* [microsoft/dotnet-samples](https://hub.docker.com/r/microsoft/dotnet-samples)
## Notable Changes in 5.0.0 Preview 6
Here is list of some of the additions and updates we're excited to bring in Preview 6. See the [.NET][dotnet-blog] and [ASP.NET Core][aspnet-blog] blogs for additional details.
* ASP.NET Core: [bugs][aspnet_bugs] | [features][aspnet_features]
* EntityFramework Core: [bugs][ef_bugs] | [features][ef_features]
* .NET SDK [bugs][sdk_bugs]
[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/5.0/preview/5.0.0-preview.6.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.6-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.6-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/announcing-net-5-0-preview-6/
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-6/
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-5-0-preview-6/
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A5.0.0-preview6+is%3Aclosed+label%3Atype-bug+is%3Aclosed
[ef_features]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A5.0.0-preview6+is%3Aclosed+label%3Atype-enhancement+is%3Aclosed
[aspnet_bugs]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A5.0.0-preview6+label%3ADone+label%3Abug+is%3Aclosed
[aspnet_features]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A5.0.0-preview6+label%3ADone+label%3Aenhancement+is%3Aclosed
[runtime_bugs]: https://github.com/dotnet/runtime/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A5.0+label%3Abug+is%3Aclosed
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A5.0+label%3Aenhancement+is%3Aclosed
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.1xx+is%3Aclosed
[//]: # ( Runtime 5.0.0-preview.6.20305.6)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c193dbd4-612f-4185-bd89-c79f2c7a57ec/89e9c35b2949436d25df6536f82fba48/dotnet-runtime-5.0.0-preview.6.20305.6-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/032c7427-1de9-4127-ad97-c2aeb927fe1a/00475ef07e0ee12a161221d1cbe3b5a6/dotnet-runtime-5.0.0-preview.6.20305.6-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a913f6ee-16ad-493e-bf75-59d2d48de3f1/4105f0f967d03dfc2cdba711323e60cb/dotnet-runtime-5.0.0-preview.6.20305.6-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f5645d58-d3bf-40b9-9150-400604b3ad36/2a5de2de91b15018ff0ca0f79db1046c/dotnet-runtime-5.0.0-preview.6.20305.6-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/255d9cd2-6371-4fae-9088-0e806faf145f/084be8348ba60f7cab06fc9e6e1a548f/dotnet-runtime-5.0.0-preview.6.20305.6-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/8984e389-5e54-4315-8c1f-d642694a5a3a/fea8df55f4f3b81fbe6bfc57d547fc9d/dotnet-runtime-5.0.0-preview.6.20305.6-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9bcd6a75-2d60-4fdb-ba52-bf8aac3cc8ea/30f94206874e28a08cd1af9b60f76833/dotnet-runtime-5.0.0-preview.6.20305.6-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/1ad139a9-4a6f-48fd-93ec-159c642f64c8/fd8178cd24772a3a82394bc1c0104e87/dotnet-runtime-5.0.0-preview.6.20305.6-win-arm.zip
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/d92cf82f-3605-4e5a-bd45-8b7582a8baa2/d746e5423390263a5fe5b5573ab1da2e/dotnet-runtime-5.0.0-preview.6.20305.6-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/9d9ad166-4ec8-44ce-a3b6-2c9157db98f3/5055fa1ac4cffdfdcfd6c7fc6a1a143f/dotnet-runtime-5.0.0-preview.6.20305.6-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/7a9b311c-96ff-4275-a4ad-372e10730072/74369b63884ad2950c3304d86d124310/dotnet-runtime-5.0.0-preview.6.20305.6-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/63f91a7f-ba90-4593-915b-083f0ddcb076/b5da51ed6897d98f2f5c8c3f8054e745/dotnet-runtime-5.0.0-preview.6.20305.6-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/0bc6ed8b-b2b1-407a-a68d-08262f1fb752/390fbdc3d59edb2ff9c771d76bb114c8/dotnet-runtime-5.0.0-preview.6.20305.6-win-x86.zip
[//]: # ( WindowsDesktop 5.0.0-preview.6.20308.1)
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/829c5f36-4be5-4bf0-bf2a-a951ac1a53a9/dcef53f6325d9f055f704e0ebcce4fca/windowsdesktop-runtime-5.0.0-preview.6.20308.1-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/877d2802-6181-42de-9ec7-3aa99941c75e/93766366e5475a969ebf514c8bd3f93f/windowsdesktop-runtime-5.0.0-preview.6.20308.1-win-x86.exe
[//]: # ( ASP 5.0.0-preview.6.20312.15)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/73088968-f3eb-46c5-b762-93118fdc43d3/bb4f75b42f0c4ef4fb4d0fba67a88743/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/35bc810e-7447-4989-8690-a26bea89978f/8b2b16cdcf73aeb3987a08a4d968fdb6/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ef32de56-e8a7-448f-bed1-f1e8d1b52d61/a83be851e55a895c57001c69e3c40048/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/81466dce-451a-480d-b6b1-6dd26841c057/ca724a89b6af524b13a3d8065fdb51d3/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/72d81bfb-18f8-4f32-bcf2-b96bae1f648b/bcb3c3f6092b646aff08775e48ee1738/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb1b59dc-ad8c-4c34-95a0-5eb202916943/9bcbf60f802cf4c9ae67914a57141072/aspnetcore-runtime-5.0.0-preview.6.20312.15-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/275bb38a-fc5a-4811-903c-7fb012507fbe/bfb3c6218b07f8620c6b804700477b16/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-arm.zip
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/ba06eeb6-f5a7-484c-948e-fdcf22ad6198/394e1ea9b4886df2a365085a9ac8cd2e/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/9214582e-ff80-4f31-8b88-5fa9d4b776e5/606ea8c457382a4636283045ac50db6a/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/5f067ed8-d2e0-4272-a118-8007892b3fa2/3fecfd00d6263446e1d1ea60059c8acf/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/9689303a-21cd-43fd-9d4f-a68ee39e190e/542ff84d8e9df559e847bd2bc7200a21/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/4a0ac3d1-1444-4996-9c2b-098890f4a9d1/4e8d5ec188c9e03d4bc74e689823be83/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2563f05b-8dd1-4d66-92e0-2766ac653df9/cd36906fb799128ee9107e55194cf505/dotnet-hosting-5.0.0-preview.6.20312.15-win.exe
[//]: # ( SDK 5.0.100-preview.6.20318.15 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fc54f62e-c7bd-43a3-a27b-4afb08bc4d6f/b01ccacf3d94efc0bbe26f64f7fde9b7/dotnet-sdk-5.0.100-preview.6.20318.15-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/164ecfcc-df44-476f-a161-340201aa6fa8/7200eb764dc9ff546d384e3188f98a53/dotnet-sdk-5.0.100-preview.6.20318.15-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6cfc5668-5c55-4ab4-9266-0d3dd00e6417/c03eb0deb48f9d2cf8d2bde4bf4d9113/dotnet-sdk-5.0.100-preview.6.20318.15-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ec4bba83-4586-4705-a6ae-c648861ca284/d9470c2f68161e3c2b8a0785fe7b3329/dotnet-sdk-5.0.100-preview.6.20318.15-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/f912c99a-c128-4436-8aa5-433cf502d0ab/4ebe252735cb7ae6cc828b2e0bbe107b/dotnet-sdk-5.0.100-preview.6.20318.15-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ae0be7cb-6553-43e4-ab1c-6355a0ac0b9f/e18a0be6d89ac4cde08e39ce232953b4/dotnet-sdk-5.0.100-preview.6.20318.15-osx-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/a8b692d7-7f4d-4942-a67d-31b641401393/24e5432311663d3aa9274a2e7f30ddfa/dotnet-sdk-5.0.100-preview.6.20318.15-win-arm.zip
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/641b012b-5952-453d-a2b8-46aaab4b5ae4/c0e5b3a90d8027787b358658909695b5/dotnet-sdk-5.0.100-preview.6.20318.15-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/fd9433cb-270c-428d-b0b5-a29a0775248e/111429e1df10716fe6d85ab4e658b333/dotnet-sdk-5.0.100-preview.6.20318.15-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/95161504-111d-44b6-a769-72c07d7179a7/47fc56c03ee30f612e1e34e1b7430897/dotnet-sdk-5.0.100-preview.6.20318.15-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/b0062077-f955-4b97-94cd-454f740ff142/ccb371f6fd4b2ca1f54ac0e182778b5f/dotnet-sdk-5.0.100-preview.6.20318.15-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/7f2c7990-e7dc-4937-881c-b58e43f24ed0/78c3c9fd17f4f89c7de4a45d9f17dc00/dotnet-sdk-5.0.100-preview.6.20318.15-win-x86.zip
[//]: # ( Symbols )

View file

@ -1,12 +1,381 @@
{
"channel-version": "5.0",
"latest-release": "5.0.0-preview.5",
"latest-release-date": "2020-06-10",
"latest-runtime": "5.0.0-preview.5.20278.1",
"latest-sdk": "5.0.100-preview.5.20279.10",
"latest-release": "5.0.0-preview.6",
"latest-release-date": "2020-06-25",
"latest-runtime": "5.0.0-preview.6.20305.6",
"latest-sdk": "5.0.100-preview.6.20318.15",
"support-phase": "preview",
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"releases": [
{
"release-date": "2020-06-25",
"release-version": "5.0.0-preview.6",
"security": false,
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.6.md",
"runtime": {
"version": "5.0.0-preview.6.20305.6",
"version-display": "5.0.0-preview.6",
"vs-version": "",
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/c193dbd4-612f-4185-bd89-c79f2c7a57ec/89e9c35b2949436d25df6536f82fba48/dotnet-runtime-5.0.0-preview.6.20305.6-linux-arm.tar.gz",
"hash": "7e9a70a13ccd56d282e336beb57e7714c4cc8dadf88cdc77c15be91eb3a24c10742651f07960aacd1ff84402120f7e75652403b2e00db2c5011634a30fcf5811"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/032c7427-1de9-4127-ad97-c2aeb927fe1a/00475ef07e0ee12a161221d1cbe3b5a6/dotnet-runtime-5.0.0-preview.6.20305.6-linux-arm64.tar.gz",
"hash": "0890f5e1f54d38a8e4cd99637eb9155da663ae4b466bf56fc36bb9100c688201d814547400859614e41c4946ff05e789a87575ecbe1f15e63b578c8ef4d765ce"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a913f6ee-16ad-493e-bf75-59d2d48de3f1/4105f0f967d03dfc2cdba711323e60cb/dotnet-runtime-5.0.0-preview.6.20305.6-linux-musl-arm64.tar.gz",
"hash": "0db9e2b02d42557854d080dad21f027e2967ee2fd0c6a368952526e6b8af1c3f1768d99a642802166201b40ab084a4040588993b6231d65b6edba8e068ae9f72"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f5645d58-d3bf-40b9-9150-400604b3ad36/2a5de2de91b15018ff0ca0f79db1046c/dotnet-runtime-5.0.0-preview.6.20305.6-linux-musl-x64.tar.gz",
"hash": "416eeebfd90d66f68cb6e68842b3b89c080adf4a4773d3af822d1cdc4469c3e3f3ff1171bbcbfec0e4e1ca1f2357fa694fff97770bc72893cf375cf9c564e1bc"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/255d9cd2-6371-4fae-9088-0e806faf145f/084be8348ba60f7cab06fc9e6e1a548f/dotnet-runtime-5.0.0-preview.6.20305.6-linux-x64.tar.gz",
"hash": "355a0a3e02970a5ecd2bfa06f4690ed8f7ee23bf5544470787c79c80ec5ff7d3a0296fed06d311d2b970fe00db0345856b5cea4e8e0cc3abfab8f2e89d0755e6"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/8984e389-5e54-4315-8c1f-d642694a5a3a/fea8df55f4f3b81fbe6bfc57d547fc9d/dotnet-runtime-5.0.0-preview.6.20305.6-osx-x64.pkg",
"hash": "00f3beb35aab5b81bf9b72d0a96e15f8dc40afa1c34fd49fb8ab288d888799f818f332352eede62585122d3386b71d548456b1c6aad13d6217f8f57414cb9fe7"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/9bcd6a75-2d60-4fdb-ba52-bf8aac3cc8ea/30f94206874e28a08cd1af9b60f76833/dotnet-runtime-5.0.0-preview.6.20305.6-osx-x64.tar.gz",
"hash": "1c2b545904528872ee0b8012903b7a42e8980de4296a72f102a2cf696ca6c79acd5710f81d919c81c7fa9dbb5e3f23b2989c4c7799414be39a3a09a5e9fe5534"
},
{
"name": "dotnet-runtime-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/1ad139a9-4a6f-48fd-93ec-159c642f64c8/fd8178cd24772a3a82394bc1c0104e87/dotnet-runtime-5.0.0-preview.6.20305.6-win-arm.zip",
"hash": "ef40dca20592cb1d70cc78dde9c1dc5a58ba0a00b53c07e0999d8f8f0e738226712fbc4b7da5b0022cd3a17ded6bc966a15164fbdbfd63b8163f26b6d7e03c20"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/d92cf82f-3605-4e5a-bd45-8b7582a8baa2/d746e5423390263a5fe5b5573ab1da2e/dotnet-runtime-5.0.0-preview.6.20305.6-win-arm64.zip",
"hash": "136a875a809d6d7bb54ae6b215ca96b6059504e9bd0cba0f29f8e1b660b52624d6c8ac77cf483131070039d6239b41614bdbd43aa591cd7e62ef209a63d5a76a"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/9d9ad166-4ec8-44ce-a3b6-2c9157db98f3/5055fa1ac4cffdfdcfd6c7fc6a1a143f/dotnet-runtime-5.0.0-preview.6.20305.6-win-x64.exe",
"hash": "6821be7a59b0d21521a33ca3841a4132ee1f471c779ed353ef766c340818140156befd636a4a15fc76ac5aa0436697c251cf2a97db3dab07172947784d53a683"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/7a9b311c-96ff-4275-a4ad-372e10730072/74369b63884ad2950c3304d86d124310/dotnet-runtime-5.0.0-preview.6.20305.6-win-x64.zip",
"hash": "eb7b8db4de0149ef14e367e7c8fc92f160be5aabf5380280b6b663afeec993595b674ccd4ece5032dd0187587cb97a1a39cc0d0b1284e913c537ad23aebe1ac7"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/63f91a7f-ba90-4593-915b-083f0ddcb076/b5da51ed6897d98f2f5c8c3f8054e745/dotnet-runtime-5.0.0-preview.6.20305.6-win-x86.exe",
"hash": "6053d306567d3c5098194375628d2613e304a0cb09e50d20d19345a05106cd98f20353717ec0f68d44034df8abee8ebdc0c1bc15d6feb3a47184352d206c52da"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/0bc6ed8b-b2b1-407a-a68d-08262f1fb752/390fbdc3d59edb2ff9c771d76bb114c8/dotnet-runtime-5.0.0-preview.6.20305.6-win-x86.zip",
"hash": "ae3bff284b855735a7589402d6c3931bc9a2d236a3fdcd717a0406b3d8e3a8dd5601983c205b99fc72e496def942f26ae89cb8bab57cf5ddc6cce699c2b71f3a"
}
]
},
"sdk": {
"version": "5.0.100-preview.6.20318.15",
"version-display": "5.0.100-preview.6",
"runtime-version": "5.0.0-preview.6.20305.6",
"vs-support": "Visual Studio 2019 (v16.6)",
"csharp-version": "9.0-preview",
"fsharp-version": "5.0-preview",
"vb-version": "15.5",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/fc54f62e-c7bd-43a3-a27b-4afb08bc4d6f/b01ccacf3d94efc0bbe26f64f7fde9b7/dotnet-sdk-5.0.100-preview.6.20318.15-linux-arm.tar.gz",
"hash": "1dd5c4f90d43983f1b6ccfa7631fd70afe99b26c1111d191dccb860bcfa232052c3589147f730b583b3f498bcd1116a131fae462267b68a00c10d7e7d832e65f"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/164ecfcc-df44-476f-a161-340201aa6fa8/7200eb764dc9ff546d384e3188f98a53/dotnet-sdk-5.0.100-preview.6.20318.15-linux-arm64.tar.gz",
"hash": "2a1039c4a94abd33949176407edee84dbd54053b56c7e2d8b69e7cf28e16f89013036cf662403ea8f2ea593b9b1b702e464762d9670da12507d1c1e06a58c04f"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/6cfc5668-5c55-4ab4-9266-0d3dd00e6417/c03eb0deb48f9d2cf8d2bde4bf4d9113/dotnet-sdk-5.0.100-preview.6.20318.15-linux-musl-x64.tar.gz",
"hash": "e0c5283cd1758f921e25f4653c8c8a3076dd83602c8f036b347450695717ad3c071222b2467df27b8854c55e555f4ed095f9dc072d595caf6fe7b4abde6332d5"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ec4bba83-4586-4705-a6ae-c648861ca284/d9470c2f68161e3c2b8a0785fe7b3329/dotnet-sdk-5.0.100-preview.6.20318.15-linux-x64.tar.gz",
"hash": "ae68221770e8f199880f00a29d72c624aaedc0c3ca61a7b543a6555acf27eca4c0c24fbd4eddc1322d7dcb4f342325b1d1521c590556bd95c3c2ec653b914dbb"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f912c99a-c128-4436-8aa5-433cf502d0ab/4ebe252735cb7ae6cc828b2e0bbe107b/dotnet-sdk-5.0.100-preview.6.20318.15-osx-x64.pkg",
"hash": "7c3f50b2b7fac2c41fe5074d706d67ee6e8edaa3eb464425ea884add51d92ae82f1a2571ff41ce3114abcdb91ebaa3df893bbf4f9ce2d666bb8a9577551004f5"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ae0be7cb-6553-43e4-ab1c-6355a0ac0b9f/e18a0be6d89ac4cde08e39ce232953b4/dotnet-sdk-5.0.100-preview.6.20318.15-osx-x64.tar.gz",
"hash": "03bf06a62c040840825455abe6a94ee6833bc19fe8fb7a38012638a6d7e12dd2b0f0a5efb761c84152cbb09dd659821d2897153918a2dd3ed9d1b07de437e719"
},
{
"name": "dotnet-sdk-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/a8b692d7-7f4d-4942-a67d-31b641401393/24e5432311663d3aa9274a2e7f30ddfa/dotnet-sdk-5.0.100-preview.6.20318.15-win-arm.zip",
"hash": "9c8fadc64c25c3355dde90ff58099bd030227d95ed929e87210e444a900cba14df42d2e4dacc7fca6224345270fba77585eb3fde5e48a9b842952c2306d3c0f5"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/641b012b-5952-453d-a2b8-46aaab4b5ae4/c0e5b3a90d8027787b358658909695b5/dotnet-sdk-5.0.100-preview.6.20318.15-win-arm64.zip",
"hash": "8c0ec61a02daf5ad04b8286b50e90280b45179115400d2375b909d9241d857bcb73aeb929a5a9f42f6981de40252608a980e5118bdd7627686026653f891efea"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fd9433cb-270c-428d-b0b5-a29a0775248e/111429e1df10716fe6d85ab4e658b333/dotnet-sdk-5.0.100-preview.6.20318.15-win-x64.exe",
"hash": "cc112b2d93337f70e490861c9f0325d55fea51867b1b53d0157778ec61e776e7dad99a929724aec2d35d809b2c4f80c47e4783150fd6f522dedebddbea71a9db"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/95161504-111d-44b6-a769-72c07d7179a7/47fc56c03ee30f612e1e34e1b7430897/dotnet-sdk-5.0.100-preview.6.20318.15-win-x64.zip",
"hash": "46ecc1e10aa9c9296675af55fe93bf003d3984b761e1c1d2af823a24b355ca99e0bce9ceb8856ec29ee1c3dd430c01c0b55901a853a1ef763397eadf9045e01e"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/b0062077-f955-4b97-94cd-454f740ff142/ccb371f6fd4b2ca1f54ac0e182778b5f/dotnet-sdk-5.0.100-preview.6.20318.15-win-x86.exe",
"hash": "ab14ae0af4103083a4794ca514ba6c5e9ef69d110b099b0ef60df9ffec8a8f1bd5aad280138da9cdec36664f03b83804e1c90bc0c4a647731e190cb8847cad4d"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/7f2c7990-e7dc-4937-881c-b58e43f24ed0/78c3c9fd17f4f89c7de4a45d9f17dc00/dotnet-sdk-5.0.100-preview.6.20318.15-win-x86.zip",
"hash": "231a0fb7b959b8ea90e16fe03806920d6f60dc54eb537698c0acbbd68a30d92bfa1aa31b1c00798d08d2b0b28554907a0f467cda06fa78d398144f2468a596e6"
}
]
},
"sdks": [
{
"version": "5.0.100-preview.6.20318.15",
"version-display": "5.0.100-preview.6",
"runtime-version": "5.0.0-preview.6.20305.6",
"vs-support": "Visual Studio 2019 (v16.6)",
"csharp-version": "9.0-preview",
"fsharp-version": "5.0-preview",
"vb-version": "15.5",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/fc54f62e-c7bd-43a3-a27b-4afb08bc4d6f/b01ccacf3d94efc0bbe26f64f7fde9b7/dotnet-sdk-5.0.100-preview.6.20318.15-linux-arm.tar.gz",
"hash": "1dd5c4f90d43983f1b6ccfa7631fd70afe99b26c1111d191dccb860bcfa232052c3589147f730b583b3f498bcd1116a131fae462267b68a00c10d7e7d832e65f"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/164ecfcc-df44-476f-a161-340201aa6fa8/7200eb764dc9ff546d384e3188f98a53/dotnet-sdk-5.0.100-preview.6.20318.15-linux-arm64.tar.gz",
"hash": "2a1039c4a94abd33949176407edee84dbd54053b56c7e2d8b69e7cf28e16f89013036cf662403ea8f2ea593b9b1b702e464762d9670da12507d1c1e06a58c04f"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/6cfc5668-5c55-4ab4-9266-0d3dd00e6417/c03eb0deb48f9d2cf8d2bde4bf4d9113/dotnet-sdk-5.0.100-preview.6.20318.15-linux-musl-x64.tar.gz",
"hash": "e0c5283cd1758f921e25f4653c8c8a3076dd83602c8f036b347450695717ad3c071222b2467df27b8854c55e555f4ed095f9dc072d595caf6fe7b4abde6332d5"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ec4bba83-4586-4705-a6ae-c648861ca284/d9470c2f68161e3c2b8a0785fe7b3329/dotnet-sdk-5.0.100-preview.6.20318.15-linux-x64.tar.gz",
"hash": "ae68221770e8f199880f00a29d72c624aaedc0c3ca61a7b543a6555acf27eca4c0c24fbd4eddc1322d7dcb4f342325b1d1521c590556bd95c3c2ec653b914dbb"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f912c99a-c128-4436-8aa5-433cf502d0ab/4ebe252735cb7ae6cc828b2e0bbe107b/dotnet-sdk-5.0.100-preview.6.20318.15-osx-x64.pkg",
"hash": "7c3f50b2b7fac2c41fe5074d706d67ee6e8edaa3eb464425ea884add51d92ae82f1a2571ff41ce3114abcdb91ebaa3df893bbf4f9ce2d666bb8a9577551004f5"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ae0be7cb-6553-43e4-ab1c-6355a0ac0b9f/e18a0be6d89ac4cde08e39ce232953b4/dotnet-sdk-5.0.100-preview.6.20318.15-osx-x64.tar.gz",
"hash": "03bf06a62c040840825455abe6a94ee6833bc19fe8fb7a38012638a6d7e12dd2b0f0a5efb761c84152cbb09dd659821d2897153918a2dd3ed9d1b07de437e719"
},
{
"name": "dotnet-sdk-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/a8b692d7-7f4d-4942-a67d-31b641401393/24e5432311663d3aa9274a2e7f30ddfa/dotnet-sdk-5.0.100-preview.6.20318.15-win-arm.zip",
"hash": "9c8fadc64c25c3355dde90ff58099bd030227d95ed929e87210e444a900cba14df42d2e4dacc7fca6224345270fba77585eb3fde5e48a9b842952c2306d3c0f5"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/641b012b-5952-453d-a2b8-46aaab4b5ae4/c0e5b3a90d8027787b358658909695b5/dotnet-sdk-5.0.100-preview.6.20318.15-win-arm64.zip",
"hash": "8c0ec61a02daf5ad04b8286b50e90280b45179115400d2375b909d9241d857bcb73aeb929a5a9f42f6981de40252608a980e5118bdd7627686026653f891efea"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fd9433cb-270c-428d-b0b5-a29a0775248e/111429e1df10716fe6d85ab4e658b333/dotnet-sdk-5.0.100-preview.6.20318.15-win-x64.exe",
"hash": "cc112b2d93337f70e490861c9f0325d55fea51867b1b53d0157778ec61e776e7dad99a929724aec2d35d809b2c4f80c47e4783150fd6f522dedebddbea71a9db"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/95161504-111d-44b6-a769-72c07d7179a7/47fc56c03ee30f612e1e34e1b7430897/dotnet-sdk-5.0.100-preview.6.20318.15-win-x64.zip",
"hash": "46ecc1e10aa9c9296675af55fe93bf003d3984b761e1c1d2af823a24b355ca99e0bce9ceb8856ec29ee1c3dd430c01c0b55901a853a1ef763397eadf9045e01e"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/b0062077-f955-4b97-94cd-454f740ff142/ccb371f6fd4b2ca1f54ac0e182778b5f/dotnet-sdk-5.0.100-preview.6.20318.15-win-x86.exe",
"hash": "ab14ae0af4103083a4794ca514ba6c5e9ef69d110b099b0ef60df9ffec8a8f1bd5aad280138da9cdec36664f03b83804e1c90bc0c4a647731e190cb8847cad4d"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/7f2c7990-e7dc-4937-881c-b58e43f24ed0/78c3c9fd17f4f89c7de4a45d9f17dc00/dotnet-sdk-5.0.100-preview.6.20318.15-win-x86.zip",
"hash": "231a0fb7b959b8ea90e16fe03806920d6f60dc54eb537698c0acbbd68a30d92bfa1aa31b1c00798d08d2b0b28554907a0f467cda06fa78d398144f2468a596e6"
}
]
}
],
"aspnetcore-runtime": {
"version": "5.0.0-preview.6.20312.15",
"version-display": "5.0.0-preview.6",
"version-aspnetcoremodule": [
"15.0.20164.0"
],
"vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/73088968-f3eb-46c5-b762-93118fdc43d3/bb4f75b42f0c4ef4fb4d0fba67a88743/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-arm.tar.gz",
"hash": "5243d7e3e68f5d0e4ac334d00405b3a4a81b6700f5897e3a68cc388c42f70ffbfe2bb41c39466c76ad98996591e88190c079c03dbf23704be6144d763020985a"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/35bc810e-7447-4989-8690-a26bea89978f/8b2b16cdcf73aeb3987a08a4d968fdb6/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-arm64.tar.gz",
"hash": "8bcee151e9a0d41654fe641e9c949ba053394b345ff8250d591929ffb44e9163e800093d1eadfe810f608f87217e27051ddfb284969db71bb386db9ff8b2389d"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ef32de56-e8a7-448f-bed1-f1e8d1b52d61/a83be851e55a895c57001c69e3c40048/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-musl-arm64.tar.gz",
"hash": "2fc1bafb3963ee7f0a250f980434d47b81ce7bad41311eda1391c1d72591bb18b3e49f8aca1331fc4ae2a928d840c4b56809579bf835a427ac4a4208e3ce6136"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/81466dce-451a-480d-b6b1-6dd26841c057/ca724a89b6af524b13a3d8065fdb51d3/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-musl-x64.tar.gz",
"hash": "157b73945e553947147622382fdacbc0649523c383a3bd5a1c65bfbb026e6fead39ee1260af41f1a8c574be0f87d462f18bca540c594422c1f8b4f09e52b2c93"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/72d81bfb-18f8-4f32-bcf2-b96bae1f648b/bcb3c3f6092b646aff08775e48ee1738/aspnetcore-runtime-5.0.0-preview.6.20312.15-linux-x64.tar.gz",
"hash": "237019e067d89f0b62d68793f17607fd484a2a9e06ab2423bd31d17fc42933f0d3e1112399309c93da243b0943bcd7317b389efcf83e6cda544dab1a82101bbc"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fb1b59dc-ad8c-4c34-95a0-5eb202916943/9bcbf60f802cf4c9ae67914a57141072/aspnetcore-runtime-5.0.0-preview.6.20312.15-osx-x64.tar.gz",
"hash": "330e12e8c52bd4fe07756a6bc3871a5e8838be736f97a238e26d5d53a74d53069a6c330e475bcc38fa68b44cdd6be585d382d20a817a8823783db4428ee352d2"
},
{
"name": "aspnetcore-runtime-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/275bb38a-fc5a-4811-903c-7fb012507fbe/bfb3c6218b07f8620c6b804700477b16/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-arm.zip",
"hash": "d9b15253f3b7ef4b1772e7a6a7fd26cc70336f4fc645c2c43f11100e7ac406b15a61e8e32bed4d1b6e5d5448ba25cbc1c40380f3048c534f35dd1dc926792a73"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/ba06eeb6-f5a7-484c-948e-fdcf22ad6198/394e1ea9b4886df2a365085a9ac8cd2e/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-arm64.zip",
"hash": "b576a35e31503b1b5d1c2e8b01f64bd4047b4ec76cd528ea6b0552be44318c50a4db276767c0e3852e162b6a286222302440cad57ed1599f83ce10181e023222"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/9214582e-ff80-4f31-8b88-5fa9d4b776e5/606ea8c457382a4636283045ac50db6a/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-x64.exe",
"hash": "41380dcb37876ad7ad4111c872887e67343ad2087072ba634bec4e0544c68c8dd99a2f252530a711fa23cdac00a03528533ad5e305632fe8398df0e518b5a0fd"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5f067ed8-d2e0-4272-a118-8007892b3fa2/3fecfd00d6263446e1d1ea60059c8acf/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-x64.zip",
"hash": "d46f3b92142ed50ba9352bf36c100657028c67700f56617f3df5a050ce2015e8156b1739ec67e49c2d4fb425be2e08c7083513a2a950698027af6bd486e181c6"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/9689303a-21cd-43fd-9d4f-a68ee39e190e/542ff84d8e9df559e847bd2bc7200a21/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-x86.exe",
"hash": "2a75a810a696020a8fc8fd1d8a9d27b53cc3bcfd55fd318925169de8a7db0776032f81d074288d766072beab924108c7f70abec60a054d7bcd77d28591025539"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/4a0ac3d1-1444-4996-9c2b-098890f4a9d1/4e8d5ec188c9e03d4bc74e689823be83/aspnetcore-runtime-5.0.0-preview.6.20312.15-win-x86.zip",
"hash": "81b5f72b496b917d1b8977a9cdbf30bb305bd3d6f812e8180a80c20ca66ebbb12251ae549429a76c2a551b65f98b4e88766876ef70e81abc5da1e9113cf36a6c"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/2563f05b-8dd1-4d66-92e0-2766ac653df9/cd36906fb799128ee9107e55194cf505/dotnet-hosting-5.0.0-preview.6.20312.15-win.exe",
"hash": "8ca3235e36655127a0193d6c88a8a812c1795c1e254f0b41223759239843b5cd6275d026fc30ed7678bbe50fa4c90d2318e974a57f9e6394861f39d9879e8a09"
}
]
},
"windowsdesktop": {
"version": "5.0.0-preview.6.20308.1",
"version-display": "5.0.0-preview.6",
"files": [
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/829c5f36-4be5-4bf0-bf2a-a951ac1a53a9/dcef53f6325d9f055f704e0ebcce4fca/windowsdesktop-runtime-5.0.0-preview.6.20308.1-win-x64.exe",
"hash": "4328aad877464821319960ad5ec4795ce8c4f8a99be755c0757326a56e25b800fcaadbb255ed5e91cff018f25b89823bd4b424c0112535263dfc5492c95b47ec"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/877d2802-6181-42de-9ec7-3aa99941c75e/93766366e5475a969ebf514c8bd3f93f/windowsdesktop-runtime-5.0.0-preview.6.20308.1-win-x86.exe",
"hash": "a14182c51ea60db77c0428a8b4fa2c8f4c18c48f3d282a67815b3e1929dfd1f5fc9fbf5d191033192a131688fb43988a7d0440fc27518bc1b1f4ad3d2054c7bf"
}
]
},
"symbols": {
"version": "5.0.0-preview.6.20305.6",
"files": []
}
},
{
"release-date": "2020-06-10",
"release-version": "5.0.0-preview.5",

View file

@ -6,7 +6,7 @@ The latest supported release is [.NET Core 3.1](3.1).
You can download the latest updates for .NET Core.
* [.NET 5.0 Preview 5](5.0/preview/5.0.0-preview.5.md)
* [.NET 5.0 Preview 6](5.0/preview/5.0.0-preview.6.md)
* [.NET Core 3.1.5](3.1/3.1.5/3.1.5.md)
* [.NET Core 2.1.19](2.1/2.1.19/2.1.19.md)

View file

@ -2,12 +2,12 @@
"releases-index": [
{
"channel-version": "5.0",
"latest-release": "5.0.0-preview.5",
"latest-release-date": "2020-06-10",
"latest-release": "5.0.0-preview.6",
"latest-release-date": "2020-06-25",
"security": false,
"latest-runtime": "5.0.0-preview.5.20278.1",
"latest-sdk": "5.0.100-preview.5.20279.10",
"product": ".NET",
"latest-runtime": "5.0.0-preview.6.20305.6",
"latest-sdk": "5.0.100-preview.6.20318.15",
"product": ".NET Core",
"support-phase": "preview",
"eol-date": null,
"releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json"