Merge branch 'main' into 5.0_install_doc_update

This commit is contained in:
Rahul Bhandari 2021-09-08 11:29:44 -07:00 committed by GitHub
commit 98902d2f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
129 changed files with 9629 additions and 280 deletions

View file

@ -25,7 +25,7 @@
|Repository |Description |
|------------------------------------------------------------------|------------|
|[Dev Community](https://developercommunity.visualstudio.com/spaces/61/index.html) |Report isssues to .NET Framework Developer Community|
|[Dev Community](https://developercommunity.visualstudio.com/spaces/61/index.html) |Report issues to .NET Framework Developer Community|
|[microsoft/dotnet-framework-docker](https://github.com/microsoft/dotnet-framework-docker) |.NET Framework Docker images|
## .NET Standard

View file

@ -24,17 +24,17 @@ After you join the teams:
## Configure your GitHub account as a Microsoft employee (recommended)
* Publicly associate yourself with dotnet and Microsoft orgs
* For Microsoft, go to https://github.com/orgs/Microsoft/people
* For dotnet, go to https://github.com/orgs/dotnet/people
* Search for your GitHub handle in the list
* Choose `Public` from the drop-down list of organization visibility
* Note: Everyone will now see an org badge on your GH profile in the Organizations section
* For Microsoft, go to <https://github.com/orgs/Microsoft/people>.
* For dotnet, go to <https://github.com/orgs/dotnet/people>.
* Search for your GitHub handle in the list.
* Choose `Public` from the drop-down list of organization visibility.
* Note: Everyone will now see an org badge on your GH profile in the Organizations section.
* Update your profile
* Go to https://github.com/settings/profile
* Match your **Name** on GitHub with full name in address book (so other employees can find you and contact you internally when needed)
* Set `@Microsoft` as your **Company**
* Upload your **picture**, ideally showing your face
* Hint: You can grab your GAL picture from https://microsoft-my.sharepoint.com
* Go to <https://github.com/settings/profile>.
* Match your **Name** on GitHub with full name in address book (so other employees can find you and contact you internally when needed).
* Set `@Microsoft` as your **Company**,
* Upload your **picture**, ideally showing your face.
* Hint: You can grab your GAL picture from <https://microsoft-my.sharepoint.com>.
## Install Microsoft open source tools (recommended)
@ -48,9 +48,10 @@ The browser extension is recommended. The VS code extension is optional.
## Get write permissions to repos (optional)
Join teams to gain write access to repos:
* Request team membership via https://repos.opensource.microsoft.com/teams
* Ask someone if you don't know which team(s) to join.
* Select `Request to join this team` on the right side - it will send email request to maintainers of the team
* Request team membership via <https://repos.opensource.microsoft.com/teams>.
* Ask someone if you don't know which team(s) to join.
* Select `Request to join this team` on the right side - it will send email request to maintainers of the team.
## Security best practices
@ -60,7 +61,7 @@ The following best practices are required for org owners, and recommended for re
* Do register a [security key(s)](https://www.yubico.com/works-with-yubikey/catalog/github/) as a two factor method.
* Do register an authenticator app -- registering a one-time-password with an app like 1Password is recommended (not tied to your phone).
* Do store recorvery codes in a safe place, like [OneDrive Vault](https://www.microsoft.com/microsoft-365/onedrive/personal-vault), 2FA-protected OneNote or in a password vault like 1Password.
* Do store recovery codes in a safe place, like [OneDrive Vault](https://www.microsoft.com/microsoft-365/onedrive/personal-vault), 2FA-protected OneNote or in a password vault like 1Password.
* Do register your GitHub account with your 2FA-protected Facebook account for GitHub account recovery. This is the absolute last recovery option and is considered secure (even if your Facebook account is breached).
* Do not use SMS for 2FA or as a recovery fallback.
@ -71,7 +72,7 @@ A few more notes on hardware keys:
* You should have at least one hardware key that does not travel with you, but is stored in a secure location (like at home) as a last resort in case you lose access to other factors.
* If you have a FIDO2 key, it can be used with [mysignins](https://mysignins.microsoft.com/).
* If you have USB-C and USB-A only devices, and want to use hardware keys for them, then you need [separate keys](https://www.yubico.com/works-with-yubikey/catalog/github/). This explains why the example below has three keys registered (one securely stored at home, and two keys for daily use for USB-C and USB-A only devices).
* You can use Windows Hello to signin as a hardware key. This is fine to use, but doesn't replace the need for hardware key that you store in a secure location.Your Windows Hello key is not tied to you, but the machine. It won't survive hardware failures or re-installing Windows.
* You can use Windows Hello to sign in as a hardware key. This is fine to use, but it doesn't replace the need for hardware key that you store in a secure location. Your Windows Hello key is not tied to you, but the machine. It won't survive hardware failures or re-installing Windows.
A correctly configured account should look similar to the following:

View file

@ -1,7 +1,7 @@
.NET Core native prerequisites
==============================
* [Windows Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-windows)
* [macOS Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-macos)
* [Linux Prerequisites](https://docs.microsoft.com/dotnet/core/install/dependencies?pivots=os-linux)
* [Windows Prerequisites](https://docs.microsoft.com/dotnet/core/install/windows)
* [macOS Prerequisites](https://docs.microsoft.com/en-us/dotnet/core/install/macos)
* [Linux Prerequisites](https://docs.microsoft.com/dotnet/core/install/linux)
* [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md)

View file

@ -18,8 +18,8 @@ Preview branches are for new versions of .NET that have not yet been released an
Servicing branches are for new patch versions of .NET that have not yet been released and are not yet supported.
|Component|*.NET 5.0*|*.NET Core 3.1*|*.NET Core 2.1*|
|:------:|:------:|:------:|:------:|
|SDK|[.NET SDK 5.0.xxx](https://github.com/dotnet/installer/blob/main/README.md#installers-and-binaries)|[.NET Core SDK 3.1.xxx](https://github.com/dotnet/core-sdk/blob/main/README.md#installers-and-binaries)|[.NET Core SDK 2.1.xxx](https://github.com/dotnet/cli/blob/release/2.1/README.md#installers-and-binaries)|
|ASP.NET Core|[ASP.NET Core 5.0](https://github.com/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|[ASP.NET Core 3.1](https://github.com/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|[ASP.NET Core 2.1](https://github.com/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|
|Runtime|[.NET Core Runtime 5.0](https://github.com/dotnet/installer/blob/master/README.md#daily-builds)|[.NET Core Runtime 3.1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|[.NET Core Runtime 2.1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)|
|Component|*.NET 5.0*|*.NET Core 3.1*|
|:------:|:------:|:------:|
|SDK|[.NET SDK 5.0.xxx](https://github.com/dotnet/installer/blob/main/README.md#installers-and-binaries)|[.NET Core SDK 3.1.xxx](https://github.com/dotnet/core-sdk/blob/main/README.md#installers-and-binaries)
|ASP.NET Core|[ASP.NET Core 5.0](https://github.com/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|[ASP.NET Core 3.1](https://github.com/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)|
|Runtime|[.NET Core Runtime 5.0](https://github.com/dotnet/installer/blob/master/README.md#daily-builds)|[.NET Core Runtime 3.1](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)

View file

@ -13,7 +13,7 @@ The following binaries are licensed with the
* D3DCompiler_47_cor3.dll (used by WPF)
The following binaries are licensed with the
[.NET Library License](https://dotnet.microsoft.com/en/dotnet_library_license.htm)
[.NET Library License](https://dotnet.microsoft.com/dotnet_library_license.htm)
* PresentationNative_cor3.dll (used by WPF)
* wpfgfx_cor3.dll (used by WPF)

View file

@ -11,7 +11,6 @@ The following documents describe supported operating systems:
* [.NET 6 supported OS versions](release-notes/6.0/supported-os.md)
* [.NET 5 supported OS versions](release-notes/5.0/5.0-supported-os.md)
* [.NET Core 3.1 supported OS versions](release-notes/3.1/3.1-supported-os.md)
* [.NET Core 2.1 supported OS versions](release-notes/2.1/2.1-supported-os.md)
## Out-of-support .NET versions
@ -19,6 +18,7 @@ The following documents describe (historical) supported operating systems:
* [.NET Core 3.0 supported OS versions](release-notes/3.0/3.0-supported-os.md)
* [.NET Core 2.2 supported OS versions](release-notes/2.2/2.2-supported-os.md)
* [.NET Core 2.1 supported OS versions](release-notes/2.1/2.1-supported-os.md)
* [.NET Core 2.0 supported OS versions](release-notes/2.0/2.0-supported-os.md)
* [.NET Core 1.x supported OS versions](release-notes/1.0/1.0-supported-os.md)

View file

@ -1,4 +1,4 @@
# .NET Core 1.0 mainfest
# .NET Core 1.0 manifest
The following is a comprehensive manifest of packages released for .NET Core 1.0.

View file

@ -1,4 +1,4 @@
# .NET Core September 2016 Update for .NET Core 1.0 mainfest
# .NET Core September 2016 Update for .NET Core 1.0 manifest
The following is a comprehensive manifest of packages released with September 2016 Update for .NET Core 1.0.

View file

@ -19,7 +19,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b
## Azure AppServices
Deployment of this update to Azure AppServices is in process. Because AppServices is a high availability service, the deployment is carfully staged across regions over a period of time. Deployment will begin in the West US 2 and North Central US regions with remaining regions following over a few days.
Deployment of this update to Azure AppServices is in process. Because AppServices is a high availability service, the deployment is carefully staged across regions over a period of time. Deployment will begin in the West US 2 and North Central US regions with remaining regions following over a few days.
## Known Issues

View file

@ -24,7 +24,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
As .NET Core 2.1 has become LTS (anounced in [August 2018 blog post](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019.
As .NET Core 2.1 has become LTS (announced in [August 2018 blog post](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019.
## Notable Changes in 1.0.13

View file

@ -1,4 +1,4 @@
# .NET Core December 2016 Update for .NET Core 1.0 mainfest
# .NET Core December 2016 Update for .NET Core 1.0 manifest
The following is a comprehensive manifest of packages released with December 2016 Update for .NET Core 1.0.

View file

@ -24,4 +24,4 @@ The fix list below includes a number of components under the .NET Core umbrella
### ASP.NET Core
* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/1.0.3) for details on fixes from ASP.NET Core, MVC, Entitiy Framework Core and others.
* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/1.0.3) for details on fixes from ASP.NET Core, MVC, Entity Framework Core and others.

View file

@ -9,7 +9,7 @@ Again, this process should be done only in the event that required updates are a
3. Back up existing files to be updated
4. Copy new files to the target directory
## Download NuGet packages containing the udpated files ##
## Download NuGet packages containing the updated files ##
Download the updated CoreCLR and JIT NuGet package which correspond to your system. Links below will download the packages directly.
@ -31,7 +31,7 @@ JIT
## Rename and Extract ##
If your system doesn't recognize *nupkg files as archives, rename them to *.zip or *.tar.gz and extract the `/runtimes` directory to a temporary location. For CoreCLR there will be `/native` and `/lib/netstandard1.0` directories under `/runtimes`. JIT will have only a `/native` directory. Here's an example of what the tmp location should look like when you are done if the Debian 8 packages were used. The list of binaries will be different for other distros.
If your system doesn't recognize \*nupkg files as archives, rename them to \*.zip or \*.tar.gz and extract the `/runtimes` directory to a temporary location. For CoreCLR there will be `/native` and `/lib/netstandard1.0` directories under `/runtimes`. JIT will have only a `/native` directory. Here's an example of what the tmp location should look like when you are done if the Debian 8 packages were used. The list of binaries will be different for other distros.
```
~/tmp-update/
@ -51,7 +51,7 @@ If your system doesn't recognize *nupkg files as archives, rename them to *.zip
## Back up existing files ##
Since we'll be updating files in-place it's a good idea to make a backup. First you need to locate the `Microsoft.NETCoreApp/1.0.0` directory. If you used the installers for Ubuntu, 1.0.0 will be found under `/usr/share/dotnet/shared/Microsoft.NETCore.App/`. Other distro installations are still manual extraction from archives so it's whereever you copied the directory structure. Something like `/opt/dotnet/shared/Microsoft.NETCore.App` would not be uncommon.
Since we'll be updating files in-place it's a good idea to make a backup. First you need to locate the `Microsoft.NETCoreApp/1.0.0` directory. If you used the installers for Ubuntu, 1.0.0 will be found under `/usr/share/dotnet/shared/Microsoft.NETCore.App/`. Other distro installations are still manual extraction from archives so it's wherever you copied the directory structure. Something like `/opt/dotnet/shared/Microsoft.NETCore.App` would not be uncommon.
Now that `Microsoft.NETCore.App/1.0.0` has been located, the easiest way to make the backup will be to copy the entire directory which will be updated. `sudo rsync -r 1.0.0/ 1.0.0-backup/` will create the backup directory and copy the entire contents of the source directory.

View file

@ -33,7 +33,7 @@ Changes to the .NET Core API surface are can be seen in the [1.0-1.1-api-diff](1
### ASP.NET Core
* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/1.1.0-preview1) for details on fixes from ASP.NET Core, MVC, Entitiy Framework Core and others.
* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/1.1.0-preview1) for details on fixes from ASP.NET Core, MVC, Entity Framework Core and others.
### Commits for 1.1 Preview 1

View file

@ -24,7 +24,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
As .NET Core 2.1 has become LTS (anounced in [August 2018 blog post](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019.
As .NET Core 2.1 has become LTS (announced in [August 2018 blog post](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019.
## Notable Changes in 1.1.10

View file

@ -31,9 +31,9 @@ Mac OS X (macOS) | 10.12+ | x64 |
OS | Version | Architectures | Notes
------------------------------|-------------------------------|----------------|-----
Red Hat Enterprise Linux <br> CentOS <br> Oracle Linux | 7+ | x64 | [Red Hat support policy](https://access.redhat.com/support/policy/updates/errata/) <br> [CentOS lifecycle](https://wiki.centos.org/FAQ/General#head-fe8a0be91ee3e7dea812e8694491e1dde5b75e6d) <br> [Oracle Linux lifecycle](https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf)
Fedora | 32+ | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Fedora | 33+ | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Debian | 9+ | x64, ARM32 | [Debian lifecycle](https://wiki.debian.org/DebianReleases)
Ubuntu | 21.04, 20.10, 20.04, 18.04, 16.04 | x64, ARM32\* | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
Ubuntu | 21.04, 20.04, 18.04, 16.04 | x64, ARM32\* | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
Linux Mint | 18, 17 | x64 | [Linux Mint end of life announcements](https://forums.linuxmint.com/search.php?keywords=%22end+of+life%22&terms=all&author=&sc=1&sf=titleonly&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search)
openSUSE | 15+ | x64 | [OpenSUSE lifecycle](https://en.opensuse.org/Lifetime)
SUSE Enterprise Linux (SLES) | 12 SP2+ | x64 | [SUSE lifecycle](https://www.suse.com/lifecycle/)

View file

@ -0,0 +1,97 @@
# .NET Core 2.1.30
.NET Core 2.1.30 comprises:
* .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.30/2.1.30.md) for details about what is included in this update.
## Docker
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux
### Install using Snap
Snap is a system which installs applications in an isolated environment and provides for automatic updates. Many distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel 2.1/stable --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution.
### Install using a Package Manager
Before installing .NET, you will need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The following commands don't specifically include package managers to help with readability. Here are the package managers typically used by the distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
## Develop applications
To develop applications using the .NET Core SDK, run the following command. The .NET Core and ASP.NET Core runtimes are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-2.1
```
## Run applications
If you only need to run existing applications, run the following command. The .NET Core and ASP.NET Core runtimes are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-2.1
```
### Installation from a binary archive
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-2.1` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-2.1` will install both the ASP.NET Core Runtime and .NET Core Runtime.
## Windows Server Hosting
If you're looking to host standalone apps on servers, the following installer can be used on Windows systems.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-2.1.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.30/2.1.30.md
[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/cf7b17e3-ed6d-4ded-8ae6-9f83ffaaca98/9d2ca844baa4a4a9ed83861ffc8e293e/dotnet-hosting-2.1.30-win.exe

View file

@ -0,0 +1,216 @@
# .NET Core 2.1.30 Update - August 19, 2021
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
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| <br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [See installation steps][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
</br>
1. Includes the .NET Core and ASP.NET Core Runtimes.
</br>2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
2.1.818
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
The following repos have been updated:
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET Core SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Core Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Core Runtime Dependencies
## Visual Studio Compatibility
This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the following table to select the correct download.
| OS | Development Environment | .NET Core SDK |
| :-- | :-- | :--: |
| 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.30 release carries both security and non-security fixes.
# Microsoft Security Advisory CVE-2021-34485 | .NET Core Information Disclosure Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 when dumps created by the tool to collect crash dumps and dumps on demand are created with global read permissions on Linux and macOS.
# Microsoft Security Advisory CVE-2021-26423 | .NET Core Denial of Service Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame.
# Microsoft Security Advisory CVE-2021-34532 | ASP.NET Core Information Disclosure Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where an JWT token is logged if it cannot be parsed.
* [Blog Roundup][dotnet-blog]
* [Known issues](../2.1-known-issues.md)
# Behavioral change in Asp.Net 2.1 Installers
## Summary
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
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6553](https://github.com/dotnet/core/issues/6553) for your questions and comments.
## Packages updated in this release:
Package name | Version
:----------- | :------------------
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.30/2.1.30.md
[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
[//]: # ( 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.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

View file

@ -0,0 +1,157 @@
# .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.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.30/2.1.30.md) for details about what is included in this update.
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| <br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [See installation steps][linux-setup] | [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> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup>
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
1. Includes the .NET Core and ASP.NET Core Runtimes
2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
## Visual Studio Compatibility
This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual Studio 2019, Visual Studio 2017 or Visual Studio for Mac user, there are MSBuild version requirements that are satisfied by specific, matching .NET Core SDK versions. See the table below to select the correct download.
| OS | Development Environment | .NET Core SDK |
| :-- | :-- | :--: |
| Windows | Visual Studio 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) |
## Docker
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux
### Install using Snap
Snap is a system which installs applications in an isolated environment and provides for automatic updates. Many distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel 2.1/stable -classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it won't conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution.
### Install using a Package Manager
Before installing .NET, you need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The following commands don't specifically include package managers to help with readability. Here are the package managers typically used by the distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
## Develop applications
To develop applications using the .NET Core SDK, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-2.1
```
## Run applications
If you only need to run existing applications, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-2.1
```
### Installation from a binary archive
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-2.1` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-2.1` will install both the ASP.NET Core Runtime and .NET Core Runtime.
## Windows Server Hosting
If you're looking to host standalone apps on servers, the following installer can be used on Windows systems.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-2.1.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.30/2.1.30.md
[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.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
[//]: # ( 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

@ -9,12 +9,13 @@
- [Containers](https://hub.docker.com/_/microsoft-dotnet)
- [Supported operating systems](2.1-supported-os.md)
- [Known Issues](2.1-known-issues.md)
- [Contributors](2.1.0-contributor-list.md)
- [Contributors](2.1.0-contributor.md)
## Releases
| Date | Release |
| :-- | :-- |
| 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,13 +1,396 @@
{
"channel-version": "2.1",
"latest-release": "2.1.28",
"latest-release-date": "2021-05-11",
"latest-runtime": "2.1.28",
"latest-sdk": "2.1.816",
"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-17",
"release-version": "2.1.30",
"security": true,
"cve-list": [
{
"cve-id": "CVE-2021-26423",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26423"
},
{
"cve-id": "CVE-2021-34485",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34485"
},
{
"cve-id": "CVE-2021-34532",
"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.30/2.1.30.md",
"runtime": {
"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/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/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/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/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/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/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/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/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/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/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/105c54df-3cef-4bce-b878-6324c3130b7e/575d8048bfe04c2e043b48365db17098/dotnet-runtime-2.1.30-win-x86.zip",
"hash": "3a1e9fb8d1b256f261f7156b4d985673f29a983d65a035a98833f05c9421fbe68a1b9843b95444f749deeab663ee1aae1d3cad5c6416bd1d941037e1fa5d1c63"
}
]
},
"sdk": {
"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)",
"vs-mac-support": "",
"csharp-version": "7.3",
"fsharp-version": "4.5",
"vb-version": "15.5",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"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/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/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/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/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/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/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/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/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/68185c0b-8622-4b44-a9a0-2a78041ae5e0/000a9209e995c82f53244a4dc7300d64/dotnet-sdk-2.1.818-win-x86.zip",
"hash": "23432b04c348af12e65ce2bd2abf4b2312a361279acb9fde9a21cc74a13f53bc71716ad940ef0a4c84ec68f72c78ed441e55ad8390b660b3efcbd8eb65446369"
}
]
},
"sdks": [
{
"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)",
"vs-mac-support": "",
"csharp-version": "7.3",
"fsharp-version": "4.5",
"vb-version": "15.5",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"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/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/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/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/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/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/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/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/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/68185c0b-8622-4b44-a9a0-2a78041ae5e0/000a9209e995c82f53244a4dc7300d64/dotnet-sdk-2.1.818-win-x86.zip",
"hash": "23432b04c348af12e65ce2bd2abf4b2312a361279acb9fde9a21cc74a13f53bc71716ad940ef0a4c84ec68f72c78ed441e55ad8390b660b3efcbd8eb65446369"
}
]
},
{
"version": "2.1.526",
"version-display": "2.1.526",
"runtime-version": "2.1.30",
"vs-version": "15.9.38",
"vs-mac-version": "",
"vs-support": "",
"vs-mac-support": "",
"csharp-version": "7.3",
"fsharp-version": "4.5",
"vb-version": "15.5",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"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/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/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/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/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/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/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/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/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/fc37844c-69d3-49c6-b5d2-44545722099d/6c26a3ca25164035e3fecf41d6b86831/dotnet-sdk-2.1.526-win-x86.zip",
"hash": "a8112b6c8e6a53f203bcb8b9c487ff1948403fa1126ba4d19f646299a8d401db3595e444fc19737225cd9121daeb18eabafa0220aae780cfc41f495198d64e6b"
}
]
}
],
"aspnetcore-runtime": {
"version": "2.1.30",
"version-display": "2.1.30",
"version-aspnetcoremodule": [
"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/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/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/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/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/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/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/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/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/cf7b17e3-ed6d-4ded-8ae6-9f83ffaaca98/9d2ca844baa4a4a9ed83861ffc8e293e/dotnet-hosting-2.1.30-win.exe",
"hash": "70c6b46b5df73ff493d087831b4254d4c3c5c1977a0325d90f6078c725129b71245bd8f886ab72c18113697c592b80714493f5693f2f4d6f5ccf4703bb58d336",
"akams": "https://aka.ms/dotnetcore-2-1-windowshosting"
}
]
}
},
{
"release-date": "2021-05-11",
"release-version": "2.1.28",

View file

@ -15,7 +15,7 @@ OS | Version | Architectures |
Windows Client | 7 SP1(**\***), 8.1 | x64, x86 |
Windows 10 Client | Version 1607+ | x64, x86 | 1607 is the minimum version for support. See [Out of support OS versions](#out-of-support-os-versions) below for Windows 10 releases that are no longer supported.
Nano Server | Version 1803+ | x64, ARM32 |
Windows Server | 2012 R2+ | x64, x86 |
Windows Server | 2012+ | x64, x86 |
**\*** Windows 7 SP1 is supported with [Extended Security Updates](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed.
@ -34,9 +34,9 @@ OS | Version | Architectures |
------------------------------|-------------------------------|----------------|-----
Red Hat Enterprise Linux | 7+ | x64 | [Microsoft support policy](https://dotnet.microsoft.com/platform/support/policy/)
Red Hat Enterprise Linux <br> CentOS <br> Oracle Linux | 7+ | x64 | [Red Hat support policy](https://access.redhat.com/support/policy/updates/errata/) <br> [CentOS lifecycle](https://wiki.centos.org/FAQ/General#head-fe8a0be91ee3e7dea812e8694491e1dde5b75e6d) <br> [Oracle Linux lifecycle](https://www.oracle.com/a/ocom/docs/elsp-lifetime-069338.pdf)
Fedora | 32+ | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Fedora | 33+ | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Debian | 9+ | x64, ARM32, ARM64 | [Debian lifecycle](https://wiki.debian.org/DebianReleases)
Ubuntu | 21.04, 20.10, 20.04, 18.04, 16.04 | x64, ARM32, ARM64 | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
Ubuntu | 21.04, 20.04, 18.04 | x64, ARM32, ARM64 | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
Linux Mint | 18+ | x64 | [Linux Mint end of life announcements](https://forums.linuxmint.com/search.php?keywords=%22end+of+life%22&terms=all&author=&sc=1&sf=titleonly&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search)
openSUSE | 15+ | x64 | [OpenSUSE lifecycle](https://en.opensuse.org/Lifetime)
SUSE Enterprise Linux (SLES) | 12 SP2+ | x64 | [SUSE lifecycle](https://www.suse.com/lifecycle/)
@ -52,9 +52,11 @@ Support for the following versions was ended by the distribution owners and are
|OS | Version | End of Life | Supported Version|
|-----------|----------|-------------|------------------|
| Windows 10| 1703 | [10/08/2019](https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet) |
| Fedora | 30 | [26/05/2020](https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/7UTUFY7WEL6RTFRXJB75XAFH44Y6RPUC/) |
| Fedora | 31 | [24/11/2020](https://lists.fedoraproject.org/archives/list/announce@lists.fedoraproject.org/thread/NU5AENRUFG4XK5D34SJN5FZPLYMZF6ZQ/) |
| Alpine | 3.8 | [05/01/2020](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases) |
| Fedora | 30 | [05/26/2020](https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/7UTUFY7WEL6RTFRXJB75XAFH44Y6RPUC/) |
| Fedora | 31 | [11/24/2020](https://lists.fedoraproject.org/archives/list/announce@lists.fedoraproject.org/thread/NU5AENRUFG4XK5D34SJN5FZPLYMZF6ZQ/) |
| Fedora | 32 | [05/25/2021](https://lists.fedoraproject.org/archives/list/announce@lists.fedoraproject.org/thread/RPZQXPEV3L45YQV2HRBIQ5DQZ7GMP4X3/) |
| Alpine | 3.8 | [05/01/2020](https://alpinelinux.org/releases/) |
| Ubuntu | 19.04 | [01/23/2020](https://wiki.ubuntu.com/Releases) |
| Ubuntu | 19.10 | [07/17/2020](https://wiki.ubuntu.com/Releases) |
| Ubuntu | 20.10 | [07/22/2021](https://wiki.ubuntu.com/Releases) |
| RHEL | 6 | [11/30/2020](https://access.redhat.com/support/policy/updates/errata) |

View file

@ -0,0 +1,96 @@
# .NET Core 3.1.17
.NET Core 3.1.17 comprises:
* .NET Core Runtime 3.1.17
* ASP.NET Core 3.1.17
* .NET Core SDK 3.1.117
See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.17/3.1.17.md) for details about what is included in this update.
## Docker
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux
### Install using Snap
Snap is a system that installs applications in an isolated environment and provides for automatic updates. Many distributions that are not directly supported by .NET Core can use Snaps to install. See the [list of distributions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel 3.1/stable --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution.
### Install using a Package Manager
Before installing .NET, you need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The following commands don't specifically include package managers to help with readability. Here are the package managers typically used by the distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
Note: .NET Core 3.1 is available in the default Fedora 33+ packages feeds. Before using the default Fedora package feed, please make sure to remove any packages.microsoft.com registration first.
## Develop applications
To develop applications using the .NET Core SDK, run the following command. The .NET Core and ASP.NET Core runtimes are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-3.1
```
## Run applications
If you only need to run existing applications, run the following command. The .NET Core and ASP.NET Core runtimes are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-3.1
```
### Installation from a binary archive
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-3.1` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-3.1` will install both the ASP.NET Core Runtime and .NET Core Runtime.
## Windows Server Hosting
If you're looking to host standalone apps on servers, the following installer can be used on Windows systems.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-3.1.17-win.exe][dotnet-hosting-win.exe]
This will install the ASP.NET Core Module for IIS.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.17/3.1.17.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/db4f9e1d-7ef3-4409-8c37-1c57a66c1232/97f890c7af1f3e2049992299f2c7a54c/dotnet-hosting-3.1.17-win.exe

View file

@ -0,0 +1,384 @@
# .NET Core 3.1.17 - July 13, 2021
The .NET 3.1.17 and .NET SDK 3.1.117 releases are available for download. The latest 3.1 release is always listed at [.NET 3.1 Releases](../README.md).
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Arm][aspnetcore-runtime-win-arm.zip] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup> | - |
| Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [Arm][dotnet-sdk-linux-arm.tar.gz] \| [Arm64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<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] \| [Arm64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - |
| | [Checksums][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] |
</br>
1. Includes the .NET Core and ASP.NET Core Runtimes.
</br>2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
3.1.117
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET Core SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Core Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Core Runtime Dependencies
### Azure App Services
* .NET Core 3.1.17 is being deployed to Azure App Services and the deployment is expected to complete later in July 2021.
## Visual Studio Compatibility
**Visual Studio compatibility:** .NET Core 3.1 requires Visual Studio 2019 16.4 or above to take full advantage of all its features. .NET Core 3.1 won't work properly in earlier versions of Visual Studio. See the following table to select the correct download.
| OS | Development Environment | .NET Core SDK |
| :-- | :-- | :--: |
| Windows | Visual Studio 2019 version 16.7 | [3.1.411](3.1.411-download.md) |
| Windows | Visual Studio 2019 version 16.4 | [3.1.117](#downloads) |
| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) |
## Notable Changes
.NET Core 3.1.17 release carries non-security fixes.
* [Blog Roundup][dotnet-blog]
* [Known issues](../3.1-known-issues.md)
### Additional fixes in this release
* [CoreCLR](https://github.com/dotnet/coreclr/pulls?q=milestone%3A3.1.17+is%3Aclosed+label%3Aservicing-approved)
* [CoreFx](https://github.com/dotnet/corefx/pulls?q=milestone%3A3.1.17+is%3Aclosed+label%3Aservicing-approved)
* [Core-setup](https://github.com/dotnet/core-setup/pulls?q=milestone%3A3.1.17+is%3Aclosed+label%3Aservicing-approved)
* [Extensions](https://github.com/dotnet/extensions/pulls?q=milestone%3A3.1.17+is%3Aclosed+label%3Aservicing-approved)
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6459](https://github.com/dotnet/core/issues/6459) for your questions and comments.
## Packages updated in this release:
Package name | Version
:----------- | :------------------
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.rhel.6-x64.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
Microsoft.NETCore.App.Host.linux-arm64 | 3.1.17.nupkg
Microsoft.NETCore.App.Host.osx-x64 | 3.1.17.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
Microsoft.NETCore.App.Host.linux-arm | 3.1.17.nupkg
Microsoft.NETCore.App.Host.linux-x64 | 3.1.17.nupkg
Microsoft.NETCore.App.Host.win-arm64 | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-x64 | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.win-arm | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.rhel.6-x64 | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.win-arm64 | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.win-x64 | 3.1.17.nupkg
Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
Microsoft.WindowsDesktop.App.Runtime.win-x86 | 3.1.17.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
Microsoft.NETCore.App.Host.win-x64 | 3.1.17.nupkg
Microsoft.NETCore.App.Host.win-x86 | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.osx-x64 | 3.1.17.nupkg
Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 3.1.17.nupkg
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
Microsoft.NETCore.App.Host.win-arm | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.win-x86 | 3.1.17.nupkg
Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 3.1.17.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
Microsoft.NETCore.App.Host.linux-musl-arm64 | 3.1.17.nupkg
Microsoft.NETCore.App.Host.linux-musl-x64 | 3.1.17.nupkg
Microsoft.NETCore.App.Host.rhel.6-x64 | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.linux-x64 | 3.1.17.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.17.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.linux-arm | 3.1.17.nupkg
Microsoft.NETCore.App.Runtime.linux-arm64 | 3.1.17.nupkg
Microsoft.WindowsDesktop.App.Runtime.win-x64 | 3.1.17.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.17.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.17.nupkg
Microsoft.Extensions.ApiDescription.Server | 3.1.17.nupkg
Microsoft.AspNetCore.TestHost | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.win-arm64 | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.win-arm | 3.1.17.nupkg
dotnet-sql-cache | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.linux-arm | 3.1.17.nupkg
Microsoft.AspNetCore.Identity.EntityFrameworkCore | 3.1.17.nupkg
Microsoft.AspNetCore.JsonPatch | 3.1.17.nupkg
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 3.1.17.nupkg
Microsoft.AspNetCore.SpaServices.Extensions | 3.1.17.nupkg
Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 3.1.17.nupkg
Microsoft.DotNet.Web.ItemTemplates | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.Twitter | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.Negotiate | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.Certificate | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.win-x86 | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.AzureAD.UI | 3.1.17.nupkg
Microsoft.AspNetCore.AzureAppServicesIntegration | 3.1.17.nupkg
Microsoft.AspNetCore.DataProtection.AzureKeyVault | 3.1.17.nupkg
Microsoft.AspNetCore.Cryptography.KeyDerivation | 3.1.17.nupkg
Microsoft.Extensions.Identity.Stores | 3.1.17.nupkg
Microsoft.Extensions.ApiDescription.Client | 3.1.17.nupkg
Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1 | 3.1.17.nupkg
Microsoft.dotnet-openapi | 3.1.17.nupkg
AspNetCoreRuntime.3.1.x86 | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 3.1.17.nupkg
Microsoft.AspNetCore.HeaderPropagation | 3.1.17.nupkg
Microsoft.AspNetCore.Http.Features | 3.1.17.nupkg
Microsoft.AspNetCore.Identity.UI | 3.1.17.nupkg
Microsoft.AspNetCore.MiddlewareAnalysis | 3.1.17.nupkg
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.MicrosoftAccount | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.Facebook | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.JwtBearer | 3.1.17.nupkg
Microsoft.AspNetCore.Authorization | 3.1.17.nupkg
Microsoft.AspNetCore.ConcurrencyLimiter | 3.1.17.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 3.1.17.nupkg
Microsoft.AspNetCore.Metadata | 3.1.17.nupkg
Microsoft.AspNetCore.SignalR.StackExchangeRedis | 3.1.17.nupkg
Microsoft.AspNetCore.SignalR.Client | 3.1.17.nupkg
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv | 3.1.17.nupkg
Microsoft.AspNetCore.AzureAppServices.HostingStartup | 3.1.17.nupkg
Microsoft.AspNetCore.Components.Web | 3.1.17.nupkg
Microsoft.AspNetCore.Components.Forms | 3.1.17.nupkg
Microsoft.DotNet.Web.ProjectTemplates.3.1 | 3.1.17.nupkg
Microsoft.DotNet.Web.Client.ItemTemplates | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.linux-x64 | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.win-x64 | 3.1.17.nupkg
Microsoft.AspNetCore.SignalR.Specification.Tests | 3.1.17.nupkg
Microsoft.AspNetCore.Mvc.Testing | 3.1.17.nupkg
Microsoft.AspNetCore.NodeServices | 3.1.17.nupkg
Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 3.1.17.nupkg
Microsoft.AspNetCore.SignalR.Protocols.Json | 3.1.17.nupkg
Microsoft.AspNetCore.Owin | 3.1.17.nupkg
Microsoft.AspNetCore.Hosting.WindowsServices | 3.1.17.nupkg
Microsoft.AspNetCore.Cryptography.Internal | 3.1.17.nupkg
Microsoft.AspNetCore.Components.Authorization | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.osx-x64 | 3.1.17.nupkg
Microsoft.AspNetCore.App.Runtime.linux-arm64 | 3.1.17.nupkg
Microsoft.AspNetCore.ApiAuthorization.IdentityServer | 3.1.17.nupkg
Microsoft.AspNetCore.Http.Connections.Common | 3.1.17.nupkg
Microsoft.AspNetCore.SpaServices | 3.1.17.nupkg
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 3.1.17.nupkg
Microsoft.AspNetCore.SignalR.Client.Core | 3.1.17.nupkg
Microsoft.AspNetCore.SignalR.Common | 3.1.17.nupkg
Microsoft.AspNetCore.DataProtection.Extensions | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.OpenIdConnect | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.Google | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.AzureADB2C.UI | 3.1.17.nupkg
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 3.1.17.nupkg
Microsoft.AspNetCore.DataProtection.Abstractions | 3.1.17.nupkg
Microsoft.AspNetCore.DataProtection | 3.1.17.nupkg
Microsoft.AspNetCore.Components | 3.1.17.nupkg
Microsoft.Extensions.Identity.Core | 3.1.17.nupkg
AspNetCoreRuntime.3.1.x64 | 3.1.17.nupkg
Microsoft.AspNetCore.Http.Connections.Client | 3.1.17.nupkg
Microsoft.AspNetCore.Identity.Specification.Tests | 3.1.17.nupkg
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 3.1.17.nupkg
Microsoft.AspNetCore.Authentication.WsFederation | 3.1.17.nupkg
Microsoft.AspNetCore.AzureAppServices.SiteExtension | 3.1.17.nupkg
Microsoft.AspNetCore.DataProtection.AzureStorage | 3.1.17.nupkg
Microsoft.AspNetCore.Components.Analyzers | 3.1.17.nupkg
Microsoft.AspNetCore.Connections.Abstractions | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 3.1.17.nupkg
Microsoft.DotNet.Common.ItemTemplates | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 3.1.17.nupkg
Microsoft.DotNet.Common.ItemTemplates | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 3.1.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 3.1.17.nupkg
Microsoft.NET.Sdk.Razor | 3.1.17.nupkg
Microsoft.CodeAnalysis.Razor | 3.1.17.nupkg
Microsoft.AspNetCore.Razor.Language | 3.1.17.nupkg
Microsoft.AspNetCore.Mvc.Razor.Extensions | 3.1.17.nupkg
dotnet-ef | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Cosmos | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Sqlite.Core | 3.1.17.nupkg
Microsoft.Data.Sqlite.Core | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Relational | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 3.1.17.nupkg
Microsoft.Data.Sqlite | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Analyzers | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.InMemory | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Sqlite | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Tools | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.SqlServer | 3.1.17.nupkg
Microsoft.EntityFrameworkCore | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Abstractions | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Design | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Specification.Tests | 3.1.17.nupkg
Microsoft.EntityFrameworkCore.Proxies | 3.1.17.nupkg
Microsoft.Extensions.Caching.StackExchangeRedis | 3.1.17.nupkg
Microsoft.Extensions.Configuration.Abstractions | 3.1.17.nupkg
Microsoft.Extensions.WebEncoders | 3.1.17.nupkg
Microsoft.Extensions.Primitives | 3.1.17.nupkg
Microsoft.Extensions.Options | 3.1.17.nupkg
Microsoft.Extensions.FileProviders.Physical | 3.1.17.nupkg
Microsoft.Extensions.Logging.Configuration | 3.1.17.nupkg
Microsoft.Extensions.Hosting | 3.1.17.nupkg
Microsoft.Extensions.DependencyInjection.Specification.Tests | 3.1.17.nupkg
Microsoft.Extensions.Configuration.NewtonsoftJson | 3.1.17.nupkg
Microsoft.Extensions.Configuration.Json | 3.1.17.nupkg
Microsoft.Extensions.Configuration.Binder | 3.1.17.nupkg
Microsoft.Extensions.FileProviders.Composite | 3.1.17.nupkg
Microsoft.Extensions.Caching.SqlServer | 3.1.17.nupkg
Microsoft.Extensions.FileSystemGlobbing | 3.1.17.nupkg
Microsoft.Extensions.Options.ConfigurationExtensions | 3.1.17.nupkg
Microsoft.Extensions.Hosting.Systemd | 3.1.17.nupkg
Microsoft.Extensions.DependencyInjection.Abstractions | 3.1.17.nupkg
Microsoft.Extensions.Configuration.UserSecrets | 3.1.17.nupkg
Microsoft.Extensions.Configuration.FileExtensions | 3.1.17.nupkg
Microsoft.Extensions.Configuration.CommandLine | 3.1.17.nupkg
Microsoft.Extensions.Caching.Memory | 3.1.17.nupkg
Microsoft.Extensions.Logging.AzureAppServices | 3.1.17.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 3.1.17.nupkg
Microsoft.Extensions.Configuration.KeyPerFile | 3.1.17.nupkg
Microsoft.Extensions.Configuration.EnvironmentVariables | 3.1.17.nupkg
Microsoft.Extensions.Configuration | 3.1.17.nupkg
Microsoft.Extensions.Logging | 3.1.17.nupkg
Microsoft.Extensions.DependencyInjection | 3.1.17.nupkg
Microsoft.Extensions.FileProviders.Embedded | 3.1.17.nupkg
Microsoft.Extensions.Logging.TraceSource | 3.1.17.nupkg
Microsoft.Extensions.Logging.EventLog | 3.1.17.nupkg
Microsoft.Extensions.Logging.Debug | 3.1.17.nupkg
Microsoft.Extensions.Hosting.Abstractions | 3.1.17.nupkg
Microsoft.Extensions.Http.Polly | 3.1.17.nupkg
Microsoft.Extensions.Logging.Abstractions | 3.1.17.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks | 3.1.17.nupkg
Microsoft.Extensions.Configuration.Ini | 3.1.17.nupkg
Microsoft.Extensions.Caching.Abstractions | 3.1.17.nupkg
Microsoft.Extensions.Configuration.AzureKeyVault | 3.1.17.nupkg
Microsoft.Extensions.Http | 3.1.17.nupkg
Microsoft.Extensions.Localization | 3.1.17.nupkg
Microsoft.Extensions.Localization.Abstractions | 3.1.17.nupkg
Microsoft.JSInterop | 3.1.17.nupkg
Microsoft.Extensions.FileProviders.Abstractions | 3.1.17.nupkg
Microsoft.Extensions.DiagnosticAdapter | 3.1.17.nupkg
Microsoft.Extensions.Configuration.Xml | 3.1.17.nupkg
Microsoft.Extensions.Options.DataAnnotations | 3.1.17.nupkg
Microsoft.Extensions.ObjectPool | 3.1.17.nupkg
Microsoft.Extensions.Logging.EventSource | 3.1.17.nupkg
Microsoft.Extensions.Logging.Console | 3.1.17.nupkg
Microsoft.Extensions.Hosting.WindowsServices | 3.1.17.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/3.1/3.1.17/3.1.17.md
[snap-install]: 3.1.17-install-instructions.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-july-2021/
[//]: # ( Runtime 3.1.17)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/38a94860-f13c-4d7f-8089-4aaf6e34a4e0/d5dceff2f680b8ae9999de0028d64725/dotnet-runtime-3.1.17-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1b079f97-5847-46fa-a3bb-d4aa5d674d7e/fd4c48ac7d03c00ca06aee63a1834074/dotnet-runtime-3.1.17-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1a65d1f3-37aa-4bc7-8f32-c89e91cc596c/b8a076c32f5fefdbecc40bce15024ceb/dotnet-runtime-3.1.17-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f0598531-ecfc-482f-9d38-bba14ebc4639/0612755e988b5e6d5d602aaeff68d7f6/dotnet-runtime-3.1.17-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7a4bfa73-e500-45aa-8e10-04dc4910d8ae/f8b74c973752d3ea095fe06aa625f7f7/dotnet-runtime-3.1.17-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/d9016e1d-ac43-48d8-9928-f3822721f029/b417c4d50ba854ecae176566aa95a53c/dotnet-runtime-3.1.17-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/090c2104-7c36-440c-b40b-9a37315ad7f5/f006ce33af9674cfa24dbcde986e7e49/dotnet-runtime-3.1.17-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/9d81a06e-2532-4901-a6c8-035bc6ed19af/3d67a506153ad00a149a77be13937101/dotnet-runtime-3.1.17-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/5bc28007-3bd9-458d-8a63-0918c27eb2fe/0d0d7d6600f7932f0d5b0a7b949be126/dotnet-runtime-3.1.17-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f7aa9c9b-a854-4307-84a5-1d7aaa126a7e/b828394c4b68d27b87a8c7293681135e/dotnet-runtime-3.1.17-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/8b0f817c-0bda-49d4-b587-74d2bc2eeae3/96c6b670e096f268ea71ed6905a98478/dotnet-runtime-3.1.17-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/27b86f2b-a7c3-4f8c-8f62-6c593a332e4c/f13a19300cdc936f999eb48456f67a24/dotnet-runtime-3.1.17-win-x86.zip
[//]: # ( WindowsDesktop 3.1.17)
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/444b48db-df03-4c14-b98d-09fec51b34d7/5bf38b8cde40d1e6e92c2495a89a4793/windowsdesktop-runtime-3.1.17-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/7849e6b4-8ba7-4287-85e5-a76cd764ce6f/e4a25251dcff1af2af15868d7d9f3950/windowsdesktop-runtime-3.1.17-win-x86.exe
[//]: # ( ASP 3.1.17)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b90c0096-d58b-42cb-b71c-ca631ffe892f/781c09adab634c3ad0c462ecd144757d/aspnetcore-runtime-3.1.17-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f746eefd-6ae5-407b-8013-539e28ef60bf/80a42dda7bac89fda1867c1ed2002a13/aspnetcore-runtime-3.1.17-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/812b91da-fd52-44f8-a864-acaf5fbca418/82a1f7fd5b3c2e933a88de18387c6b33/aspnetcore-runtime-3.1.17-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e5c99cca-582a-444f-a142-2ff15aba13aa/117da93cae7e0dc12a3b86d861d0960d/aspnetcore-runtime-3.1.17-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5f9e644f-4555-4a62-8f92-af1ee9634008/778036941916d560bef6da8899ac88f5/aspnetcore-runtime-3.1.17-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f7beea08-c477-4934-ae0d-99e6372e1ebd/7e6792efb84cc7542a2d2a0b2078d751/aspnetcore-runtime-3.1.17-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/acdba8c7-f8af-4bbd-a6a2-f60ca8cdc68f/bd390283bfdfb6ab3d38237107e83cce/aspnetcore-runtime-3.1.17-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/d16eeeef-4faa-4b6f-bd79-28e3625ebd2a/3d8e10a0bca0431457acaa7e48ee9fc0/aspnetcore-runtime-3.1.17-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/6921ff25-e160-48bd-84dd-e05bc4d092c6/b13376d46fae89dc6208eec8aa11521c/aspnetcore-runtime-3.1.17-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/38bb586f-0eed-492c-bf99-8a0f2a34abe6/b928889ade68319a6b565e27717f8612/aspnetcore-runtime-3.1.17-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/073fe341-2015-4857-b5aa-2e3f8afecb7b/6995dd615309ece22b5b824eda8c65e2/aspnetcore-runtime-3.1.17-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/db4f9e1d-7ef3-4409-8c37-1c57a66c1232/97f890c7af1f3e2049992299f2c7a54c/dotnet-hosting-3.1.17-win.exe
[//]: # ( SDK 3.1.117 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/56bbadc1-12ad-4885-95e6-a52760aa4786/d5bc16bac8471d8c8a978c9dc6154bb0/dotnet-sdk-3.1.117-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/af36f11d-46b3-4adf-8d39-bd8607c58edb/2d2fe413f311e55cb729b86c49a214c2/dotnet-sdk-3.1.117-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bc799706-0ab6-4f2e-ab40-c691a39494fe/04ed181b172eade1dfce2f1ccc03bd03/dotnet-sdk-3.1.117-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/589132a9-950c-4c01-9db7-ef06b902ce7e/8c1e51167731a0c05552fead69fa19f7/dotnet-sdk-3.1.117-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/4168ee74-3a5c-4741-b4ef-cb0cd751d64c/d784ca94c3372690c250b9783e2c2630/dotnet-sdk-3.1.117-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/298924b2-2598-4cc0-b0a3-e30189b82e31/e2cf7067074dab9043c7a2d4ad9fdd01/dotnet-sdk-3.1.117-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c1ac8dbb-87cb-424b-95dd-16ca34fe1138/275b1bf647dba78638a5e3917e981624/dotnet-sdk-3.1.117-osx-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/29215376-bd13-4236-80e3-e9bd38cac735/f1a7ee60a6e084004a0cb1752104aa4e/dotnet-sdk-3.1.117-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/842e20e5-8cd4-4fe1-bdc5-5d27a45552dd/5660663ac2e8747101d040c7764a79c2/dotnet-sdk-3.1.117-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/0adb3693-fe0b-41a9-968a-a888165eefad/b7e168596a258f57ff191eb17c9d2782/dotnet-sdk-3.1.117-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/b68e10d3-0da2-4b36-917d-1d6e40adf776/2a4ac0b3290bb060839708aacf76802a/dotnet-sdk-3.1.117-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/215af70f-10ca-483b-8b12-d8e68ca56bac/4a13d04785885b295f49e1250f21cc6f/dotnet-sdk-3.1.117-win-x86.zip

View file

@ -0,0 +1,183 @@
# .NET Core 3.1.411 - July 13, 2021
This .NET Core SDK release includes the following released .NET Core and ASP.NET Core Runtimes.
* .NET Core SDK 3.1.411
* .NET Core Runtime 3.1.17
* ASP.NET Core 3.1.17
See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.17/3.1.17.md) for details about what is included in this update.
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup> | - |
| Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<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] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - |
| | [Checksums][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] |
</br>
1. Includes the .NET Core and ASP.NET Core Runtimes
</br>2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
## Visual Studio Compatibility
**Visual Studio compatibility:** .NET Core 3.1 requires Visual Studio 2019 16.4 or above to take full advantage of all its features. .NET Core 3.1 won't work properly in earlier versions of Visual Studio. See the following table to select the correct download.
| OS | Development Environment | .NET Core SDK |
| :-- | :-- | :--: |
| Windows | Visual Studio 2019 version 16.6 | [3.1.411](#downloads) |
| Windows | Visual Studio 2019 version 16.4 | [3.1.117](3.1.17.md) |
| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) |
## Docker
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux
### Install using Snap
Snap is a system which installs applications in an isolated environment and provides for automatic updates. Many distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel 3.1/stable -classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution.
### Install using a Package Manager
Before installing .NET, you will need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The commands listed below do not specifically include package managers to help with readability. Here are the package managers typically used by the Distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
Note: .NET 3.1 is available in the default Fedora 33+ packages feeds. Before using the default Fedora package feed, please make sure to remove any packages.microsoft.com registration first.
## Develop applications
To develop applications using the .NET Core SDK, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-3.1
```
## Run applications
If you only need to run existing applications, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-3.1
```
### Installation from a binary archive
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-3.1` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-3.1` will install both the ASP.NET Core Runtime and .NET Core Runtime.
## Windows Server Hosting
If you are looking to host stand-alone apps on Servers, the following installer can be used on Windows systems.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-3.1.17-win.exe][dotnet-hosting-win.exe]
This will install the ASP.NET Core Module for IIS.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.17/3.1.411-download.md
[snap-install]: 3.1.17-install-instructions.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux
[//]: # ( Runtime 3.1.17)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/38a94860-f13c-4d7f-8089-4aaf6e34a4e0/d5dceff2f680b8ae9999de0028d64725/dotnet-runtime-3.1.17-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1b079f97-5847-46fa-a3bb-d4aa5d674d7e/fd4c48ac7d03c00ca06aee63a1834074/dotnet-runtime-3.1.17-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1a65d1f3-37aa-4bc7-8f32-c89e91cc596c/b8a076c32f5fefdbecc40bce15024ceb/dotnet-runtime-3.1.17-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f0598531-ecfc-482f-9d38-bba14ebc4639/0612755e988b5e6d5d602aaeff68d7f6/dotnet-runtime-3.1.17-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7a4bfa73-e500-45aa-8e10-04dc4910d8ae/f8b74c973752d3ea095fe06aa625f7f7/dotnet-runtime-3.1.17-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/d9016e1d-ac43-48d8-9928-f3822721f029/b417c4d50ba854ecae176566aa95a53c/dotnet-runtime-3.1.17-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/090c2104-7c36-440c-b40b-9a37315ad7f5/f006ce33af9674cfa24dbcde986e7e49/dotnet-runtime-3.1.17-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/9d81a06e-2532-4901-a6c8-035bc6ed19af/3d67a506153ad00a149a77be13937101/dotnet-runtime-3.1.17-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/5bc28007-3bd9-458d-8a63-0918c27eb2fe/0d0d7d6600f7932f0d5b0a7b949be126/dotnet-runtime-3.1.17-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f7aa9c9b-a854-4307-84a5-1d7aaa126a7e/b828394c4b68d27b87a8c7293681135e/dotnet-runtime-3.1.17-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/8b0f817c-0bda-49d4-b587-74d2bc2eeae3/96c6b670e096f268ea71ed6905a98478/dotnet-runtime-3.1.17-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/27b86f2b-a7c3-4f8c-8f62-6c593a332e4c/f13a19300cdc936f999eb48456f67a24/dotnet-runtime-3.1.17-win-x86.zip
[//]: # ( WindowsDesktop 3.1.17)
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/444b48db-df03-4c14-b98d-09fec51b34d7/5bf38b8cde40d1e6e92c2495a89a4793/windowsdesktop-runtime-3.1.17-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/7849e6b4-8ba7-4287-85e5-a76cd764ce6f/e4a25251dcff1af2af15868d7d9f3950/windowsdesktop-runtime-3.1.17-win-x86.exe
[//]: # ( ASP 3.1.17)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b90c0096-d58b-42cb-b71c-ca631ffe892f/781c09adab634c3ad0c462ecd144757d/aspnetcore-runtime-3.1.17-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f746eefd-6ae5-407b-8013-539e28ef60bf/80a42dda7bac89fda1867c1ed2002a13/aspnetcore-runtime-3.1.17-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/812b91da-fd52-44f8-a864-acaf5fbca418/82a1f7fd5b3c2e933a88de18387c6b33/aspnetcore-runtime-3.1.17-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e5c99cca-582a-444f-a142-2ff15aba13aa/117da93cae7e0dc12a3b86d861d0960d/aspnetcore-runtime-3.1.17-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5f9e644f-4555-4a62-8f92-af1ee9634008/778036941916d560bef6da8899ac88f5/aspnetcore-runtime-3.1.17-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f7beea08-c477-4934-ae0d-99e6372e1ebd/7e6792efb84cc7542a2d2a0b2078d751/aspnetcore-runtime-3.1.17-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/acdba8c7-f8af-4bbd-a6a2-f60ca8cdc68f/bd390283bfdfb6ab3d38237107e83cce/aspnetcore-runtime-3.1.17-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/d16eeeef-4faa-4b6f-bd79-28e3625ebd2a/3d8e10a0bca0431457acaa7e48ee9fc0/aspnetcore-runtime-3.1.17-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/6921ff25-e160-48bd-84dd-e05bc4d092c6/b13376d46fae89dc6208eec8aa11521c/aspnetcore-runtime-3.1.17-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/38bb586f-0eed-492c-bf99-8a0f2a34abe6/b928889ade68319a6b565e27717f8612/aspnetcore-runtime-3.1.17-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/073fe341-2015-4857-b5aa-2e3f8afecb7b/6995dd615309ece22b5b824eda8c65e2/aspnetcore-runtime-3.1.17-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/db4f9e1d-7ef3-4409-8c37-1c57a66c1232/97f890c7af1f3e2049992299f2c7a54c/dotnet-hosting-3.1.17-win.exe
[//]: # ( SDK 3.1.411 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c36515e8-b5eb-4501-bfda-555c16938673/4faa9e8f1e1f84f020e85ab3dbd4c306/dotnet-sdk-3.1.411-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3dc91205-b4b2-4b90-bd5d-899b85c79454/6831ad89fe379c5ed01dbd362cbd4cac/dotnet-sdk-3.1.411-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/39d1095f-2100-4802-87db-624dab2c7650/2c79efc252b0a3894a85f453367f25f1/dotnet-sdk-3.1.411-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c7afc344-acf0-4a6c-8e53-4455f2bcfc85/321418f6300e475f6c5d52849efa2e2e/dotnet-sdk-3.1.411-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/0d2f3ad5-4921-4bd3-b977-ec5337fc7127/04d487944308530db535de00fe6dc6ab/dotnet-sdk-3.1.411-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/5579eb11-0f40-46ad-9d87-274584ca8231/04c7e06cce0102990290e23fb6f1f139/dotnet-sdk-3.1.411-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1a495e39-09cb-4e95-b9b3-b1c6bac490c1/1bc8bd5c49a36aab6825bdeb6e6c854d/dotnet-sdk-3.1.411-osx-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/887a1760-ea02-4baa-b22d-da6e9e861d80/58f826e2d828c11b2809298be53aa785/dotnet-sdk-3.1.411-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/17d4e08f-c93a-4e2c-83e6-1e7010b5c7ad/53fc30104eb36c45f6ef5930e4c88c01/dotnet-sdk-3.1.411-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/be4d4d21-3d7c-4f11-a077-2f78191ecba8/891edb15f0e1cc4fdcd9cf5d1bfc76f5/dotnet-sdk-3.1.411-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/6e841eb8-1330-4f18-b0b0-89694f7f88c1/135a47cf13838a49b275c336c0b697fb/dotnet-sdk-3.1.411-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/7e4e5bc9-eae0-427b-8055-70c41a21090a/fdaccaee52940b58880f0796f4201fc7/dotnet-sdk-3.1.411-win-x86.zip
[//]: # ( SDK 3.1.117 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/56bbadc1-12ad-4885-95e6-a52760aa4786/d5bc16bac8471d8c8a978c9dc6154bb0/dotnet-sdk-3.1.117-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/af36f11d-46b3-4adf-8d39-bd8607c58edb/2d2fe413f311e55cb729b86c49a214c2/dotnet-sdk-3.1.117-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bc799706-0ab6-4f2e-ab40-c691a39494fe/04ed181b172eade1dfce2f1ccc03bd03/dotnet-sdk-3.1.117-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/589132a9-950c-4c01-9db7-ef06b902ce7e/8c1e51167731a0c05552fead69fa19f7/dotnet-sdk-3.1.117-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/4168ee74-3a5c-4741-b4ef-cb0cd751d64c/d784ca94c3372690c250b9783e2c2630/dotnet-sdk-3.1.117-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/298924b2-2598-4cc0-b0a3-e30189b82e31/e2cf7067074dab9043c7a2d4ad9fdd01/dotnet-sdk-3.1.117-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c1ac8dbb-87cb-424b-95dd-16ca34fe1138/275b1bf647dba78638a5e3917e981624/dotnet-sdk-3.1.117-osx-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/29215376-bd13-4236-80e3-e9bd38cac735/f1a7ee60a6e084004a0cb1752104aa4e/dotnet-sdk-3.1.117-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/842e20e5-8cd4-4fe1-bdc5-5d27a45552dd/5660663ac2e8747101d040c7764a79c2/dotnet-sdk-3.1.117-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/0adb3693-fe0b-41a9-968a-a888165eefad/b7e168596a258f57ff191eb17c9d2782/dotnet-sdk-3.1.117-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/b68e10d3-0da2-4b36-917d-1d6e40adf776/2a4ac0b3290bb060839708aacf76802a/dotnet-sdk-3.1.117-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/215af70f-10ca-483b-8b12-d8e68ca56bac/4a13d04785885b295f49e1250f21cc6f/dotnet-sdk-3.1.117-win-x86.zip

View file

@ -0,0 +1,169 @@
# .NET Core 3.1.118 - August 10, 2021
This .NET Core SDK release includes the following released .NET Core and ASP.NET Core Runtimes.
* .NET Core SDK 3.1.118
* .NET Core Runtime 3.1.18
* ASP.NET Core 3.1.18
See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.18/3.1.18.md) for details about what is included in this update.
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup> | - |
| Linux | [Snap Install](../install-linux.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] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.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] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - |
| | [Checksums][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] |
</br>
1. Includes the .NET Core and ASP.NET Core Runtimes
</br>2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
## Visual Studio Compatibility
**Visual Studio compatibility:** .NET Core 3.1 requires Visual Studio 2019 16.4 or above to take full advantage of all its features. .NET Core 3.1 won't work properly in earlier versions of Visual Studio. See the following table to select the correct download.
| OS | Development Environment | .NET Core SDK |
| :-- | :-- | :--: |
| Windows | Visual Studio 2019 version 16.4 | [3.1.118](#downloads) |
| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) |
## Docker
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux
### Install using Snap
Snap is a system which installs applications in an isolated environment and provides for automatic updates. Many distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel 3.1/stable -classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution.
### Install using a Package Manager
Before installing .NET, you will need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The commands listed below do not specifically include package managers to help with readability. Here are the package managers typically used by the Distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
Note: .NET Core 3.1 is available in the default Fedora 33+ packages feeds. Before using the default Fedora package feed, please make sure to remove any packages.microsoft.com registration first.
## Develop applications
To develop applications using the .NET Core SDK, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-3.1
```
## Run applications
If you only need to run existing applications, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-3.1
```
### Installation from a binary archive
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-3.1` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-3.1` will install both the ASP.NET Core Runtime and .NET Core Runtime.
## Windows Server Hosting
If you are looking to host stand-alone apps on Servers, the following installer can be used on Windows systems.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-3.1.18-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/3.1/3.1.18/3.1.118-download.md
[snap-install]: 3.1.18-install-instructions.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.18-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.18-sha.txt
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux
[//]: # ( Runtime 3.1.18)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/553523d6-f78f-4897-bbf5-13e4720d9a2e/e48e3eea5d133197fcc191a673ec4a22/dotnet-runtime-3.1.18-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/276e189e-9535-4bfd-b84d-b60c043b582b/89729cf37b76f7eca3b8cb8176e9dbf2/dotnet-runtime-3.1.18-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1e8dc450-5e64-498a-ad2b-fb33543b2d42/17a4cac10a7ee3c6aa0b59e4f92b6c0f/dotnet-runtime-3.1.18-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/87fb522b-ee8d-4d26-8f45-82d3b2187293/ae2aa08059ac12deca00adc0cd196cca/dotnet-runtime-3.1.18-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/13a14c60-b4c7-4d48-bef5-8553bb28980d/7b8eb9f74577383064bfb3b02a5964f5/dotnet-runtime-3.1.18-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/18d16d77-9172-46ac-9cd2-72ea0fa6b366/13103fc2200fd16b83e6ededbc0d510f/dotnet-runtime-3.1.18-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d6135fd1-df82-4cf9-bcba-34b8104d5782/fc4bc57a4ecf1ed68c3d47734956d0e9/dotnet-runtime-3.1.18-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/7e1c876a-45f6-4e8b-8bb5-1cdaf0800c59/25b36e0b06873c5605bc8618a0712338/dotnet-runtime-3.1.18-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/7d09d7c0-8902-4467-9268-d7f584923cde/eddcb12257e68b030bc1b4baf9a68681/dotnet-runtime-3.1.18-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/37c67f99-f227-47c3-ab1b-ee474a5576a1/aa0d14a14e98f995825d712936f0716e/dotnet-runtime-3.1.18-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/c6a860af-a0ec-44d9-95bb-27213e6ae584/f042477c51e9e274bc2df2b3936cc75d/dotnet-runtime-3.1.18-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/774fe66a-0709-425f-b73d-b2b478a7c842/95b9323ca5f69acf25e86ae15aea17ac/dotnet-runtime-3.1.18-win-x86.zip
[//]: # ( WindowsDesktop 3.1.18)
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/aa240732-82d7-4bd1-9701-e4014d7dc735/41a460f5e9c343f7b9207f64ab0e4c90/windowsdesktop-runtime-3.1.18-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/1a1efc0c-f28c-4d60-8a52-6d62da05444c/0d192b81749b9374342b64150c9442a0/windowsdesktop-runtime-3.1.18-win-x86.exe
[//]: # ( ASP 3.1.18)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/56d6e6bb-34e4-4e8e-8d6f-ce11be174182/6a3daf4d44793478df8f5f291cc8b029/aspnetcore-runtime-3.1.18-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6feb0bc9-ed1e-40b0-bb06-5ea0826bac35/b12cb170ec2c406c8ec4fd8bf90cfc52/aspnetcore-runtime-3.1.18-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/317a80a7-d16b-4fdd-9f4d-bda5f8485c7c/fd6ec4f8a875b436e1266d0a8cb1baed/aspnetcore-runtime-3.1.18-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/027367d0-0577-489b-8474-0f02253aa3f0/b82fdb9ee04ec8da8e82b7e9f4128f0e/aspnetcore-runtime-3.1.18-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/67843ba3-26f9-4746-bdfe-0f8074c00767/d51340f4f5cf8a361414650f510fe202/aspnetcore-runtime-3.1.18-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a1ef6d2e-e8eb-4522-8c3f-c8f4b1a5d832/e6bc77b95881cf1614a1047cae819af6/aspnetcore-runtime-3.1.18-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/5e5a334f-f38b-4660-8960-8414f6fdae94/85d65b69b7471d8f466a5893dcdd1f6f/aspnetcore-runtime-3.1.18-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/c37ece76-1305-4042-a9e6-58e7cb1b0bf6/75c20ff59335e370985b4f03fa637fcb/aspnetcore-runtime-3.1.18-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/d5e5fe63-7e9e-4817-822a-bbb83f088715/02201bb196ede826363a0037563b097e/aspnetcore-runtime-3.1.18-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/e9290580-1545-415c-864b-578d9469364f/4593126fe99a07fc0b52a7328597b865/aspnetcore-runtime-3.1.18-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/9e64a4e0-6d4f-4c1e-a557-e1a0898eeea1/17b3ed31cf779978f1537dae5f9d7bc6/aspnetcore-runtime-3.1.18-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a363a491-56ab-4451-a901-e5886dea2fc6/40595416f34ad49d8a83c2bf83f03487/dotnet-hosting-3.1.18-win.exe
[//]: # ( SDK 3.1.118)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/64a1b7b0-e5ca-4454-abfb-058b91b5a975/979872728452ea321d067351e526f08e/dotnet-sdk-3.1.118-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/22ce33f1-b2b8-400f-b18f-7db499d8cb5d/448893643f3ec460e6cabc4e8053115f/dotnet-sdk-3.1.118-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/be1279df-8cc3-4c1b-8a41-3a7b3d09e0ea/7c83be33f5e849eef69f25414524e3c7/dotnet-sdk-3.1.118-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/06fa24e5-ee0e-4a8d-979c-0fdf37938c9f/53f30ea6c18472faf9e82d39e0b2ee2b/dotnet-sdk-3.1.118-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/6f6069bb-3e11-4266-8bd9-dec4a4d7befc/9a14cd2bd2c019886400144ef6f8ea91/dotnet-sdk-3.1.118-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/6df9a873-9204-44e2-9027-6e9e7d6dcb92/27967998b35a1c77a29ea14eaaa90da8/dotnet-sdk-3.1.118-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6c2146f5-ca37-43e1-ab9d-7171895d053e/26a2be3431bd20afca93f416f9a40984/dotnet-sdk-3.1.118-osx-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/0be3988d-1fb1-41a1-8e2f-68169bbd89b2/5d0629d9ead1635e5ebb20bdd7a4d572/dotnet-sdk-3.1.118-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/9d4af55c-2aa0-4832-b571-d470a9cfea5b/ac14a02d41ffbb0e353a95c12799a3ec/dotnet-sdk-3.1.118-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/d72bbf4e-9b07-4623-9d61-e0d91ec4bad0/72ce2fd993af793311b35dd2288d931d/dotnet-sdk-3.1.118-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/37c3afc7-c8d4-4af7-bc9c-5347ff59b7bd/5e32b64de366928737c2f6d050e539b6/dotnet-sdk-3.1.118-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/e50d242e-b590-443d-a66a-f4e7b8cb224d/021b14aa61c116b208ead36c3058efad/dotnet-sdk-3.1.118-win-x86.zip

View file

@ -0,0 +1,405 @@
# .NET Core 3.1.18 - August 10, 2021
The .NET Core Runtime 3.1.18, .NET Core SDK 3.1.412 and [.NET Core SDK 3.1.118](3.1.118.md) releases are available for download. The latest 3.1 release is always listed at [.NET 3.1 Releases](../README.md).
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Arm][aspnetcore-runtime-win-arm.zip] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup> | - |
| Linux | [Snap Install](../install-linux.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] \| [Arm64 Alpine][dotnet-runtime-linux-musl-arm64.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] \| [Arm64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - |
| | [Checksums][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] |
</br>
1. Includes the .NET Core and ASP.NET Core Runtimes.
</br>2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
3.1.412
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET Core SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Core Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Core Runtime Dependencies
### Azure App Services
* .NET Core 3.1.18 is being deployed to Azure App Services and the deployment is expected to complete later in August 2021.
## Visual Studio Compatibility
**Visual Studio compatibility:** .NET Core 3.1 requires Visual Studio 2019 16.4 or above to take full advantage of all its features. .NET Core 3.1 won't work properly in earlier versions of Visual Studio. See the following table to select the correct download.
| OS | Development Environment | .NET Core SDK |
| :-- | :-- | :--: |
| Windows | Visual Studio 2019 version 16.7 | [3.1.412](#downloads) |
| Windows | Visual Studio 2019 version 16.4 | [3.1.118](3.1.118.md) |
| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) |
## Notable Changes
.NET Core 3.1.18 release carries both security and non-security fixes.
# Microsoft Security Advisory CVE-2021-34485 | .NET Core Information Disclosure Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 when dumps created by the tool to collect crash dumps and dumps on demand are created with global read permissions on Linux and macOS.
# Microsoft Security Advisory CVE-2021-26423 | .NET Core Denial of Service Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame.
# Microsoft Security Advisory CVE-2021-34532 | ASP.NET Core Information Disclosure Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where an JWT token is logged if it cannot be parsed.
* [Blog Roundup][dotnet-blog]
* [Known issues](../3.1-known-issues.md)
### Additional fixes in this release
* [CoreFx](https://github.com/dotnet/corefx/pulls?q=milestone%3A3.1.18+is%3Aclosed+label%3Aservicing-approved)
* [Winforms](https://github.com/dotnet/winforms/pulls?q=milestone%3A3.1.18+is%3Aclosed+label%3Aservicing-approved)
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6553](https://github.com/dotnet/core/issues/6553) for your questions and comments.
## Packages updated in this release:
Package name | Version
:----------- | :------------------
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
Microsoft.NETCore.App.Host.osx-x64 | 3.1.18.nupkg
Microsoft.NETCore.App.Host.win-x64 | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.linux-arm | 3.1.18.nupkg
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.rhel.6-x64.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.rhel.6-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
Microsoft.NETCore.App.Host.linux-musl-x64 | 3.1.18.nupkg
Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.linux-arm64 | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.linux-x64 | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.win-arm | 3.1.18.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
Microsoft.WindowsDesktop.App.Runtime.win-x86 | 3.1.18.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
Microsoft.NETCore.App.Host.linux-arm | 3.1.18.nupkg
Microsoft.NETCore.App.Host.linux-musl-arm64 | 3.1.18.nupkg
Microsoft.NETCore.App.Host.win-arm | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.rhel.6-x64 | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.win-arm64 | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.win-x64 | 3.1.18.nupkg
Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 3.1.18.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
Microsoft.NETCore.App.Host.linux-x64 | 3.1.18.nupkg
Microsoft.NETCore.App.Host.rhel.6-x64 | 3.1.18.nupkg
Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
Microsoft.WindowsDesktop.App.Runtime.win-x64 | 3.1.18.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 3.1.18.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHost | 3.1.18.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 3.1.18.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 3.1.18.nupkg
Microsoft.NETCore.App.Host.linux-arm64 | 3.1.18.nupkg
Microsoft.NETCore.App.Host.win-arm64 | 3.1.18.nupkg
Microsoft.NETCore.App.Host.win-x86 | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-x64 | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.osx-x64 | 3.1.18.nupkg
Microsoft.NETCore.App.Runtime.win-x86 | 3.1.18.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 3.1.18.nupkg
Microsoft.Extensions.ApiDescription.Client | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.linux-arm | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.win-x64 | 3.1.18.nupkg
Microsoft.AspNetCore.Http.Connections.Client | 3.1.18.nupkg
Microsoft.AspNetCore.Http.Features | 3.1.18.nupkg
Microsoft.AspNetCore.MiddlewareAnalysis | 3.1.18.nupkg
Microsoft.AspNetCore.Mvc.Testing | 3.1.18.nupkg
Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 3.1.18.nupkg
Microsoft.AspNetCore.SignalR.Client.Core | 3.1.18.nupkg
Microsoft.AspNetCore.Hosting.WindowsServices | 3.1.18.nupkg
Microsoft.AspNetCore.AzureAppServices.HostingStartup | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.Twitter | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.Negotiate | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.Google | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.win-arm64 | 3.1.18.nupkg
Microsoft.AspNetCore.ApiAuthorization.IdentityServer | 3.1.18.nupkg
Microsoft.AspNetCore.Identity.EntityFrameworkCore | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.Certificate | 3.1.18.nupkg
Microsoft.Extensions.Identity.Stores | 3.1.18.nupkg
Microsoft.Extensions.ApiDescription.Server | 3.1.18.nupkg
Microsoft.dotnet-openapi | 3.1.18.nupkg
dotnet-sql-cache | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.linux-arm64 | 3.1.18.nupkg
Microsoft.AspNetCore.NodeServices | 3.1.18.nupkg
Microsoft.AspNetCore.AzureAppServices.SiteExtension | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.Facebook | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.AzureADB2C.UI | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.JwtBearer | 3.1.18.nupkg
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 3.1.18.nupkg
Microsoft.AspNetCore.DataProtection.Abstractions | 3.1.18.nupkg
Microsoft.AspNetCore.Components.Forms | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.win-arm | 3.1.18.nupkg
Microsoft.AspNetCore.Http.Connections.Common | 3.1.18.nupkg
Microsoft.AspNetCore.Identity.Specification.Tests | 3.1.18.nupkg
Microsoft.AspNetCore.JsonPatch | 3.1.18.nupkg
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 3.1.18.nupkg
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 3.1.18.nupkg
Microsoft.AspNetCore.SignalR.Client | 3.1.18.nupkg
Microsoft.AspNetCore.Owin | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.MicrosoftAccount | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.AzureAD.UI | 3.1.18.nupkg
Microsoft.AspNetCore.Authorization | 3.1.18.nupkg
Microsoft.AspNetCore.AzureAppServicesIntegration | 3.1.18.nupkg
Microsoft.AspNetCore.Cryptography.KeyDerivation | 3.1.18.nupkg
Microsoft.AspNetCore.DataProtection | 3.1.18.nupkg
Microsoft.AspNetCore.Components.Analyzers | 3.1.18.nupkg
Microsoft.DotNet.Web.ItemTemplates | 3.1.18.nupkg
Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1 | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.osx-x64 | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.linux-x64 | 3.1.18.nupkg
Microsoft.AspNetCore.SpaServices | 3.1.18.nupkg
Microsoft.AspNetCore.SignalR.StackExchangeRedis | 3.1.18.nupkg
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 3.1.18.nupkg
Microsoft.AspNetCore.DataProtection.AzureKeyVault | 3.1.18.nupkg
Microsoft.AspNetCore.ConcurrencyLimiter | 3.1.18.nupkg
Microsoft.AspNetCore.Components.Authorization | 3.1.18.nupkg
Microsoft.Extensions.Identity.Core | 3.1.18.nupkg
Microsoft.DotNet.Web.ProjectTemplates.3.1 | 3.1.18.nupkg
Microsoft.DotNet.Web.Client.ItemTemplates | 3.1.18.nupkg
Microsoft.AspNetCore.TestHost | 3.1.18.nupkg
AspNetCoreRuntime.3.1.x86 | 3.1.18.nupkg
AspNetCoreRuntime.3.1.x64 | 3.1.18.nupkg
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 3.1.18.nupkg
Microsoft.AspNetCore.SpaServices.Extensions | 3.1.18.nupkg
Microsoft.AspNetCore.SignalR.Specification.Tests | 3.1.18.nupkg
Microsoft.AspNetCore.SignalR.Protocols.Json | 3.1.18.nupkg
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv | 3.1.18.nupkg
Microsoft.AspNetCore.SignalR.Common | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.WsFederation | 3.1.18.nupkg
Microsoft.AspNetCore.Connections.Abstractions | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 3.1.18.nupkg
Microsoft.AspNetCore.HeaderPropagation | 3.1.18.nupkg
Microsoft.AspNetCore.Identity.UI | 3.1.18.nupkg
Microsoft.AspNetCore.Metadata | 3.1.18.nupkg
Microsoft.AspNetCore.DataProtection.Extensions | 3.1.18.nupkg
Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 3.1.18.nupkg
Microsoft.AspNetCore.Authentication.OpenIdConnect | 3.1.18.nupkg
Microsoft.AspNetCore.App.Runtime.win-x86 | 3.1.18.nupkg
Microsoft.AspNetCore.DataProtection.AzureStorage | 3.1.18.nupkg
Microsoft.AspNetCore.Cryptography.Internal | 3.1.18.nupkg
Microsoft.AspNetCore.Components.Web | 3.1.18.nupkg
Microsoft.AspNetCore.Components | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 3.1.18.nupkg
Microsoft.DotNet.Common.ItemTemplates | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 3.1.18.nupkg
Microsoft.DotNet.Common.ItemTemplates | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 3.1.18.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 3.1.18.nupkg
Microsoft.AspNetCore.Razor.Language | 3.1.18.nupkg
Microsoft.CodeAnalysis.Razor | 3.1.18.nupkg
Microsoft.NET.Sdk.Razor | 3.1.18.nupkg
Microsoft.AspNetCore.Mvc.Razor.Extensions | 3.1.18.nupkg
Microsoft.EntityFrameworkCore | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Abstractions | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Analyzers | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Design | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.SqlServer | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Sqlite.Core | 3.1.18.nupkg
dotnet-ef | 3.1.18.nupkg
Microsoft.Data.Sqlite.Core | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.InMemory | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Relational | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Proxies | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Tools | 3.1.18.nupkg
Microsoft.Data.Sqlite | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Cosmos | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Specification.Tests | 3.1.18.nupkg
Microsoft.EntityFrameworkCore.Sqlite | 3.1.18.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks | 3.1.18.nupkg
Microsoft.Extensions.DependencyInjection.Abstractions | 3.1.18.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 3.1.18.nupkg
Microsoft.Extensions.Configuration.UserSecrets | 3.1.18.nupkg
Microsoft.Extensions.Configuration.NewtonsoftJson | 3.1.18.nupkg
Microsoft.Extensions.Configuration.CommandLine | 3.1.18.nupkg
Microsoft.Extensions.WebEncoders | 3.1.18.nupkg
Microsoft.Extensions.Caching.Abstractions | 3.1.18.nupkg
Microsoft.Extensions.Options.ConfigurationExtensions | 3.1.18.nupkg
Microsoft.Extensions.ObjectPool | 3.1.18.nupkg
Microsoft.Extensions.Logging.Configuration | 3.1.18.nupkg
Microsoft.Extensions.Configuration.Ini | 3.1.18.nupkg
Microsoft.Extensions.Configuration.Binder | 3.1.18.nupkg
Microsoft.Extensions.Http.Polly | 3.1.18.nupkg
Microsoft.Extensions.Configuration.Abstractions | 3.1.18.nupkg
Microsoft.Extensions.FileProviders.Embedded | 3.1.18.nupkg
Microsoft.Extensions.Options.DataAnnotations | 3.1.18.nupkg
Microsoft.Extensions.Logging.EventLog | 3.1.18.nupkg
Microsoft.Extensions.Hosting.Systemd | 3.1.18.nupkg
Microsoft.Extensions.Http | 3.1.18.nupkg
Microsoft.Extensions.Hosting.WindowsServices | 3.1.18.nupkg
Microsoft.Extensions.DiagnosticAdapter | 3.1.18.nupkg
Microsoft.Extensions.DependencyInjection.Specification.Tests | 3.1.18.nupkg
Microsoft.Extensions.Configuration.Xml | 3.1.18.nupkg
Microsoft.Extensions.Configuration.EnvironmentVariables | 3.1.18.nupkg
Microsoft.Extensions.Caching.SqlServer | 3.1.18.nupkg
Microsoft.Extensions.Caching.StackExchangeRedis | 3.1.18.nupkg
Microsoft.Extensions.Configuration.AzureKeyVault | 3.1.18.nupkg
Microsoft.Extensions.FileSystemGlobbing | 3.1.18.nupkg
Microsoft.Extensions.Logging.EventSource | 3.1.18.nupkg
Microsoft.Extensions.Logging.Console | 3.1.18.nupkg
Microsoft.Extensions.Hosting.Abstractions | 3.1.18.nupkg
Microsoft.Extensions.Logging.AzureAppServices | 3.1.18.nupkg
Microsoft.Extensions.Logging | 3.1.18.nupkg
Microsoft.JSInterop | 3.1.18.nupkg
Microsoft.Extensions.FileProviders.Abstractions | 3.1.18.nupkg
Microsoft.Extensions.DependencyInjection | 3.1.18.nupkg
Microsoft.Extensions.Configuration.Json | 3.1.18.nupkg
Microsoft.Extensions.Configuration.FileExtensions | 3.1.18.nupkg
Microsoft.Extensions.FileProviders.Composite | 3.1.18.nupkg
Microsoft.Extensions.Configuration | 3.1.18.nupkg
Microsoft.Extensions.Caching.Memory | 3.1.18.nupkg
Microsoft.Extensions.Primitives | 3.1.18.nupkg
Microsoft.Extensions.FileProviders.Physical | 3.1.18.nupkg
Microsoft.Extensions.Logging.Debug | 3.1.18.nupkg
Microsoft.Extensions.Hosting | 3.1.18.nupkg
Microsoft.Extensions.Localization | 3.1.18.nupkg
Microsoft.Extensions.Logging.Abstractions | 3.1.18.nupkg
Microsoft.Extensions.Configuration.KeyPerFile | 3.1.18.nupkg
Microsoft.Extensions.Options | 3.1.18.nupkg
Microsoft.Extensions.Logging.TraceSource | 3.1.18.nupkg
Microsoft.Extensions.Localization.Abstractions | 3.1.18.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/3.1/3.1.18/3.1.18.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.18-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.18-sha.txt
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-august-2021/
[//]: # ( Runtime 3.1.18)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/553523d6-f78f-4897-bbf5-13e4720d9a2e/e48e3eea5d133197fcc191a673ec4a22/dotnet-runtime-3.1.18-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/276e189e-9535-4bfd-b84d-b60c043b582b/89729cf37b76f7eca3b8cb8176e9dbf2/dotnet-runtime-3.1.18-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1e8dc450-5e64-498a-ad2b-fb33543b2d42/17a4cac10a7ee3c6aa0b59e4f92b6c0f/dotnet-runtime-3.1.18-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/87fb522b-ee8d-4d26-8f45-82d3b2187293/ae2aa08059ac12deca00adc0cd196cca/dotnet-runtime-3.1.18-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/13a14c60-b4c7-4d48-bef5-8553bb28980d/7b8eb9f74577383064bfb3b02a5964f5/dotnet-runtime-3.1.18-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/18d16d77-9172-46ac-9cd2-72ea0fa6b366/13103fc2200fd16b83e6ededbc0d510f/dotnet-runtime-3.1.18-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d6135fd1-df82-4cf9-bcba-34b8104d5782/fc4bc57a4ecf1ed68c3d47734956d0e9/dotnet-runtime-3.1.18-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/7e1c876a-45f6-4e8b-8bb5-1cdaf0800c59/25b36e0b06873c5605bc8618a0712338/dotnet-runtime-3.1.18-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/7d09d7c0-8902-4467-9268-d7f584923cde/eddcb12257e68b030bc1b4baf9a68681/dotnet-runtime-3.1.18-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/37c67f99-f227-47c3-ab1b-ee474a5576a1/aa0d14a14e98f995825d712936f0716e/dotnet-runtime-3.1.18-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/c6a860af-a0ec-44d9-95bb-27213e6ae584/f042477c51e9e274bc2df2b3936cc75d/dotnet-runtime-3.1.18-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/774fe66a-0709-425f-b73d-b2b478a7c842/95b9323ca5f69acf25e86ae15aea17ac/dotnet-runtime-3.1.18-win-x86.zip
[//]: # ( WindowsDesktop 3.1.18)
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/aa240732-82d7-4bd1-9701-e4014d7dc735/41a460f5e9c343f7b9207f64ab0e4c90/windowsdesktop-runtime-3.1.18-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/1a1efc0c-f28c-4d60-8a52-6d62da05444c/0d192b81749b9374342b64150c9442a0/windowsdesktop-runtime-3.1.18-win-x86.exe
[//]: # ( ASP 3.1.18)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/56d6e6bb-34e4-4e8e-8d6f-ce11be174182/6a3daf4d44793478df8f5f291cc8b029/aspnetcore-runtime-3.1.18-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6feb0bc9-ed1e-40b0-bb06-5ea0826bac35/b12cb170ec2c406c8ec4fd8bf90cfc52/aspnetcore-runtime-3.1.18-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/317a80a7-d16b-4fdd-9f4d-bda5f8485c7c/fd6ec4f8a875b436e1266d0a8cb1baed/aspnetcore-runtime-3.1.18-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/027367d0-0577-489b-8474-0f02253aa3f0/b82fdb9ee04ec8da8e82b7e9f4128f0e/aspnetcore-runtime-3.1.18-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/67843ba3-26f9-4746-bdfe-0f8074c00767/d51340f4f5cf8a361414650f510fe202/aspnetcore-runtime-3.1.18-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a1ef6d2e-e8eb-4522-8c3f-c8f4b1a5d832/e6bc77b95881cf1614a1047cae819af6/aspnetcore-runtime-3.1.18-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/5e5a334f-f38b-4660-8960-8414f6fdae94/85d65b69b7471d8f466a5893dcdd1f6f/aspnetcore-runtime-3.1.18-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/c37ece76-1305-4042-a9e6-58e7cb1b0bf6/75c20ff59335e370985b4f03fa637fcb/aspnetcore-runtime-3.1.18-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/d5e5fe63-7e9e-4817-822a-bbb83f088715/02201bb196ede826363a0037563b097e/aspnetcore-runtime-3.1.18-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/e9290580-1545-415c-864b-578d9469364f/4593126fe99a07fc0b52a7328597b865/aspnetcore-runtime-3.1.18-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/9e64a4e0-6d4f-4c1e-a557-e1a0898eeea1/17b3ed31cf779978f1537dae5f9d7bc6/aspnetcore-runtime-3.1.18-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a363a491-56ab-4451-a901-e5886dea2fc6/40595416f34ad49d8a83c2bf83f03487/dotnet-hosting-3.1.18-win.exe
[//]: # ( SDK 3.1.412)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5aef7e5d-2112-4868-8d7c-4c82f04363c5/e4fe30dc136634001cf357f26c825506/dotnet-sdk-3.1.412-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f9f54199-f0b3-43ac-badd-f9ef6867641c/50bd985f26c59f5d63f29f571f7f89e5/dotnet-sdk-3.1.412-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ad0d810a-37d7-4b8d-a818-7cf7e23eaf2e/617ee35bf77b9c0a1aadeb4e09f83fa6/dotnet-sdk-3.1.412-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/90e2064f-8786-4e12-95cd-8185fc71f1cb/1a3279320411c489f37142ec656ef0b8/dotnet-sdk-3.1.412-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/b79a9bde-c846-49d8-b9b4-ed3ab95f839e/01af43fe9c3fd1831fa1db9a502473b7/dotnet-sdk-3.1.412-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/46981fb5-7b16-4c5b-bedb-68a479939a41/b0295f7dda05c6ec038fc023168259dd/dotnet-sdk-3.1.412-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b6b5c79a-077b-4c6d-acb2-c8be3ef527c7/fb1fd46305b3deaf9e4ace607b5a8d00/dotnet-sdk-3.1.412-osx-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/f689de95-ba3c-406c-ad52-0d88e4d9cc24/5b02567e62649059119dfe53d199b0bb/dotnet-sdk-3.1.412-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/046165a4-10d4-4156-8e65-1d7b2cbd304e/a4c7b01f6bf7199669a45ab6a03803ac/dotnet-sdk-3.1.412-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/44476be2-ac39-4378-889e-37e71285c5fd/d8e7bc8809999cd5d56622993ee06c63/dotnet-sdk-3.1.412-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/4ac11493-ccf2-4e3f-943e-f6aef9208853/ac20ce2a8178cc65f8f5c570ccdc29bd/dotnet-sdk-3.1.412-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/0041e593-2191-400c-8692-3d769dd28f18/b00dff7aa2c609eb05a9a29d589c697b/dotnet-sdk-3.1.412-win-x86.zip

View file

@ -13,6 +13,8 @@
| Date | Release |
| :-- | :-- |
| 2021/08/10 | [3.1.18](./3.1.18/3.1.18.md) |
| 2021/07/13 | [3.1.17](./3.1.17/3.1.17.md) |
| 2021/06/08 | [3.1.16](./3.1.16/3.1.16.md) |
| 2021/05/11 | [3.1.15](./3.1.15/3.1.15.md) |
| 2021/04/13 | [3.1.14](./3.1.14/3.1.14.md) |

View file

@ -0,0 +1,63 @@
# .NET 3.1 installation instructions for Linux
The following instructions demonstrate installing .NET 3.1 on Linux. These instructions augment the more general [.NET install instructions](install.md), including installing with `.tar.gz` files, that work on multiple operating systems.
[Linux package dependencies](linux-packages.md) describes the set of packages required to run .NET on Linux.
## Distributions
The following distributions are available for Linux:
- .NET SDK: includes tools for building and testing applications, and includes the runtime distributions that follow.
- .NET Runtime: includes the .NET runtime and libraries, enabling running console applications.
- ASP.NET Core Runtime: includes the .NET and ASP.NET Core runtimes, enabling running console, and web applications.
We recommend you install the .NET SDK to develop and build applications, and to install one of the runtimes packages (like ASP.NET Core) to exclusively run applications.
## Downloads
Each of the distributions can be downloaded from:
- [Microsoft .NET website](https://dotnet.microsoft.com/download/dotnet/3.1)
- [.NET 3.1 release notes](README.md)
[Container images](https://hub.docker.com/r/microsoft/dotnet/) are provided for Linux (Alpine, Debian, and Ubuntu).
## Install using deb/rpm packages
DEB and RPM install packages for Linux are available from Microsoft or, natively from some Linux distributions. It is recommended that you use packages provided by your distribution, when available. See [Install .NET on Linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux) for a complete list of supported Linux distributions and installer package options for each.
## Install using Snap
You can use Snap to install .NET 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=3.1/stable --classic`
When .NET Core is 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://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution.
## Installing from a binary archive
You can install .NET with a binary archive. This option is required if you want to install .NET for a single user. It is also recommended if you want to install .NET temporarily.
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
```bash
~# curl -o dotnet.tar.gz https://download.visualstudio.microsoft.com/download/pr/e6ae53a9-8567-4f44-b6ce-684d4f4a0b27/e0c29635c1c2ae9424390a41fecc95f1/dotnet-sdk-3.1.410-linux-x64.tar.gz
~# mkdir dotnet
~# tar -C dotnet -xf dotnet.tar.gz
~# rm dotnet.tar.gz
~# export DOTNET_ROOT=~/dotnet
~# export PATH=$PATH:~/dotnet
~# dotnet --version
3.1.410
```
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.
You can add your .NET install location permanently to your path if you'd like.

View file

@ -0,0 +1,49 @@
# .NET 3.1 installation instructions for macOS
The following instructions demonstrate installing .NET 3.1 on macOS. These instructions augment the more general [.NET install instructions](install.md), including installing with `.tar.gz` files, that work on multiple operating systems.
## Distributions
The following distributions are available for Linux:
- .NET SDK: includes tools for building and testing applications, and includes the runtime distributions that follow.
- .NET Runtime: includes the .NET runtime and libraries, enabling running console applications.
- ASP.NET Core Runtime: includes the .NET and ASP.NET Core runtimes, enabling running console, and web applications.
We recommend you install the .NET SDK to develop and build applications, and to install one of the runtimes packages (like ASP.NET Core) to exclusively run applications.
## Downloads
Each of the distributions can be downloaded from:
- [Microsoft .NET website](https://dotnet.microsoft.com/download/dotnet/3.1)
- [.NET 3.1 release notes](README.md)
[Container images](https://hub.docker.com/r/microsoft/dotnet/) are provided for Linux (Alpine, Debian, and Ubuntu).
## Install using PKG
You can install any of the distributions with PKG. The following image demonstrates installing the .NET SDK. After launching the PKG, click "Continue" and you will be taken through the process of installing the SDK.
![image](https://user-images.githubusercontent.com/2212879/125341114-1d8dae00-e308-11eb-8af1-f5a147fd1c60.png)
## Installing from a binary archive
You can install .NET with a binary archive. This option is required if you want to install .NET for a single user. It is also recommended if you want to install .NET temporarily.
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
```bash
~# curl -o dotnet.tar.gz https://download.visualstudio.microsoft.com/download/pr/9db4cce9-8c78-47af-b3a1-b05e98870ab0/1d6062e2cc4ab529c0c1857a2c099b4e/dotnet-sdk-3.1.410-osx-x64.tar.gz
~# mkdir dotnet
~# tar -C dotnet -xf dotnet.tar.gz
~# rm dotnet.tar.gz
~# export DOTNET_ROOT=~/dotnet
~# export PATH=$PATH:~/dotnet
~# dotnet --version
3.1.410
```
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.
You can add your .NET install location permanently to your path if you'd like.

View file

@ -0,0 +1,54 @@
# .NET 3.1 installation instructions for Windows
The following instructions demonstrate installing .NET 3.1 on Windows. These instructions augment the more general [.NET install instructions](install.md), including installing with `.zip` files, that work on multiple operating systems.
## Distributions
The following distributions are available for Windows:
- .NET SDK: includes tools for building and testing applications, and includes the runtime distributions that follow.
- .NET Runtime: includes the .NET runtime and libraries, enabling running console applications.
- .NET Desktop Runtime: includes the .NET runtime and Windows desktop libraries, enabling running console, Windows Forms, and Windows Presentation Framework (WPF) applications.
- ASP.NET Core Runtime: includes the .NET and ASP.NET Core runtimes, enabling running console, and web applications.
- ASP.NET Core Hosting Bundle: includes the ASP.NET Core runtime and IIS support (for running both in- and out-of-process with IIS).
We recommend you install the .NET SDK to develop and build applications, and to install one of the runtimes packages (like ASP.NET Core) to exclusively run applications.
## Downloads
Each of the distributions can be downloaded from:
- [Microsoft .NET website](https://dotnet.microsoft.com/download/dotnet/3.1)
- [.NET 3.1 release notes](README.md)
[Container images](https://hub.docker.com/r/microsoft/dotnet/) are provided for Windows (Nano Server and Server Core) and Linux (Alpine, Debian, and Ubuntu).
## Install using MSI
You can install any of the distributions with MSI. The following image demonstrates installing the .NET SDK. After launching the MSI, click "Install" and you will be taken through the process of installing the SDK.
![image](https://user-images.githubusercontent.com/2212879/125339796-883dea00-e306-11eb-925b-eb4da4483d3a.png)
## Windows Server Hosting with IIS
You should install the Hosting Bundle MSI if you want to enable hosting ASP.NET Core with IIS.
## Installing from a binary archive
You can install .NET with a binary archive. This option is required if you want to install .NET for a single user. It is also recommended if you want to install .NET temporarily.
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
```console
C:\>curl -o dotnet.zip https://download.visualstudio.microsoft.com/download/pr/94cd3943-95b4-4d86-a3ec-07f434b460b9/e0db650eba4bf8b3ec8ef99312a66047/dotnet-sdk-3.1.410-win-x64.zip
C:\>tar -C dotnet -xf dotnet.zip
C:\>del dotnet.zip
C:\>set DOTNET_ROOT=C:\dotnet
C:\>set PATH=%PATH%;C:\dotnet
C:\>dotnet --version
3.1.410
```
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.
You can add your .NET install location permanently to your path if you'd like.

View file

@ -0,0 +1,65 @@
# .NET 3.1 installation instructions
Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://docs.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://docs.microsoft.com/dotnet).
Operating system specific instructions:
- [Linux](install-linux.md)
- [macOS](install-macos.md)
- [Windows](install-windows.md)
## Distributions
The following distributions are available for all operating systems:
- .NET SDK: includes tools for building and testing applications, and includes the runtime distributions that follow.
- .NET Runtime: includes the .NET runtime and libraries, enabling running console applications.
- ASP.NET Core Runtime: includes the .NET and ASP.NET Core runtimes, enabling running console, and web applications.
We recommend that you install the .NET SDK to develop and build applications, and to install one of the runtimes packages (like ASP.NET Core) to (exclusively) run applications.
## Downloads
Download links are provided for each of the distributions at:
- [Microsoft .NET website](https://dotnet.microsoft.com/download/dotnet/3.1)
- [.NET 3.1 release notes](README.md)
[Container images](https://hub.docker.com/r/microsoft/dotnet/) are provided for Windows (Nano Server, and Server Core) and Linux (Alpine, Debian, and Ubuntu).
## What's installed?
You can determine what is installed on your machine (assuming .NET is installed) using the following approach, with `dotnet --info`.
```console
# dotnet --info
.NET SDK (reflecting any global.json):
Version: 3.1.410
Commit: e659912dfb
Runtime Environment:
OS Name: Windows
OS Version: 10.0.19043
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\3.1.410\
Host (useful for support):
Version: 3.1.16
Commit: 556582d964
.NET SDKs installed:
3.1.410 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 3.1.16 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.16 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.16 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
```
If you have the .NET SDK installed, you can also use `dotnet --version` as demonstrated in the following example:
```console
C:\>dotnet --version
3.1.410
```

View file

@ -0,0 +1,115 @@
# Linux package dependencies
.NET 3.1 has several dependencies that must be satisfied to run .NET apps. The commands to install these libraries are listed for multiple Linux distributions.
Feel free to contribute packages for distributions not (yet) listed in this document, including ones not supported by the .NET Team.
Tips:
- [runtime-deps container images](https://github.com/dotnet/dotnet-docker/tree/main/src/runtime-deps) installs these same packages. You can look at those dockerfiles.
- [pkgs.org](https://pkgs.org/) is a useful site for searching for packages, to find the one for your distribution.
## Packages
.NET depends on the following packages.
- [GNU C Library (glibc)](https://www.gnu.org/software/libc/libc.html)
- [GNU C++ Library](https://gcc.gnu.org/onlinedocs/libstdc++/)
- [GCC low-level runtime library](https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html)
- [ICU](http://site.icu-project.org/)
- [Kerberos](http://web.mit.edu/kerberos/)
- [Open SSL](https://www.openssl.org/)
- [zlib compression library](https://www.zlib.net/)
You do not need to install ICU if you [enable globalization invariant mode](https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md#enabling-the-invariant-mode).
If your app relies on `https` endpoints, you'll also need to install `ca-certificates`.
## Alpine 3.13
```bash
sudo apk add \
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libstdc++ \
zlib
```
## Debian 11 "Bullseye"
```bash
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
libstdc++6 \
zlib1g
```
## Debian 10 "Buster"
```bash
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
libstdc++6 \
zlib1g
```
## Ubuntu 20.04 "Focal"
```bash
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 \
libssl1.1 \
libstdc++6 \
zlib1g
```
Note: Add [noninteractive](https://github.com/dotnet/dotnet-docker/blob/c0e8be8a44b47b1dcc2a5b4b2ebd92022087ac0b/src/runtime-deps/3.1/focal/arm64v8/Dockerfile#L4) for non-interactive installation.
## Ubuntu 18.04 "Bionic"
```bash
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
libssl1.1 \
libstdc++6 \
zlib1g \
```
## Community supported distros
The following distros are not supported by the .NET team. The following package information is provided on an as-is basis. Feel free contribute package information for the distro you use .NET with if it isn't listed.
### Arch Linux
```bash
sudo pacman -Sy \
glibc \
gcc \
krb5 \
icu \
openssl \
libc++ \
zlib
```
This set of packages was tested on the Arch and Manjaro.

File diff suppressed because it is too large Load diff

View file

@ -8,8 +8,8 @@ OS | Version | Architectures
--------------------------------------|-------------------------|-----------------|----------
[Windows Client][Windows-client] | 7 SP1(**\***), 8.1 | x64, x86 | [Windows][Windows-lifecycle]
[Windows 10 Client][Windows-client] | Version 1607+ | x64, x86, Arm64 | [Windows][Windows-lifecycle]
[Windows Server][Windows-Server] | 2012 R2+ | x64, x86 | [Windows Server][Windows-Server-lifecycle]
[Windows Server Core][Windows-Server] | 2012 R2+ | x64, x86 | [Windows Server][Windows-Server-lifecycle]
[Windows Server][Windows-Server] | 2012+ | x64, x86 | [Windows Server][Windows-Server-lifecycle]
[Windows Server Core][Windows-Server] | 2012+ | x64, x86 | [Windows Server][Windows-Server-lifecycle]
[Nano Server][Nano-Server] | Version 1809+ | x64 | [Windows Server][Windows-Server-lifecycle]
**\*** Windows 7 SP1 is supported with [Extended Security Updates](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed.
@ -28,12 +28,12 @@ OS | Version | Architectures
[Alpine Linux][Alpine] | 3.11+ | x64, Arm64 | [Alpine][Alpine-lifecycle]
[CentOS][CentOS] | 7+ | x64 | [CentOS][CentOS-lifecycle]
[Debian][Debian] | 9+ | x64, Arm32, Arm64 | [Debian][Debian-lifecycle]
[Fedora][Fedora] | 32+ | x64 | [Fedora][Fedora-lifecycle]
[Fedora][Fedora] | 33+ | x64 | [Fedora][Fedora-lifecycle]
[Linux Mint][Linux-Mint] | 18+ | x64 | [Linux Mint][Linux-Mint-lifecycle]
[openSUSE][OpenSUSE] | 15+ | x64 | [OpenSUSE][OpenSUSE-lifecycle]
[Red Hat Enterprise Linux][RHEL] | 7+ | x64 | [Red Hat][RHEL-lifecycle]
[SUSE Enterprise Linux (SLES)][SLES] | 12 SP2+ | x64 | [SUSE][SLES-lifecycle]
[Ubuntu][Ubuntu] | 21.04, 20.10, 20.04, 18.04, 16.04 | x64, Arm32, Arm64 | [Ubuntu][Ubuntu-lifecycle]
[Ubuntu][Ubuntu] | 21.04, 20.04, 18.04, 16.04 | x64, Arm32, Arm64 | [Ubuntu][Ubuntu-lifecycle]
[Alpine]: https://alpinelinux.org/
[Alpine-lifecycle]: https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases

View file

@ -0,0 +1,128 @@
# .NET 5.0.302 SDK -July 13, 2021
The .NET SDK 5.0.302 release is available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-arm64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] | - |<sup>1</sup>
| Linux | [Snap and Package Manager](5.0.8-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] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-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][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime]
</br>
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.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
5.0.302
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 5.0 release in containers:
```console
docker run --rm mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Runtime Dependencies
* [dotnet/samples](https://hub.docker.com/_/microsoft-dotnet-samples/): .NET Samples
## Visual Studio Compatibility
You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to use .NET 5.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 5.0 and C# 9.
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6459](https://github.com/dotnet/core/issues/6459) for your questions and comments.
[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/5.0/5.0.8/5.0.8.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.8-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.8-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-may-2021/
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.3xx+is%3Aclosed
[linux-packages]: 5.0.8-install-instructions.md
[//]: # ( Runtime 5.0.8)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/06f47628-7e59-4e2a-9002-72d7e11b8cde/79a68d8fc9812b4f94e4f9f32f3acbc8/dotnet-runtime-5.0.8-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9810823d-5422-4582-8765-22a88738f706/5f0f5842ed94d48513a88419d301d693/dotnet-runtime-5.0.8-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/96b693d4-10dc-4d88-86dd-bd24695a7691/68bd59eac4d6a9f44f024aa70dd042eb/dotnet-runtime-5.0.8-linux-musl-arm.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/753f85fe-f4e4-45cc-ac1e-7154ea9e36e9/bccbd902d6b19c952e4eccffa14a4d76/dotnet-runtime-5.0.8-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0f5660b5-77cf-480f-9486-42f6c80bed12/c68a7fa03b01ba754ee18c0f99f34186/dotnet-runtime-5.0.8-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/50687c84-e120-4410-bd4a-b1e0869d03f4/6038576259f95ef61d4d103ee3967130/dotnet-runtime-5.0.8-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/22fcfd90-7eb6-4718-8408-574b2b3e84c9/a57853c81e35f08027549da03abf01ef/dotnet-runtime-5.0.8-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cd40e07f-816b-43b5-a278-4ed0eed1f58b/5b34893e70f2fa24cb46eaa46b2d46f7/dotnet-runtime-5.0.8-osx-x64.tar.gz
[dotnet-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/a9db1e56-7737-41ae-a178-10f4beb43e2b/e22b30796381520980a22d3edd9ee922/dotnet-runtime-5.0.8-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/e7bdfaef-5aa1-45ab-8df0-734137f78a04/17f4d5ae2f058b18241ffad65be533bf/dotnet-runtime-5.0.8-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b2696089-c2ea-4cb4-8d3e-4e5840bdc57b/ffbc7ae206aba305bcbc90b8df5b7421/dotnet-runtime-5.0.8-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/5959491c-bd4c-48f7-8355-9f6caf800925/17278efdec18c9e5df76331293e12a68/dotnet-runtime-5.0.8-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/d8bc3c6a-1f67-428b-b1aa-0abe824a80b1/6376c6f9c04af91fc0880098ca04ef20/dotnet-runtime-5.0.8-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2d30fb6c-b42c-46b7-9e0d-421f31f99594/58421cc2c65af81dfad8f566783732a3/dotnet-runtime-5.0.8-win-x86.zip
[//]: # ( WindowsDesktop 5.0.8)
[windowsdesktop-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/81f697ea-9349-4d91-bce3-8dd8800d2f25/5d86a5e914b0a1d8ec6c3265ce379d14/windowsdesktop-runtime-5.0.8-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/9b564b8a-a26d-4bb3-8f30-1101ae71a55a/2cee4f9e4c0e77e3d0f866fdf690864e/windowsdesktop-runtime-5.0.8-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/c1c0117b-3565-4661-9a77-7629c937f808/90a45135929796778a9fd418bbad6bb3/windowsdesktop-runtime-5.0.8-win-x86.exe
[//]: # ( ASP 5.0.8)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7e928c60-5f60-4c62-8439-422be547605c/0d1dc316cf38efdb2557f639ca9da4ad/aspnetcore-runtime-5.0.8-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/36c6210a-5b28-4598-81f7-2cef1a0bd1d5/296782726e68368c8ddf87ba828b5fc7/aspnetcore-runtime-5.0.8-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/17f425d8-bb82-4374-8033-528b86797077/b06f1a3a53a1684c695077d67921c364/aspnetcore-runtime-5.0.8-linux-musl-arm.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/95721021-b4e7-43c2-8224-d487a8a243cd/b9b774d486c4d60f3be3cdeaf0072ab8/aspnetcore-runtime-5.0.8-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a353a835-3bc6-4fc8-9a05-26bea9826584/4c7f93cefdaee9134aff2b0ce5d61829/aspnetcore-runtime-5.0.8-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1b54c42a-4904-419b-8c24-bb2f39d4c8ae/279cd30211d8e5a9abf3129d04b4eb0e/aspnetcore-runtime-5.0.8-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f3c2f283-48c4-44d9-be16-2aba37ec63fc/b431ca2b5e6c07fa1a686dade10b00b6/aspnetcore-runtime-5.0.8-osx-x64.tar.gz
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/e356013e-6518-4334-843a-282637f22a32/40e38a58b2d767e2efb5b97c8695ca8c/aspnetcore-runtime-5.0.8-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/7898c205-d8c4-45d0-93e1-d325bc6f90df/1e9b4a648b44d1b64622a38534900438/aspnetcore-runtime-5.0.8-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/b67f2dbb-13e5-49c8-816e-ff588aaa4016/6698e25488c9c56572b593474e32b4bd/aspnetcore-runtime-5.0.8-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/781b6844-f7f0-4b23-a7fd-2b45e8073fab/43bf54933d3aaffa790c80a15b2b2c0c/aspnetcore-runtime-5.0.8-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/dd1ffc9b-44b9-4e08-85cb-6f19df44bdb7/204b5732b9cb8cda30f0ab75b08ba06d/aspnetcore-runtime-5.0.8-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c887d56b-4667-4e1d-9b6c-95a32dd65622/97e3eef489af8a6950744c4f9bde73c0/dotnet-hosting-5.0.8-win.exe
[//]: # ( SDK 5.0.302 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f456f253-db24-45ea-9c73-f507f93a8cd2/6efe7bed8639344d9c9afb8a46686c99/dotnet-sdk-5.0.302-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/99d2e2e5-32b0-41e1-982d-82223eab6b8b/e4a5f67ab76a1ba54b6eae853bbdd354/dotnet-sdk-5.0.302-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b28570ce-ea3a-4fac-ac2f-79226d1006b9/4ecd2e7dcd4ee38feb4eae6fb00d1393/dotnet-sdk-5.0.302-linux-musl-arm.tar.gz
[dotnet-sdk-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cd4025a1-7512-44f2-88ee-dc152e448c51/8cae83e3a30894c1ffbcb18a30b54ea6/dotnet-sdk-5.0.302-linux-musl-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b163c7a7-d600-4a01-8ad3-b2734eaea86b/ab2707eee7dd24543dca7e8530c2b0d3/dotnet-sdk-5.0.302-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8468e541-a99a-4191-8470-654fa0747a9a/cb32548d2fd3d60ef3fe8fc80cd735ef/dotnet-sdk-5.0.302-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/9443e82f-00f2-4cce-ae4e-e319025f6ace/46f6218f066f6c9dd08820282eded2e6/dotnet-sdk-5.0.302-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/6f2d055d-6092-4236-9824-b8326f971301/663c758102cacc0e3f4288c6462fac3f/dotnet-sdk-5.0.302-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ba14ff5a-bc51-4cd1-bc6d-af60be2dea43/bf9d3ce8313573a9f58ef34674f36257/dotnet-sdk-5.0.302-osx-x64.tar.gz
[dotnet-sdk-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/39567bf5-d119-4dad-b601-4b77e846a080/607deec7c419f2ae4e09c7e282b68d55/dotnet-sdk-5.0.302-win-arm64.exe
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/a95e976c-f26e-47b3-94ca-8a8e556d431b/bcf34db772535770c78f15f6e799e048/dotnet-sdk-5.0.302-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/474a078c-f415-4bae-8571-2fe8ea37ed51/a8ac1fe825f63411c375633bd98205c4/dotnet-sdk-5.0.302-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/2881a25e-f265-43ee-a095-3a05b0466771/45959c837217c768a3b8171edc6607b3/dotnet-sdk-5.0.302-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/6e36aca8-98e1-4fe8-a3f8-217bb760824a/66403be33dd24dca3bddb4f5813d35e7/dotnet-sdk-5.0.302-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/e20ca77d-50df-437e-9f10-def8e6f469a9/bbaf64ea966d7f05749a6cae8a5c3959/dotnet-sdk-5.0.302-win-x86.zip

View file

@ -0,0 +1,91 @@
# .NET 5.0.8
.NET 5.0.8 comprises:
* .NET Runtime 5.0.8
* ASP.NET Core 5.0.8
* .NET SDK 5.0.205
See the [Release Notes][release-notes] for details about what is included in this update.
## Docker
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together.
## Install .NET on Linux
### Install using a Package Manager
Before installing .NET, you need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET][linux-setup] for the requirements.
The following commands don't specifically include package managers to help with readability. Here are the package managers typically used by the distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
Note:
1. Before updating to .NET 5.0, uninstall any preview versions of .NET 5.0 you have previously installed.
2. .NET 5.0 is available in the default Fedora 33+ packages feeds. Before using the default Fedora package feed, please make sure to remove any packages.microsoft.com registration first.
### Install using Snap
Snap is a system that installs applications in an isolated environment and provides for automatic updates. Many distributions that are not directly supported by .NET can use Snaps to install. See the [list of distributions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel=5.0/stable --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.
### Develop applications
To develop applications using the .NET SDK, run the following command. The .NET Core and ASP.NET Core runtimes are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-5.0
```
### Run applications
If you only need to run existing applications, run the following command. The .NET Core and ASP.NET Core runtimes are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-5.0
```
### 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/main/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.8.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/5.0/5.0.8/5.0.8.md
[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c887d56b-4667-4e1d-9b6c-95a32dd65622/97e3eef489af8a6950744c4f9bde73c0/dotnet-hosting-5.0.8-win.exe

View file

@ -0,0 +1,399 @@
# .NET 5.0.8 - July 13, 2021
The .NET 5.0.8 and .NET SDK 5.0.205 releases are available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-arm64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] | - |<sup>1</sup>
| Linux | [Snap and Package Manager](5.0.8-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] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-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][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime]
</br>
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.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
5.0.205
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 5.0 release in containers:
```console
docker run --rm mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Runtime Dependencies
* [dotnet/samples](https://hub.docker.com/_/microsoft-dotnet-samples/): .NET Samples
## Visual Studio Compatibility
You need [Visual Studio 16.8](https://visualstudio.microsoft.com) or later to use .NET 5.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 5.0 and C# 9.
## Notable Changes
.NET 5.0.8 release carries non-security fixes.
* [Blog Roundup][dotnet-blog]
* [Known issues](../5.0-known-issues.md)
**Windows SDK Updates**
- .NET SDK 5.0.205 and 5.0.302 includes fixes to the runtime and Windows SDK projections with C#/WinRT v1.3.0. Refer to the C#/WinRT v1.3.0 [release notes](https://github.com/microsoft/CsWinRT/releases/tag/1.3.0.210617.2) for more details.
- TFM support has been added for targeting Windows 10, version 2104 which corresponds with Windows 10 SDK version 10.0.20348.0. Note this version is primarily intended for Windows Server development.
- Support has been added for targeting Windows Insider SDK flights. More information will be available at [aka.ms/windowsinsidersdk](https://aka.ms/windowsinsidersdk)
Release feature and bug lists:.
* [Runtime](https://github.com/dotnet/runtime/issues?q=milestone%3A5.0.8+is%3Aclosed+label%3Aservicing-approved)
* [ASP.NET](https://github.com/dotnet/aspnetcore/pulls?q=milestone%3A5.0.8+is%3Aclosed+label%3Aservicing-approved)
* [EF Core](https://github.com/dotnet/efcore/issues?q=milestone%3A5.0.8+is%3Aclosed+label%3Aservicing-approved)
* [Winforms](https://github.com/dotnet/winforms/issues?q=milestone%3A5.0.8+is%3Aclosed+label%3Aservicing-approved)
* [WPF](https://github.com/dotnet/WPF/issues?q=milestone%3A5.0.8+is%3Aclosed+label%3Aservicing-approved)
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6459](https://github.com/dotnet/core/issues/6459) for your questions and comments.
[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/5.0/preview/5.0.8.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.8-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.8-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-july-2021/
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.8xx+is%3Aclosed
[linux-packages]: 5.0.8-install-instructions.md
## Packages updated in this release:
Package name | Version
:----------- | :------------------
Microsoft.WindowsDesktop.App.Runtime.win-x64 | 5.0.8.nupkg
Microsoft.WindowsDesktop.App.Runtime.win-x86 | 5.0.8.nupkg
Microsoft.WindowsDesktop.App.Runtime.win-arm64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.win-arm | 5.0.8.nupkg
Microsoft.NETCore.App.Host.osx-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Host.win-arm | 5.0.8.nupkg
Microsoft.NETCore.App.Host.win-arm64 | 5.0.8.nupkg
Microsoft.NETCore.App.Host.linux-arm64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.osx-x64 | 5.0.8.nupkg
runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.win-x86 | 5.0.8.nupkg
Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
Microsoft.NETCore.App.Crossgen2.linux-musl-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Host.win-x86 | 5.0.8.nupkg
Microsoft.NETCore.App.Host.win-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64 | 5.0.8.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.linux-arm64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.linux-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64 | 5.0.8.nupkg
Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.linux-arm64 | 5.0.8.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.linux-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.browser-wasm | 5.0.8.nupkg
Microsoft.NETCore.App.Crossgen2.linux-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Crossgen2.win-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Host.linux-arm | 5.0.8.nupkg
Microsoft.NETCore.App.Host.linux-musl-arm | 5.0.8.nupkg
Microsoft.NETCore.App.Host.linux-musl-arm64 | 5.0.8.nupkg
Microsoft.NETCore.App.Host.linux-musl-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Host.linux-x64 | 5.0.8.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.win-arm64 | 5.0.8.nupkg
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.linux-arm | 5.0.8.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-arm | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-x64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.linux-arm | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64 | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64 | 5.0.8.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.win-x64 | 5.0.8.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 5.0.8.nupkg
Microsoft.NETCore.App.Runtime.osx-x64 | 5.0.8.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 5.0.8.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHost | 5.0.8.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 5.0.8.nupkg
Microsoft.Extensions.DependencyInjection | 5.0.2.nupkg
Microsoft.AspNetCore.App.Runtime.win-arm64 | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.osx-x64 | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.linux-x64 | 5.0.8.nupkg
Microsoft.AspNetCore.AzureAppServices.HostingStartup | 5.0.8.nupkg
Microsoft.AspNetCore.SignalR.Client | 5.0.8.nupkg
Microsoft.Extensions.Logging.AzureAppServices | 5.0.8.nupkg
Microsoft.Extensions.ObjectPool | 5.0.8.nupkg
Microsoft.Extensions.Localization.Abstractions | 5.0.8.nupkg
Microsoft.Extensions.Localization | 5.0.8.nupkg
Microsoft.Extensions.Identity.Core | 5.0.8.nupkg
Microsoft.Extensions.Identity.Stores | 5.0.8.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 5.0.8.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 5.0.8.nupkg
Microsoft.Extensions.FileProviders.Embedded | 5.0.8.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks | 5.0.8.nupkg
Microsoft.Extensions.Configuration.KeyPerFile | 5.0.8.nupkg
Microsoft.Extensions.ApiDescription.Server | 5.0.8.nupkg
Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0 | 5.0.8.nupkg
Microsoft.AspNetCore.DataProtection.Abstractions | 5.0.8.nupkg
Microsoft.AspNetCore.DataProtection | 5.0.8.nupkg
Microsoft.AspNetCore.Mvc.Testing | 5.0.8.nupkg
Microsoft.AspNetCore.Connections.Abstractions | 5.0.8.nupkg
Microsoft.AspNetCore.Cryptography.KeyDerivation | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.win-x86 | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-arm | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.linux-arm64 | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.WsFederation | 5.0.8.nupkg
Microsoft.AspNetCore.Authorization | 5.0.8.nupkg
Microsoft.DotNet.Web.Client.ItemTemplates | 5.0.8.nupkg
Microsoft.dotnet-openapi | 5.0.8.nupkg
Microsoft.CodeAnalysis.Razor | 5.0.8.nupkg
Microsoft.Authentication.WebAssembly.Msal | 5.0.8.nupkg
Microsoft.AspNetCore.TestHost | 5.0.8.nupkg
Microsoft.AspNetCore.SpaServices.Extensions | 5.0.8.nupkg
Microsoft.AspNetCore.SignalR.StackExchangeRedis | 5.0.8.nupkg
Microsoft.AspNetCore.SignalR.Specification.Tests | 5.0.8.nupkg
Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 5.0.8.nupkg
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 5.0.8.nupkg
Microsoft.AspNetCore.SignalR.Protocols.Json | 5.0.8.nupkg
Microsoft.AspNetCore.SignalR.Common | 5.0.8.nupkg
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv | 5.0.8.nupkg
Microsoft.AspNetCore.SignalR.Client.Core | 5.0.8.nupkg
Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic | 5.0.8.nupkg
Microsoft.AspNetCore.Components.WebAssembly.DevServer | 5.0.8.nupkg
Microsoft.AspNetCore.Cryptography.Internal | 5.0.8.nupkg
Microsoft.AspNetCore.ConcurrencyLimiter | 5.0.8.nupkg
Microsoft.AspNetCore.Components.WebAssembly.Server | 5.0.8.nupkg
Microsoft.AspNetCore.Components.Web | 5.0.8.nupkg
Microsoft.AspNetCore.Components.WebAssembly | 5.0.8.nupkg
Microsoft.AspNetCore.Components.WebAssembly.Authentication | 5.0.8.nupkg
Microsoft.AspNetCore.Components.Authorization | 5.0.8.nupkg
Microsoft.AspNetCore.Components.Forms | 5.0.8.nupkg
Microsoft.AspNetCore.Components.Analyzers | 5.0.8.nupkg
Microsoft.AspNetCore.Components | 5.0.8.nupkg
Microsoft.AspNetCore.AzureAppServices.SiteExtension | 5.0.8.nupkg
Microsoft.AspNetCore.AzureAppServicesIntegration | 5.0.8.nupkg
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 5.0.8.nupkg
Microsoft.AspNetCore.Owin | 5.0.8.nupkg
Microsoft.AspNetCore.DataProtection.Extensions | 5.0.8.nupkg
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.Twitter | 5.0.8.nupkg
AspNetCoreRuntime.5.0.x86 | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.win-arm | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.OpenIdConnect | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.Negotiate | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.MicrosoftAccount | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.JwtBearer | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.Facebook | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.Google | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.Certificate | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.AzureADB2C.UI | 5.0.8.nupkg
Microsoft.AspNetCore.Authentication.AzureAD.UI | 5.0.8.nupkg
AspNetCoreRuntime.5.0.x64 | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.win-x64 | 5.0.8.nupkg
Microsoft.AspNetCore.ApiAuthorization.IdentityServer | 5.0.8.nupkg
dotnet-sql-cache | 5.0.8.nupkg
Microsoft.DotNet.Web.ProjectTemplates.5.0 | 5.0.8.nupkg
Microsoft.AspNetCore.Razor.Language | 5.0.8.nupkg
Microsoft.DotNet.Web.ItemTemplates | 5.0.8.nupkg
Microsoft.Extensions.ApiDescription.Client | 5.0.8.nupkg
Microsoft.JSInterop | 5.0.8.nupkg
Microsoft.Extensions.WebEncoders | 5.0.8.nupkg
Microsoft.JSInterop.WebAssembly | 5.0.8.nupkg
Microsoft.AspNetCore.Mvc.Razor.Extensions | 5.0.8.nupkg
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 5.0.8.nupkg
Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 5.0.8.nupkg
Microsoft.AspNetCore.Identity.EntityFrameworkCore | 5.0.8.nupkg
Microsoft.AspNetCore.MiddlewareAnalysis | 5.0.8.nupkg
Microsoft.AspNetCore.Identity.UI | 5.0.8.nupkg
Microsoft.AspNetCore.Metadata | 5.0.8.nupkg
Microsoft.AspNetCore.Identity.Specification.Tests | 5.0.8.nupkg
Microsoft.AspNetCore.Http.Features | 5.0.8.nupkg
Microsoft.AspNetCore.App.Runtime.linux-arm | 5.0.8.nupkg
Microsoft.AspNetCore.Http.Connections.Client | 5.0.8.nupkg
Microsoft.AspNetCore.Hosting.WindowsServices | 5.0.8.nupkg
Microsoft.AspNetCore.Http.Connections.Common | 5.0.8.nupkg
Microsoft.AspNetCore.JsonPatch | 5.0.8.nupkg
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 5.0.8.nupkg
Microsoft.AspNetCore.HeaderPropagation | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Tools | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 5.0.8.nupkg
Microsoft.Data.Sqlite | 5.0.8.nupkg
Microsoft.Data.Sqlite.Core | 5.0.8.nupkg
dotnet-ef | 5.0.8.nupkg
Microsoft.EntityFrameworkCore | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Analyzers | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Cosmos | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Abstractions | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.SqlServer | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Specification.Tests | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Relational | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Design | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Proxies | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Sqlite | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.Sqlite.Core | 5.0.8.nupkg
Microsoft.EntityFrameworkCore.InMemory | 5.0.8.nupkg
Microsoft.TemplateEngine.Utils | 5.0.301-servicing.21309.4.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 5.0.301-servicing.21309.4.nupkg
Microsoft.TemplateSearch.Common | 5.0.301-servicing.21309.4.nupkg
Microsoft.DotNet.Common.ItemTemplates | 5.0.301-servicing.21309.4.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 5.0.301-servicing.21309.4.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 5.0.301-servicing.21309.4.nupkg
Microsoft.DotNet.Common.ProjectTemplates.5.0 | 5.0.301-servicing.21309.4.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 5.0.301-servicing.21309.4.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 5.0.301-servicing.21309.4.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 5.0.301-servicing.21309.4.nupkg
Microsoft.TemplateEngine.Core | 5.0.301-servicing.21309.4.nupkg
Microsoft.TemplateEngine.Abstractions | 5.0.301-servicing.21309.4.nupkg
Microsoft.TemplateEngine.Edge | 5.0.301-servicing.21309.4.nupkg
Microsoft.TemplateEngine.Core.Contracts | 5.0.301-servicing.21309.4.nupkg
Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 5.0.301-servicing.21309.4.nupkg
Microsoft.TemplateEngine.IDE | 5.0.301-servicing.21309.4.nupkg
Microsoft.TemplateSearch.Common | 5.0.205.nupkg
Microsoft.TemplateEngine.Utils | 5.0.205.nupkg
Microsoft.DotNet.Common.ItemTemplates | 5.0.205.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 5.0.205.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 5.0.205.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 5.0.205.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 5.0.205.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 5.0.205.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 5.0.205.nupkg
Microsoft.DotNet.Common.ProjectTemplates.5.0 | 5.0.205.nupkg
Microsoft.TemplateEngine.Abstractions | 5.0.205.nupkg
Microsoft.TemplateEngine.Edge | 5.0.205.nupkg
Microsoft.TemplateEngine.Core | 5.0.205.nupkg
Microsoft.TemplateEngine.Core.Contracts | 5.0.205.nupkg
Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 5.0.205.nupkg
Microsoft.TemplateEngine.IDE | 5.0.205.nupkg
[//]: # ( Runtime 5.0.8)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/06f47628-7e59-4e2a-9002-72d7e11b8cde/79a68d8fc9812b4f94e4f9f32f3acbc8/dotnet-runtime-5.0.8-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9810823d-5422-4582-8765-22a88738f706/5f0f5842ed94d48513a88419d301d693/dotnet-runtime-5.0.8-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/96b693d4-10dc-4d88-86dd-bd24695a7691/68bd59eac4d6a9f44f024aa70dd042eb/dotnet-runtime-5.0.8-linux-musl-arm.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/753f85fe-f4e4-45cc-ac1e-7154ea9e36e9/bccbd902d6b19c952e4eccffa14a4d76/dotnet-runtime-5.0.8-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0f5660b5-77cf-480f-9486-42f6c80bed12/c68a7fa03b01ba754ee18c0f99f34186/dotnet-runtime-5.0.8-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/50687c84-e120-4410-bd4a-b1e0869d03f4/6038576259f95ef61d4d103ee3967130/dotnet-runtime-5.0.8-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/22fcfd90-7eb6-4718-8408-574b2b3e84c9/a57853c81e35f08027549da03abf01ef/dotnet-runtime-5.0.8-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cd40e07f-816b-43b5-a278-4ed0eed1f58b/5b34893e70f2fa24cb46eaa46b2d46f7/dotnet-runtime-5.0.8-osx-x64.tar.gz
[dotnet-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/a9db1e56-7737-41ae-a178-10f4beb43e2b/e22b30796381520980a22d3edd9ee922/dotnet-runtime-5.0.8-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/e7bdfaef-5aa1-45ab-8df0-734137f78a04/17f4d5ae2f058b18241ffad65be533bf/dotnet-runtime-5.0.8-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b2696089-c2ea-4cb4-8d3e-4e5840bdc57b/ffbc7ae206aba305bcbc90b8df5b7421/dotnet-runtime-5.0.8-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/5959491c-bd4c-48f7-8355-9f6caf800925/17278efdec18c9e5df76331293e12a68/dotnet-runtime-5.0.8-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/d8bc3c6a-1f67-428b-b1aa-0abe824a80b1/6376c6f9c04af91fc0880098ca04ef20/dotnet-runtime-5.0.8-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2d30fb6c-b42c-46b7-9e0d-421f31f99594/58421cc2c65af81dfad8f566783732a3/dotnet-runtime-5.0.8-win-x86.zip
[//]: # ( WindowsDesktop 5.0.8)
[windowsdesktop-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/81f697ea-9349-4d91-bce3-8dd8800d2f25/5d86a5e914b0a1d8ec6c3265ce379d14/windowsdesktop-runtime-5.0.8-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/9b564b8a-a26d-4bb3-8f30-1101ae71a55a/2cee4f9e4c0e77e3d0f866fdf690864e/windowsdesktop-runtime-5.0.8-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/c1c0117b-3565-4661-9a77-7629c937f808/90a45135929796778a9fd418bbad6bb3/windowsdesktop-runtime-5.0.8-win-x86.exe
[//]: # ( ASP 5.0.8)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7e928c60-5f60-4c62-8439-422be547605c/0d1dc316cf38efdb2557f639ca9da4ad/aspnetcore-runtime-5.0.8-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/36c6210a-5b28-4598-81f7-2cef1a0bd1d5/296782726e68368c8ddf87ba828b5fc7/aspnetcore-runtime-5.0.8-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/17f425d8-bb82-4374-8033-528b86797077/b06f1a3a53a1684c695077d67921c364/aspnetcore-runtime-5.0.8-linux-musl-arm.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/95721021-b4e7-43c2-8224-d487a8a243cd/b9b774d486c4d60f3be3cdeaf0072ab8/aspnetcore-runtime-5.0.8-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a353a835-3bc6-4fc8-9a05-26bea9826584/4c7f93cefdaee9134aff2b0ce5d61829/aspnetcore-runtime-5.0.8-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1b54c42a-4904-419b-8c24-bb2f39d4c8ae/279cd30211d8e5a9abf3129d04b4eb0e/aspnetcore-runtime-5.0.8-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f3c2f283-48c4-44d9-be16-2aba37ec63fc/b431ca2b5e6c07fa1a686dade10b00b6/aspnetcore-runtime-5.0.8-osx-x64.tar.gz
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/e356013e-6518-4334-843a-282637f22a32/40e38a58b2d767e2efb5b97c8695ca8c/aspnetcore-runtime-5.0.8-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/7898c205-d8c4-45d0-93e1-d325bc6f90df/1e9b4a648b44d1b64622a38534900438/aspnetcore-runtime-5.0.8-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/b67f2dbb-13e5-49c8-816e-ff588aaa4016/6698e25488c9c56572b593474e32b4bd/aspnetcore-runtime-5.0.8-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/781b6844-f7f0-4b23-a7fd-2b45e8073fab/43bf54933d3aaffa790c80a15b2b2c0c/aspnetcore-runtime-5.0.8-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/dd1ffc9b-44b9-4e08-85cb-6f19df44bdb7/204b5732b9cb8cda30f0ab75b08ba06d/aspnetcore-runtime-5.0.8-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c887d56b-4667-4e1d-9b6c-95a32dd65622/97e3eef489af8a6950744c4f9bde73c0/dotnet-hosting-5.0.8-win.exe
[//]: # ( SDK 5.0.205 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a15a71e8-631f-41a0-862c-9cf33c0fff1c/28b81940dbb60bf81d3188df3efc2e4b/dotnet-sdk-5.0.205-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1aa61b18-8aba-4e6e-ba6b-ced9cb54b9e5/9d306fa9d5a5b73fcaabe3e3bd7b14ec/dotnet-sdk-5.0.205-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3139cf00-b3e0-45e2-9970-7b35a0f67dac/360ff7e2a947bbbacf91c81c6bc37ea6/dotnet-sdk-5.0.205-linux-musl-arm.tar.gz
[dotnet-sdk-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/97711662-7b8e-466b-ae74-89e8689c30d5/6e543beae04c625631a0d44a620b3a09/dotnet-sdk-5.0.205-linux-musl-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/361609a6-f2a9-471e-80f7-fe50ee0386ad/d8ba5dfabc93ac3b0b5ea75ceb2d6256/dotnet-sdk-5.0.205-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/38484f17-9b5c-46cc-809e-482b5bb12561/078593038374fbdd6b854aa480ed3334/dotnet-sdk-5.0.205-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/88f53a16-abc0-497d-8f05-cd53d4208b1b/1abd5b0aa11d341b176532372abee261/dotnet-sdk-5.0.205-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/1fa3aa30-7843-4099-956a-86db49f03a6d/9870ef2689b5ece8f404c7c3c1451e38/dotnet-sdk-5.0.205-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1bb111a9-0153-4e73-9903-faa81a2cf4f3/b67d4db77e83b6bc3307f2a9988c034e/dotnet-sdk-5.0.205-osx-x64.tar.gz
[dotnet-sdk-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/963babd1-b57a-40ce-bd5a-182e161714ae/e456c0627427345b0343f45269d41bbb/dotnet-sdk-5.0.205-win-arm64.exe
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/d755d4c3-4a30-4969-91cb-d962ada9e70e/348f9cdffe0787654313b318264a349a/dotnet-sdk-5.0.205-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/74deec55-803d-49cd-943c-0498823475d4/aced91287c74c1bdaa5d8c849373feea/dotnet-sdk-5.0.205-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/d51ff64e-115d-4bd9-8fa0-0f8de8c416ed/adb2fead2e3309d31818a75de8b38e9e/dotnet-sdk-5.0.205-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/fecc01be-ff13-4b6c-bba6-593118023998/4d878659ec16b8bc1a8d02fe9786c69e/dotnet-sdk-5.0.205-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/d69e25b5-d4f8-4dc7-b252-0f65377cb60c/eb71da3fe085592d7bf97ba2a9426a05/dotnet-sdk-5.0.205-win-x86.zip

View file

@ -0,0 +1,125 @@
# .NET 5.0.206 SDK - August 10, 2021
The .NET SDK 5.0.206 release is available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-arm64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] | - |<sup>1</sup>
| Linux | [Snap and Package Manager](../install-linux.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] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-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][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime]
</br>
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.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
5.0.206
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 5.0 release in containers:
```console
docker run --rm mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Runtime Dependencies
* [dotnet/samples](https://hub.docker.com/_/microsoft-dotnet-samples/): .NET Samples
## Visual Studio Compatibility
You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to use .NET 5.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 5.0 and C# 9.
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6553](https://github.com/dotnet/core/issues/6553) for your questions and comments.
[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/5.0/5.0.9/5.0.9.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-may-2021/
[linux-packages]: ../install-linux.md
[//]: # ( Runtime 5.0.9)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7716be6b-9eba-40e6-b604-f3bb043605d3/fc391bf75d968ae2161e1f0df9cbf8df/dotnet-runtime-5.0.9-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/75ac6907-d1a1-415d-907d-d5466b2dc4c5/a3bdfe046a226d5ca6f2e129319b2f7b/dotnet-runtime-5.0.9-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/52124868-d55e-4d32-827f-8617bf840f98/86647a82ae66fda9a5f8080fadfe485b/dotnet-runtime-5.0.9-linux-musl-arm.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/09033abc-a409-43aa-89f9-2486ab7939f1/b28bad774c18a0d28c8682560d99d56e/dotnet-runtime-5.0.9-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6ae2199b-bbc1-418a-b2a7-9d88940afbf9/8cfb3e9c6f52361910b093032e5256e3/dotnet-runtime-5.0.9-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0c1eabe6-32ef-4785-92d1-8f09a0951b9e/d90c850374a07505bd577d3cff5d7536/dotnet-runtime-5.0.9-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/a847df19-d530-41c8-b766-cb60ee8af9a4/7edd7c2eae38d25d0d7c90350eefea64/dotnet-runtime-5.0.9-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2591fa2f-798c-4b4a-942c-f8332cd4933e/a783ad19a8c9c60eb4f13b2dd79cbab2/dotnet-runtime-5.0.9-osx-x64.tar.gz
[dotnet-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/48a03b96-948c-4b69-8838-2a7e73967e9b/03b067ea028508e7fe336180462827c2/dotnet-runtime-5.0.9-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/1834aecf-ceeb-4a0a-9d82-777286d703c2/003c37d11e5dd0358c126ad8f586c374/dotnet-runtime-5.0.9-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/f3bb58e7-45e1-46ef-9b90-877a450e345e/b18e3d2c429422e9c1238c9b66ded855/dotnet-runtime-5.0.9-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/19e22aa6-051b-4417-a117-42081655b56b/c29c7125b6b51df18a6ecb48f0bcc8d3/dotnet-runtime-5.0.9-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/334f5618-b0fa-474c-b55e-1d10c9142161/61eb66bf79d0e6cf36f894a5fe847634/dotnet-runtime-5.0.9-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/ad4e04d4-bc99-4028-af41-30d5280010bc/1480ef24269af9dac1f19573b4da5ccb/dotnet-runtime-5.0.9-win-x86.zip
[//]: # ( WindowsDesktop 5.0.9)
[windowsdesktop-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/77535d55-6913-4f0d-bbdd-b0a52c00f9f7/e7ab952b5033a38d4d1b240bc9db0d16/windowsdesktop-runtime-5.0.9-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/8bc41df1-cbb4-4da6-944f-6652378e9196/1014aacedc80bbcc030dabb168d2532f/windowsdesktop-runtime-5.0.9-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/d889a1ec-bf19-4915-8d8c-81adda8d558b/fffa6e33af1b4cfcafdca9aac3aef476/windowsdesktop-runtime-5.0.9-win-x86.exe
[//]: # ( ASP 5.0.9)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/08f79414-91fe-4072-a75b-7b7c21d0fced/46c49c781f43901eb7c27c465c448b0a/aspnetcore-runtime-5.0.9-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0e3da9ad-b838-419a-8ad5-caaff159083f/484d306f2778f15519201178961372bc/aspnetcore-runtime-5.0.9-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a5a05e15-b2ea-465f-861e-9778f9bc0798/e6cbbea5e1325d25a271957444b59e13/aspnetcore-runtime-5.0.9-linux-musl-arm.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5302dd36-5397-4b5e-ba0d-7220a33dc51f/fd098ada9102db37f8c32a0eebb32361/aspnetcore-runtime-5.0.9-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/94ca051b-c763-4030-92aa-88b8b3f71622/1056f826a36aec34b65763db27312a4b/aspnetcore-runtime-5.0.9-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/19046594-e911-4784-a148-6de3d74d4a7f/d5c1ba792c4266a2d2a8eea41e81a060/aspnetcore-runtime-5.0.9-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/61dcf562-ed13-4592-9e94-b0849e6ae22e/ea664c2bf8f4249131fd595549e45d5f/aspnetcore-runtime-5.0.9-osx-x64.tar.gz
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/206efef8-47fd-4ea2-94d0-878dde9bdc74/73edea2d40fe223313a65d6df02560b0/aspnetcore-runtime-5.0.9-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4b0ef3e7-ba6b-4213-b866-318695afbf3b/4218a12f9588ce7d6d6d394f8f3ef22e/aspnetcore-runtime-5.0.9-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/21a5ee42-c681-427d-987f-d7350b5f72c9/ebd923b5d6e0923f42668aab85fa15db/aspnetcore-runtime-5.0.9-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/5bec3496-6944-4edc-936e-5a1beedd4fdd/6fb2df0cbd879c27c22c9f705784b768/aspnetcore-runtime-5.0.9-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2ad80c99-205f-4a4d-8263-64fd8c935876/ea056f7a0147fcea729f07335e4e3ad3/aspnetcore-runtime-5.0.9-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a0f49856-eec9-4962-8d81-b09af6be9435/1d5fc0083b7f7e10ebed181329ca88ae/dotnet-hosting-5.0.9-win.exe
[//]: # ( SDK 5.0.206)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e04b1205-1b39-4172-aea2-039b7be43ff1/7eb522eddf8fa99db3f09f215f61760c/dotnet-sdk-5.0.206-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/43493a8a-977d-4206-a9cd-2fbe1694e4f0/743b33348e048c6cb94096a716fa9ff2/dotnet-sdk-5.0.206-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3319997e-15ec-43aa-8583-2917188facd1/2a6695626deca7210d4e98ebd55b027b/dotnet-sdk-5.0.206-linux-musl-arm.tar.gz
[dotnet-sdk-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5314dcbb-9819-4d94-ab8e-cddc88cb24e0/1e46a9a818753e86c11426296a8d6adb/dotnet-sdk-5.0.206-linux-musl-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a4f68234-1e89-4e5f-88cf-3508c7a6330e/dd0e94d159c53c4e7e61e649e728d84d/dotnet-sdk-5.0.206-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/751bc3d0-368d-4b42-899b-ee46b6f08e48/3dd55699b696b5b46849281e1d3389fd/dotnet-sdk-5.0.206-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/470d2333-eb3f-4ae9-a597-1506fc145f99/e58153b32200e7e0dcc61ca260189071/dotnet-sdk-5.0.206-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/29103ada-928e-412f-8d3f-97ce62480f83/997587ea2718777dd634893d2cf4f99f/dotnet-sdk-5.0.206-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b6f03ba2-effa-49ae-9aea-2395dc8390eb/277424c2fffaab937f05ff40cb1a4c33/dotnet-sdk-5.0.206-osx-x64.tar.gz
[dotnet-sdk-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/0129041f-ac42-41db-8ca5-5b64afb7f4cd/06b2c1f1d566a4f222af724c27fcc1c8/dotnet-sdk-5.0.206-win-arm64.exe
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/b26f2673-40c2-43b1-b115-4e423153c01c/5d5b75699b59316f78526ad94e790964/dotnet-sdk-5.0.206-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/2e1870c4-5cd6-4ad7-826e-8ffff6b344c0/cc90bd6d41b2f76d3fcb74ddeca74129/dotnet-sdk-5.0.206-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/3fd71a3c-3a2f-40de-b8da-666176e7e2bc/525986e55410ec8c0e503f5497a2c41a/dotnet-sdk-5.0.206-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/1a938c81-8afe-4d81-a338-a0aa731e171f/97d82d8a869747a89e85da0164aeacae/dotnet-sdk-5.0.206-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/4801ba14-5be2-45e9-8c8e-33395c17f5b1/05ddede5f1e7829cf6a2ddb7c64dbd89/dotnet-sdk-5.0.206-win-x86.zip

View file

@ -0,0 +1,125 @@
# .NET 5.0.303 SDK - August 10, 2021
The .NET SDK 5.0.303 release is available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-arm64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] | - |<sup>1</sup>
| Linux | [Snap and Package Manager](../install-linux.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] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-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][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime]
</br>
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.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
5.0.303
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 5.0 release in containers:
```console
docker run --rm mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Runtime Dependencies
* [dotnet/samples](https://hub.docker.com/_/microsoft-dotnet-samples/): .NET Samples
## Visual Studio Compatibility
You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to use .NET 5.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 5.0 and C# 9.
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6553](https://github.com/dotnet/core/issues/6553) for your questions and comments.
[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/5.0/5.0.9/5.0.9.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-may-2021/
[linux-packages]: ../install-linux.md
[//]: # ( Runtime 5.0.9)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7716be6b-9eba-40e6-b604-f3bb043605d3/fc391bf75d968ae2161e1f0df9cbf8df/dotnet-runtime-5.0.9-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/75ac6907-d1a1-415d-907d-d5466b2dc4c5/a3bdfe046a226d5ca6f2e129319b2f7b/dotnet-runtime-5.0.9-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/52124868-d55e-4d32-827f-8617bf840f98/86647a82ae66fda9a5f8080fadfe485b/dotnet-runtime-5.0.9-linux-musl-arm.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/09033abc-a409-43aa-89f9-2486ab7939f1/b28bad774c18a0d28c8682560d99d56e/dotnet-runtime-5.0.9-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6ae2199b-bbc1-418a-b2a7-9d88940afbf9/8cfb3e9c6f52361910b093032e5256e3/dotnet-runtime-5.0.9-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0c1eabe6-32ef-4785-92d1-8f09a0951b9e/d90c850374a07505bd577d3cff5d7536/dotnet-runtime-5.0.9-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/a847df19-d530-41c8-b766-cb60ee8af9a4/7edd7c2eae38d25d0d7c90350eefea64/dotnet-runtime-5.0.9-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2591fa2f-798c-4b4a-942c-f8332cd4933e/a783ad19a8c9c60eb4f13b2dd79cbab2/dotnet-runtime-5.0.9-osx-x64.tar.gz
[dotnet-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/48a03b96-948c-4b69-8838-2a7e73967e9b/03b067ea028508e7fe336180462827c2/dotnet-runtime-5.0.9-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/1834aecf-ceeb-4a0a-9d82-777286d703c2/003c37d11e5dd0358c126ad8f586c374/dotnet-runtime-5.0.9-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/f3bb58e7-45e1-46ef-9b90-877a450e345e/b18e3d2c429422e9c1238c9b66ded855/dotnet-runtime-5.0.9-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/19e22aa6-051b-4417-a117-42081655b56b/c29c7125b6b51df18a6ecb48f0bcc8d3/dotnet-runtime-5.0.9-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/334f5618-b0fa-474c-b55e-1d10c9142161/61eb66bf79d0e6cf36f894a5fe847634/dotnet-runtime-5.0.9-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/ad4e04d4-bc99-4028-af41-30d5280010bc/1480ef24269af9dac1f19573b4da5ccb/dotnet-runtime-5.0.9-win-x86.zip
[//]: # ( WindowsDesktop 5.0.9)
[windowsdesktop-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/77535d55-6913-4f0d-bbdd-b0a52c00f9f7/e7ab952b5033a38d4d1b240bc9db0d16/windowsdesktop-runtime-5.0.9-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/8bc41df1-cbb4-4da6-944f-6652378e9196/1014aacedc80bbcc030dabb168d2532f/windowsdesktop-runtime-5.0.9-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/d889a1ec-bf19-4915-8d8c-81adda8d558b/fffa6e33af1b4cfcafdca9aac3aef476/windowsdesktop-runtime-5.0.9-win-x86.exe
[//]: # ( ASP 5.0.9)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/08f79414-91fe-4072-a75b-7b7c21d0fced/46c49c781f43901eb7c27c465c448b0a/aspnetcore-runtime-5.0.9-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0e3da9ad-b838-419a-8ad5-caaff159083f/484d306f2778f15519201178961372bc/aspnetcore-runtime-5.0.9-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a5a05e15-b2ea-465f-861e-9778f9bc0798/e6cbbea5e1325d25a271957444b59e13/aspnetcore-runtime-5.0.9-linux-musl-arm.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5302dd36-5397-4b5e-ba0d-7220a33dc51f/fd098ada9102db37f8c32a0eebb32361/aspnetcore-runtime-5.0.9-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/94ca051b-c763-4030-92aa-88b8b3f71622/1056f826a36aec34b65763db27312a4b/aspnetcore-runtime-5.0.9-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/19046594-e911-4784-a148-6de3d74d4a7f/d5c1ba792c4266a2d2a8eea41e81a060/aspnetcore-runtime-5.0.9-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/61dcf562-ed13-4592-9e94-b0849e6ae22e/ea664c2bf8f4249131fd595549e45d5f/aspnetcore-runtime-5.0.9-osx-x64.tar.gz
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/303efef8-47fd-4ea2-94d0-878dde9bdc74/73edea2d40fe223313a65d6df02560b0/aspnetcore-runtime-5.0.9-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4b0ef3e7-ba6b-4213-b866-318695afbf3b/4218a12f9588ce7d6d6d394f8f3ef22e/aspnetcore-runtime-5.0.9-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/21a5ee42-c681-427d-987f-d7350b5f72c9/ebd923b5d6e0923f42668aab85fa15db/aspnetcore-runtime-5.0.9-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/5bec3496-6944-4edc-936e-5a1beedd4fdd/6fb2df0cbd879c27c22c9f705784b768/aspnetcore-runtime-5.0.9-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2ad80c99-205f-4a4d-8263-64fd8c935876/ea056f7a0147fcea729f07335e4e3ad3/aspnetcore-runtime-5.0.9-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a0f49856-eec9-4962-8d81-b09af6be9435/1d5fc0083b7f7e10ebed181329ca88ae/dotnet-hosting-5.0.9-win.exe
[//]: # ( SDK 5.0.303)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4da9d8c8-9a7c-4bbb-b7de-da0055d5f24a/7733fe42540bb3dd669668ff8880a54b/dotnet-sdk-5.0.303-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c1be9bc9-3630-4de5-9949-d7953c78c716/8d7a743941bc917238f4a19ca17dcb46/dotnet-sdk-5.0.303-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5588a166-f338-446c-9c7c-5446c2e30fb0/ac5162f331098d65e61d453411c80076/dotnet-sdk-5.0.303-linux-musl-arm.tar.gz
[dotnet-sdk-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0fc3608a-25f6-417f-96a0-8482615b6f08/ca89ca8144361bd087bb6dbaeb525d27/dotnet-sdk-5.0.303-linux-musl-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/844275f9-2792-4dab-a05f-abab5c56bd69/3204b105f5ce34cfde27abc98ba6b6b7/dotnet-sdk-5.0.303-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/356f04b2-038c-42fd-81e7-41adc1a8ce91/badc46706b3e2cc6d657556f5370877a/dotnet-sdk-5.0.303-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/a2704840-cfcd-40bc-8274-ed0a40e24019/d38472d831a8f31da539d8f216e02db1/dotnet-sdk-5.0.303-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/3dca97df-55b9-4973-9443-8878abee7ea3/ba1e7f1c7008cd1baba1c1e1ecada4e7/dotnet-sdk-5.0.303-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5548c576-58b0-4cd9-82d0-8a5dc07b3d89/4b1a35d7ca3742d712f8af2fe3e69a69/dotnet-sdk-5.0.303-osx-x64.tar.gz
[dotnet-sdk-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/b493e5b3-46a0-4867-9c1e-9c7faebc427b/7f20bf93a08f8141b2025c63a3ecbbbb/dotnet-sdk-5.0.303-win-arm64.exe
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/ac00e316-05ef-4f4d-a657-e97b48ab1223/34729a2bf7c68535e2d8ce4b34e1282a/dotnet-sdk-5.0.303-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/fecd1e7c-10e6-4a72-b331-05abfbfe47e8/5f063b0dc0e4c685462fd7b9b160578d/dotnet-sdk-5.0.303-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/225a45f3-397b-456e-bd6a-09e95665bc06/89ba09c50941559be079ef9884d795b5/dotnet-sdk-5.0.303-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/989af5da-6c77-4b34-b626-8d8c8a7e8a6d/46d8ef6352b319fe2448de1713004c33/dotnet-sdk-5.0.303-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/768339b9-4ddd-4814-8aa9-eec0fc8fd5d1/faaae8b83a43aa8d8aaf61b06ca610e6/dotnet-sdk-5.0.303-win-x86.zip

View file

@ -0,0 +1,452 @@
# .NET 5.0.9 - August 10, 2021
The .NET 5.0.9, .NET 5.0.400 SDK , [.NET SDK 5.0.303](5.0.303.md) and [.NET SDK 5.0.206](5.0.206.md) releases are available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-arm64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] | - |<sup>1</sup>
| Linux | [Snap and Package Manager](../install-linux.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] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-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][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime]
</br>
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.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
5.0.400
```
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 5.0 release in containers:
```console
docker run --rm mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Runtime Dependencies
* [dotnet/samples](https://hub.docker.com/_/microsoft-dotnet-samples/): .NET Samples
## Visual Studio Compatibility
You need [Visual Studio 16.8](https://visualstudio.microsoft.com) or later to use .NET 5.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 5.0 and C# 9.
## Notable Changes
.NET 5.0.9 release carries both security and non-security fixes.
**Windows SDK Updates**
- .NET SDK 5.0.400, .NET SDK 5.0.303, and .NET SDK 5.0.206 include fixes to the runtime and Windows SDK targeting packages with C#/WinRT 1.3.1. Refer to the C#/WinRT 1.3.1 [release notes](https://github.com/microsoft/CsWinRT/releases/tag/1.3.1.210715.2) for more details.
- Support has been added for targeting Windows Insider SDK flights with the TFM. More information is available at [aka.ms/windowsinsidersdk](https://aka.ms/windowsinsidersdk)
# Microsoft Security Advisory CVE-2021-34485 | .NET Core Information Disclosure Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 when dumps created by the tool to collect crash dumps and dumps on demand are created with global read permissions on Linux and macOS.
# Microsoft Security Advisory CVE-2021-26423 | .NET Core Denial of Service Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame.
# Microsoft Security Advisory CVE-2021-34532 | ASP.NET Core Information Disclosure Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where an JWT token is logged if it cannot be parsed.
* [Blog Roundup][dotnet-blog]
* [Known issues](../5.0-known-issues.md)
Release feature and bug lists:.
* [Runtime](https://github.com/dotnet/runtime/issues?q=milestone%3A5.0.9+is%3Aclosed+label%3Aservicing-approved)
* [Winforms](https://github.com/dotnet/winforms/issues?q=milestone%3A5.0.9+is%3Aclosed+label%3Aservicing-approved)
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6553](https://github.com/dotnet/core/issues/6553) for your questions and comments.
[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/5.0/preview/5.0.9.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-august-2021/
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.9xx+is%3Aclosed
[linux-packages]: ../install-linux.md
## Packages updated in this release:
Package name | Version
:----------- | :------------------
Microsoft.WindowsDesktop.App.Runtime.win-arm64 | 5.0.9.nupkg
Microsoft.WindowsDesktop.App.Runtime.win-x86 | 5.0.9.nupkg
Microsoft.WindowsDesktop.App.Runtime.win-x64 | 5.0.9.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.linux-arm | 5.0.9.nupkg
Microsoft.NETCore.App.Crossgen2.win-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.linux-arm | 5.0.9.nupkg
Microsoft.NETCore.App.Host.linux-musl-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.osx-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.osx-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.linux-musl-arm64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.win-arm64 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.linux-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.win-arm | 5.0.9.nupkg
Microsoft.NETCore.App.Host.win-arm64 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.win-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.linux-musl-arm | 5.0.9.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.linux-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Crossgen2.linux-musl-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.win-x86 | 5.0.9.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.linux-arm64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.linux-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.linux-arm64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.osx-x64 | 5.0.9.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.win-x64 | 5.0.9.nupkg
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.win-arm | 5.0.9.nupkg
runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetHost | 5.0.9.nupkg
runtime.win-arm.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-arm | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.linux-musl-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.linux-arm | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Runtime.browser-wasm | 5.0.9.nupkg
Microsoft.NETCore.App.Crossgen2.linux-x64 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.win-x86 | 5.0.9.nupkg
Microsoft.NETCore.App.Host.linux-arm64 | 5.0.9.nupkg
runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.win-arm64 | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.win-arm | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.MicrosoftAccount | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.OpenIdConnect | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.Google | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.Facebook | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.Certificate | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.win-x86 | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.AzureAD.UI | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.win-x64 | 5.0.9.nupkg
Microsoft.AspNetCore.ApiAuthorization.IdentityServer | 5.0.9.nupkg
dotnet-sql-cache | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-arm | 5.0.9.nupkg
AspNetCoreRuntime.5.0.x64 | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.Negotiate | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.JwtBearer | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.AzureADB2C.UI | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.Twitter | 5.0.9.nupkg
AspNetCoreRuntime.5.0.x86 | 5.0.9.nupkg
Microsoft.AspNetCore.Authorization | 5.0.9.nupkg
Microsoft.AspNetCore.AzureAppServices.HostingStartup | 5.0.9.nupkg
Microsoft.DotNet.Web.Client.ItemTemplates | 5.0.9.nupkg
Microsoft.CodeAnalysis.Razor | 5.0.9.nupkg
Microsoft.Authentication.WebAssembly.Msal | 5.0.9.nupkg
Microsoft.AspNetCore.SpaServices.Extensions | 5.0.9.nupkg
Microsoft.AspNetCore.SignalR.StackExchangeRedis | 5.0.9.nupkg
Microsoft.AspNetCore.TestHost | 5.0.9.nupkg
Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 5.0.9.nupkg
Microsoft.AspNetCore.SignalR.Specification.Tests | 5.0.9.nupkg
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 5.0.9.nupkg
Microsoft.AspNetCore.SignalR.Common | 5.0.9.nupkg
Microsoft.AspNetCore.SignalR.Protocols.Json | 5.0.9.nupkg
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv | 5.0.9.nupkg
Microsoft.AspNetCore.SignalR.Client.Core | 5.0.9.nupkg
Microsoft.AspNetCore.SignalR.Client | 5.0.9.nupkg
Microsoft.AspNetCore.Razor.Language | 5.0.9.nupkg
Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic | 5.0.9.nupkg
Microsoft.DotNet.Web.ItemTemplates | 5.0.9.nupkg
Microsoft.DotNet.Web.ProjectTemplates.5.0 | 5.0.9.nupkg
Microsoft.Extensions.ApiDescription.Client | 5.0.9.nupkg
Microsoft.JSInterop.WebAssembly | 5.0.9.nupkg
Microsoft.JSInterop | 5.0.9.nupkg
Microsoft.Extensions.ObjectPool | 5.0.9.nupkg
Microsoft.Extensions.WebEncoders | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.linux-arm64 | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.osx-x64 | 5.0.9.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.linux-x64 | 5.0.9.nupkg
Microsoft.AspNetCore.Authentication.WsFederation | 5.0.9.nupkg
Microsoft.dotnet-openapi | 5.0.9.nupkg
Microsoft.Extensions.Logging.AzureAppServices | 5.0.9.nupkg
Microsoft.Extensions.Localization.Abstractions | 5.0.9.nupkg
Microsoft.Extensions.Identity.Stores | 5.0.9.nupkg
Microsoft.Extensions.Localization | 5.0.9.nupkg
Microsoft.Extensions.Identity.Core | 5.0.9.nupkg
Microsoft.Extensions.FileProviders.Embedded | 5.0.9.nupkg
Microsoft.Extensions.ApiDescription.Server | 5.0.9.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 5.0.9.nupkg
Microsoft.Extensions.Diagnostics.HealthChecks | 5.0.9.nupkg
Microsoft.Extensions.Configuration.KeyPerFile | 5.0.9.nupkg
Microsoft.AspNetCore.DataProtection.Abstractions | 5.0.9.nupkg
Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0 | 5.0.9.nupkg
Microsoft.AspNetCore.Mvc.Testing | 5.0.9.nupkg
Microsoft.AspNetCore.Cryptography.Internal | 5.0.9.nupkg
Microsoft.AspNetCore.Cryptography.KeyDerivation | 5.0.9.nupkg
Microsoft.AspNetCore.Connections.Abstractions | 5.0.9.nupkg
Microsoft.AspNetCore.DataProtection | 5.0.9.nupkg
Microsoft.AspNetCore.Components.WebAssembly | 5.0.9.nupkg
Microsoft.AspNetCore.Components.WebAssembly.Server | 5.0.9.nupkg
Microsoft.AspNetCore.ConcurrencyLimiter | 5.0.9.nupkg
Microsoft.AspNetCore.Components.WebAssembly.DevServer | 5.0.9.nupkg
Microsoft.AspNetCore.Components.Authorization | 5.0.9.nupkg
Microsoft.AspNetCore.Components.WebAssembly.Authentication | 5.0.9.nupkg
Microsoft.AspNetCore.Components | 5.0.9.nupkg
Microsoft.AspNetCore.Components.Web | 5.0.9.nupkg
Microsoft.AspNetCore.Components.Forms | 5.0.9.nupkg
Microsoft.AspNetCore.AzureAppServicesIntegration | 5.0.9.nupkg
Microsoft.AspNetCore.AzureAppServices.SiteExtension | 5.0.9.nupkg
Microsoft.AspNetCore.Components.Analyzers | 5.0.9.nupkg
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 5.0.9.nupkg
Microsoft.AspNetCore.DataProtection.Extensions | 5.0.9.nupkg
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 5.0.9.nupkg
Microsoft.AspNetCore.Owin | 5.0.9.nupkg
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 5.0.9.nupkg
Microsoft.AspNetCore.Mvc.Razor.Extensions | 5.0.9.nupkg
Microsoft.AspNetCore.App.Runtime.linux-arm | 5.0.9.nupkg
Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 5.0.9.nupkg
Microsoft.AspNetCore.MiddlewareAnalysis | 5.0.9.nupkg
Microsoft.AspNetCore.Metadata | 5.0.9.nupkg
Microsoft.AspNetCore.Http.Features | 5.0.9.nupkg
Microsoft.AspNetCore.Identity.UI | 5.0.9.nupkg
Microsoft.AspNetCore.Identity.Specification.Tests | 5.0.9.nupkg
Microsoft.AspNetCore.Identity.EntityFrameworkCore | 5.0.9.nupkg
Microsoft.AspNetCore.JsonPatch | 5.0.9.nupkg
Microsoft.AspNetCore.Http.Connections.Common | 5.0.9.nupkg
Microsoft.AspNetCore.Hosting.WindowsServices | 5.0.9.nupkg
Microsoft.AspNetCore.Http.Connections.Client | 5.0.9.nupkg
Microsoft.AspNetCore.HeaderPropagation | 5.0.9.nupkg
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Tools | 5.0.9.nupkg
Microsoft.Data.Sqlite | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 5.0.9.nupkg
dotnet-ef | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Abstractions | 5.0.9.nupkg
Microsoft.Data.Sqlite.Core | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Cosmos | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Specification.Tests | 5.0.9.nupkg
Microsoft.EntityFrameworkCore | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Analyzers | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.SqlServer | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Design | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Proxies | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Relational | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Sqlite | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Sqlite.Core | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.InMemory | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Tools | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 5.0.9.nupkg
dotnet-ef | 5.0.9.nupkg
Microsoft.Data.Sqlite | 5.0.9.nupkg
Microsoft.Data.Sqlite.Core | 5.0.9.nupkg
Microsoft.EntityFrameworkCore | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Abstractions | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Analyzers | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Cosmos | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.SqlServer | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Design | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Proxies | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Relational | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Specification.Tests | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Sqlite | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.Sqlite.Core | 5.0.9.nupkg
Microsoft.EntityFrameworkCore.InMemory | 5.0.9.nupkg
Microsoft.DotNet.Common.ItemTemplates | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateSearch.Common | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateEngine.Utils | 5.0.303-servicing.21357.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.5.0 | 5.0.303-servicing.21357.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 5.0.303-servicing.21357.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 5.0.303-servicing.21357.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 5.0.303-servicing.21357.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 5.0.303-servicing.21357.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 5.0.303-servicing.21357.17.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateEngine.Abstractions | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateEngine.Core | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateEngine.Core.Contracts | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateEngine.IDE | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateEngine.Edge | 5.0.303-servicing.21357.17.nupkg
Microsoft.TemplateSearch.Common| 5.0.206.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 5.0.206.nupkg
Microsoft.TemplateEngine.Utils | 5.0.206.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 5.0.206.nupkg
Microsoft.DotNet.Common.ItemTemplates | 5.0.206.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 5.0.206.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 5.0.206.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 5.0.206.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1| 5.0.206.nupkg
Microsoft.DotNet.Common.ProjectTemplates.5.0 | 5.0.206.nupkg
Microsoft.TemplateEngine.Abstractions | 5.0.206.nupkg
Microsoft.TemplateEngine.Core.Contracts | 5.0.206.nupkg
Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 5.0.206.nupkg
Microsoft.TemplateEngine.IDE | 5.0.206.nupkg
Microsoft.TemplateEngine.Core | 5.0.206.nupkg
Microsoft.TemplateEngine.Edge | 5.0.206.nupkg
Microsoft.TemplateSearch.Common | 5.0.400-preview.21302.2.nupkg
Microsoft.DotNet.Common.ItemTemplates | 5.0.400-preview.21302.2.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.0 | 5.0.400-preview.21302.2.nupkg
Microsoft.TemplateEngine.Utils | 5.0.400-preview.21302.2.nupkg
Microsoft.DotNet.Common.ProjectTemplates.1.x | 5.0.400-preview.21302.2.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.1 | 5.0.400-preview.21302.2.nupkg
Microsoft.DotNet.Common.ProjectTemplates.3.0 | 5.0.400-preview.21302.2.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.1 | 5.0.400-preview.21302.2.nupkg
Microsoft.DotNet.Common.ProjectTemplates.5.0 | 5.0.400-preview.21302.2.nupkg
Microsoft.DotNet.Common.ProjectTemplates.2.2 | 5.0.400-preview.21302.2.nupkg
Microsoft.TemplateEngine.Edge | 5.0.400-preview.21302.2.nupkg
Microsoft.TemplateEngine.Core.Contracts | 5.0.400-preview.21302.2.nupkg
Microsoft.TemplateEngine.Abstractions | 5.0.400-preview.21302.2.nupkg
Microsoft.TemplateEngine.Core | 5.0.400-preview.21302.2.nupkg
Microsoft.TemplateEngine.IDE | 5.0.400-preview.21302.2.nupkg
Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 5.0.400-preview.21302.2.nupkg
[//]: # ( Runtime 5.0.9)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7716be6b-9eba-40e6-b604-f3bb043605d3/fc391bf75d968ae2161e1f0df9cbf8df/dotnet-runtime-5.0.9-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/75ac6907-d1a1-415d-907d-d5466b2dc4c5/a3bdfe046a226d5ca6f2e129319b2f7b/dotnet-runtime-5.0.9-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/52124868-d55e-4d32-827f-8617bf840f98/86647a82ae66fda9a5f8080fadfe485b/dotnet-runtime-5.0.9-linux-musl-arm.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/09033abc-a409-43aa-89f9-2486ab7939f1/b28bad774c18a0d28c8682560d99d56e/dotnet-runtime-5.0.9-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6ae2199b-bbc1-418a-b2a7-9d88940afbf9/8cfb3e9c6f52361910b093032e5256e3/dotnet-runtime-5.0.9-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0c1eabe6-32ef-4785-92d1-8f09a0951b9e/d90c850374a07505bd577d3cff5d7536/dotnet-runtime-5.0.9-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/a847df19-d530-41c8-b766-cb60ee8af9a4/7edd7c2eae38d25d0d7c90350eefea64/dotnet-runtime-5.0.9-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2591fa2f-798c-4b4a-942c-f8332cd4933e/a783ad19a8c9c60eb4f13b2dd79cbab2/dotnet-runtime-5.0.9-osx-x64.tar.gz
[dotnet-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/48a03b96-948c-4b69-8838-2a7e73967e9b/03b067ea028508e7fe336180462827c2/dotnet-runtime-5.0.9-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/1834aecf-ceeb-4a0a-9d82-777286d703c2/003c37d11e5dd0358c126ad8f586c374/dotnet-runtime-5.0.9-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/f3bb58e7-45e1-46ef-9b90-877a450e345e/b18e3d2c429422e9c1238c9b66ded855/dotnet-runtime-5.0.9-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/19e22aa6-051b-4417-a117-42081655b56b/c29c7125b6b51df18a6ecb48f0bcc8d3/dotnet-runtime-5.0.9-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/334f5618-b0fa-474c-b55e-1d10c9142161/61eb66bf79d0e6cf36f894a5fe847634/dotnet-runtime-5.0.9-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/ad4e04d4-bc99-4028-af41-30d5280010bc/1480ef24269af9dac1f19573b4da5ccb/dotnet-runtime-5.0.9-win-x86.zip
[//]: # ( WindowsDesktop 5.0.9)
[windowsdesktop-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/77535d55-6913-4f0d-bbdd-b0a52c00f9f7/e7ab952b5033a38d4d1b240bc9db0d16/windowsdesktop-runtime-5.0.9-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/8bc41df1-cbb4-4da6-944f-6652378e9196/1014aacedc80bbcc030dabb168d2532f/windowsdesktop-runtime-5.0.9-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/d889a1ec-bf19-4915-8d8c-81adda8d558b/fffa6e33af1b4cfcafdca9aac3aef476/windowsdesktop-runtime-5.0.9-win-x86.exe
[//]: # ( ASP 5.0.9)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/08f79414-91fe-4072-a75b-7b7c21d0fced/46c49c781f43901eb7c27c465c448b0a/aspnetcore-runtime-5.0.9-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0e3da9ad-b838-419a-8ad5-caaff159083f/484d306f2778f15519201178961372bc/aspnetcore-runtime-5.0.9-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a5a05e15-b2ea-465f-861e-9778f9bc0798/e6cbbea5e1325d25a271957444b59e13/aspnetcore-runtime-5.0.9-linux-musl-arm.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5302dd36-5397-4b5e-ba0d-7220a33dc51f/fd098ada9102db37f8c32a0eebb32361/aspnetcore-runtime-5.0.9-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/94ca051b-c763-4030-92aa-88b8b3f71622/1056f826a36aec34b65763db27312a4b/aspnetcore-runtime-5.0.9-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/19046594-e911-4784-a148-6de3d74d4a7f/d5c1ba792c4266a2d2a8eea41e81a060/aspnetcore-runtime-5.0.9-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/61dcf562-ed13-4592-9e94-b0849e6ae22e/ea664c2bf8f4249131fd595549e45d5f/aspnetcore-runtime-5.0.9-osx-x64.tar.gz
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/206efef8-47fd-4ea2-94d0-878dde9bdc74/73edea2d40fe223313a65d6df02560b0/aspnetcore-runtime-5.0.9-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4b0ef3e7-ba6b-4213-b866-318695afbf3b/4218a12f9588ce7d6d6d394f8f3ef22e/aspnetcore-runtime-5.0.9-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/21a5ee42-c681-427d-987f-d7350b5f72c9/ebd923b5d6e0923f42668aab85fa15db/aspnetcore-runtime-5.0.9-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/5bec3496-6944-4edc-936e-5a1beedd4fdd/6fb2df0cbd879c27c22c9f705784b768/aspnetcore-runtime-5.0.9-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2ad80c99-205f-4a4d-8263-64fd8c935876/ea056f7a0147fcea729f07335e4e3ad3/aspnetcore-runtime-5.0.9-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/a0f49856-eec9-4962-8d81-b09af6be9435/1d5fc0083b7f7e10ebed181329ca88ae/dotnet-hosting-5.0.9-win.exe
[//]: # ( SDK 5.0.400)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/70bdb5a9-34cc-4f28-aa33-15535f73b593/7d31d53187c8937206bcc3b117b88978/dotnet-sdk-5.0.400-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4d323232-ffcc-4c09-a043-a36b554c883e/096822e81dc29383b649cd015d1ff99a/dotnet-sdk-5.0.400-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8b17651a-5960-4c33-8f40-24bde02e0d7c/625d059dfbcce13a48bf4ed242a0b823/dotnet-sdk-5.0.400-linux-musl-arm.tar.gz
[dotnet-sdk-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1a90902b-4d5f-458b-bd3c-990a3dca3db0/b0041b433b3e79eb4a596550701a35ed/dotnet-sdk-5.0.400-linux-musl-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/08b6d245-401d-4b11-8e75-f2db47b5f166/5809c92b864453f3f666b8a9ce82f826/dotnet-sdk-5.0.400-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/13b9d84c-a35b-4ffe-8f62-447a01403d64/1f9ae31daa0f7d98513e7551246899f2/dotnet-sdk-5.0.400-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/95823260-fbb1-480a-9428-36c98687b1a0/3ceac2fedbe5131cbc8db734d0431d04/dotnet-sdk-5.0.400-linux-x64.zip
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/543144ce-10ad-4396-a464-28c440f8fe22/29bd5273237ed3a408aef1f8aacd239b/dotnet-sdk-5.0.400-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e5672550-7ab9-439a-8dd4-d5b02608abe3/d1b27ba9dcfa96cd891dde40a406fdc3/dotnet-sdk-5.0.400-osx-x64.tar.gz
[dotnet-sdk-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/5d938024-9d9b-46c3-bc5a-4c6bd8557a36/0eaeafcee760762e97dacee2f65bef46/dotnet-sdk-5.0.400-win-arm64.exe
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/5e673ff1-0cf9-40dc-8fa7-f6c7e96a664d/f48fc51c80d42c09613e209e5550b75f/dotnet-sdk-5.0.400-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/c1bfbb13-ad09-459c-99aa-8971582af86e/61553270dd9348d7ba29bacfbb4da7bd/dotnet-sdk-5.0.400-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f7ed6662-c39e-43da-be01-ef7cae72cd6d/58ed07e77e1a8ab0cab93c17edf33817/dotnet-sdk-5.0.400-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/3ac5df29-caba-40f8-aeea-6e7a900dcfcc/a28a5c80da9e9971db504ff86da2e0ba/dotnet-sdk-5.0.400-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/ed0d3d60-27c4-42fa-92ff-e78c37ad35ff/3a0e6a8f3fd43b6310141d7db04906e2/dotnet-sdk-5.0.400-win-x86.zip

View file

@ -13,6 +13,8 @@
| Date | Release |
| :-- | :-- |
| 2021/08/10 | [5.0.9](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.9/5.0.9.md) |
| 2021/07/13 | [5.0.8](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.8/5.0.8.md) |
| 2021/06/08 | [5.0.7](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.7/5.0.7.md) |
| 2021/05/25 | [5.0.300](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.6/5.0.300-sdk.md) |
| 2021/05/11 | [5.0.6](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.6/5.0.6.md) |

View file

@ -25,6 +25,7 @@ Each of the distributions can be downloaded from:
## Install using deb/rpm packages
DEB and RPM install packages for Linux are available from Microsoft or, natively from some Linux distributions. It is recommended that you use packages provided by distribution, when available. See [Install .NET on Linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux) for a complete list of supported Linux distributions and installer package options for each.
## Install using Snap

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,8 @@
| Date | Release |
| :-- | :-- |
| 2021/08/10 | [6.0.0 Preview 7](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.7.md) |
| 2021/07/14 | [6.0.0 Preview 6](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.6.md) |
| 2021/06/17 | [6.0.0 Preview 5](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.5.md) |
| 2021/05/25 | [6.0.0 Preview 4](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.4.md) |
| 2021/04/08 | [6.0.0 Preview 3](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.3.md) |

View file

@ -35,7 +35,7 @@ Preview release installers are not available from the Microsoft package reposito
Here's what the script does.
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0-supported-os.md).
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md).
* 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.
@ -63,14 +63,14 @@ You can install .NET with a binary archive. This option is required if you want
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
```bash
~# curl -o dotnet.tar.gz https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz
~# curl -o dotnet.tar.gz https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz
~# mkdir dotnet
~# tar -C dotnet -xf dotnet.tar.gz
~# rm dotnet.tar.gz
~# export DOTNET_ROOT=~/dotnet
~# export PATH=$PATH:~/dotnet
~# dotnet --version
6.0.100-preview.5.21302.13
6.0.100-preview.7.21379.14
```
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.

View file

@ -34,14 +34,14 @@ You can install .NET with a binary archive. This option is required if you want
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
```bash
~# curl -o dotnet.tar.gz https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz
~# curl -o dotnet.tar.gz https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz
~# mkdir dotnet
~# tar -C dotnet -xf dotnet.tar.gz
~# rm dotnet.tar.gz
~# export DOTNET_ROOT=~/dotnet
~# export PATH=$PATH:~/dotnet
~# dotnet --version
6.0.100-preview.5.21302.13
6.0.100-preview.7.21379.14
```
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.

View file

@ -1,6 +1,29 @@
# Install .NET Multi-platform App UI Workloads
To check your environment for dependencies and obtain the latest .NET MAUI SDKs, we recommend using the `maui-check` dotnet tool.
As of .NET 6 preview 7, .NET MAUI is a workload. To install .NET MAUI with Android, iOS, and macOS (Mac Catalyst) SDKs:
```console
$ dotnet workload install maui
```
We also have targeted workload manifests for mobile and desktop only:
```console
$ dotnet workload install maui-desktop
$ dotnet workload install maui-mobile
```
Optionally, for more granular control you can install platform SDKs individually:
```console
$ dotnet workload install microsoft-android-sdk-full
$ dotnet workload install microsoft-ios-sdk-full
$ dotnet workload install microsoft-maccatalyst-sdk-full
$ dotnet workload install microsoft-macos-sdk-full
$ dotnet workload install microsoft-tvos-sdk-full
```
To check your environment for additional dependencies and obtain the latest .NET MAUI SDKs, we recommend using our `maui-check` dotnet tool.
```console
$ dotnet tool install -g redth.net.maui.check
@ -12,35 +35,25 @@ Then run the tool and follow the instructions presented:
$ maui-check
```
Optionally, you can also use `dotnet workload install` from the command line to install individual SDKs:
```console
$ dotnet workload install microsoft-android-sdk-full
$ dotnet workload install microsoft-ios-sdk-full
$ dotnet workload install microsoft-maccatalyst-sdk-full
$ dotnet workload install microsoft-macos-sdk-full
$ dotnet workload install microsoft-tvos-sdk-full
```
See the [dotnet/maui-samples](https://github.com/dotnet/maui-samples/) repo for sample projects and further details about getting started.
See our [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for further details about getting started, including installing Windows App SDK requirements.
### Android
Prerequisites:
* [Install .NET 6.0.0 Preview 5](#downloads)
* [Install .NET 6.0.0 preview 7](#downloads)
* You will need the Android SDK installed as well as `Android SDK Platform 30`. One way to acquire this is to install the Xamarin workload in the Visual Studio installer. You can manage Android SDKs from `Tools > Android > Android SDK Manager` from within Visual Studio.
### iOS, Mac Catalyst, and macOS (Cocoa)
Prerequisites:
* [Install .NET 6.0.0 Preview 5](#downloads)
* Xcode 12.5
* [Install .NET 6.0.0 preview 7](#downloads)
* Xcode 13.0 Beta 1
## Downloads
Download links are provided for each of the distributions at:
- [Microsoft .NET website](https://dotnet.microsoft.com/download/dotnet/6.0)
- [.NET 6 release notes](README.md)
- [.NET 6 release notes](README.md)

View file

@ -40,13 +40,13 @@ You can install .NET with a binary archive. This option is required if you want
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
```console
C:\>curl -o dotnet.zip https://download.visualstudio.microsoft.com/download/pr/74448616-c6d2-40bf-b6da-aa3a6c1009ab/62702150054089e2961aaf32e8ab3ffc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.zip
C:\>curl -o dotnet.zip https://download.visualstudio.microsoft.com/download/pr/f8aa43e2-7a3b-437a-9b4c-704c2751db47/d431153e27a23b62f2002140eb6ecc00/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.exe
C:\>tar -C dotnet -xf dotnet.zip
C:\>del dotnet.zip
C:\>set DOTNET_ROOT=C:\dotnet
C:\>set PATH=%PATH%;C:\dotnet
C:\>dotnet --version
6.0.100-preview.5.21302.13
6.0.100-preview.7.21379.14
```
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.

View file

@ -37,7 +37,7 @@ You can determine what is installed on your machine (assuming .NET is installed)
```console
C:\>dotnet --info
.NET SDK (reflecting any global.json):
Version: 6.0.100-preview.5.21302.13
Version: 6.0.100-preview.7.21379.14
Commit: 1a9103db2d
Runtime Environment:
@ -45,24 +45,24 @@ Runtime Environment:
OS Version: 10.0.17763
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\6.0.100-preview.5.21302.13\
Base Path: C:\Program Files\dotnet\sdk\6.0.100-preview.7.21379.14\
Host (useful for support):
Version: 6.0.0-preview.5.21301.5
Version: 6.0.100-preview.7.21379.14
Commit: 3eaf1f316b
.NET SDKs installed:
6.0.100-preview.5.21302.13 [C:\Program Files\dotnet\sdk]
6.0.100-preview.7.21379.14 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.0-preview.5.21301.17 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.0-preview.5.21301.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.0-preview.5.21301.4 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.AspNetCore.App 6.0.100-preview.7.21379.14 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.0-preview.7.21377.19 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.0-preview.7.21378.9 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
```
If you have the .NET SDK installed, you can also use `dotnet --version` as demonstrated in the following example:
```console
C:\>dotnet --version
6.0.100-preview.5.21302.13
6.0.100-preview.7.21379.14
```

View file

@ -3,21 +3,28 @@
You may encounter the following known issues, which may include workarounds, mitigations or expected resolution timeframes.
## .NET SDK
### Preview 4
1. Workload install for protected install location (eg. c:\program files) will fail
### Preview 7
#### 1. Reference assemblies no longer output to the bin directory
In the future, the .NET SDK will trigger elevation to install missing workloads but today that fails.
These files are only needed during builds and cause confusion for customers to see extra binaries built to the bin\ref folder. Instead they were [moved](https://github.com/dotnet/msbuild/pull/6560) to only build to the obj/ref folder.
```
C:\Users\MPP>dotnet workload install microsoft-macos-sdk-full --skip-manifest-update
**Note, this change is being [reverted](https://github.com/dotnet/msbuild/pull/6718) for RC1 as we found a hardcoded path in Roslyn in VS scenarios that has to be addressed first**
#### 2. Error when cleaning up preview 6 workloads when installing preview 7 workloads
The workload names all changed between preview 6 and 7 so the SDK doesn't recognize how to clean up existing installed workloads from earlier previews and will error
`Garbage collecting for SDK feature bands 6.0.100...
Workload installation failed: Workload not found: microsoft-net-sdk-blazorwebassembly-aot. Known workloads: ...`
Another potential error
`Garbage collecting for SDK feature bands 6.0.100…
Workload installation failed: The JSON value could not be converted to Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadPackId. Path: $.Id | LineNumber: 0 | BytePositionInLine: 40.`
Installing pack Microsoft.macOS.Sdk version 11.3.100-preview.5.889...
Workload installation failed, rolling back installed packs...
Rolling back pack Microsoft.macOS.Sdk installation...
Workload installation failed: One or more errors occurred. (Access to the path 'C:\Program Files\dotnet\metadata\temp\microsoft.macos.sdk\11.3.100-preview.5.889' is denied.)
```
**Workaround**
You'll need to elevate your command prompt before running the install command.
Delete your dotnet\metadata folder and try the workload install again. The metadata folder contains our records of what workloads you've tried to install and is what's triggering us to try to clean up an older workload that may not be recognized or compatible with the current SDK.
Note that a side effect of this is that the SDK will leave behind some older preview workloads across various _packs_ directories.
### Preview 5
#### 1. Missing Workload Manifests in Visual Studio 17 Preview 1
@ -60,6 +67,26 @@ If you want to use .NET MAUI, you can run the latest version of the [maui-check
The .NET SDK Optional Workloads were renamed between preview 4 and preview 5 and are not compatible. As such, the `dotnet workload update` command won't work for a preview 4 installed workload but should work with preview 5 and onward.
### Preview 4
1. Workload install for protected install location (eg. c:\program files) will fail
In the future, the .NET SDK will trigger elevation to install missing workloads but today that fails.
```
C:\Users\MPP>dotnet workload install microsoft-macos-sdk-full --skip-manifest-update
Installing pack Microsoft.macOS.Sdk version 11.3.100-preview.5.889...
Workload installation failed, rolling back installed packs...
Rolling back pack Microsoft.macOS.Sdk installation...
Workload installation failed: One or more errors occurred. (Access to the path 'C:\Program Files\dotnet\metadata\temp\microsoft.macos.sdk\11.3.100-preview.5.889' is denied.)
```
**Workaround**
You'll need to elevate your command prompt before running the install command.
#### 3. .NET MAUI Windows apps fail to debug in Visual Studio 2022 Preview 3
There is an incompatibility between .NET MAUI tooling features and Windows App SDK that prevents apps from launching and debugging. You can work around this by building and deploying without debugging, and then launching the application from the Start menu and attaching the debugger. A fix is underway and will come in a future Visual Studio 2022 service release.
## .NET Runtime
1. Issue in "dnSpy.exe" fpr .NET 6.0 Preview 5 as described in [dotnet/runtime #53014](https://github.com/dotnet/runtime/issues/53014)

View file

@ -40,7 +40,7 @@ Preview release installers are not available from the Microsoft package reposito
Here's what the script does.
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0-supported-os.md).
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md).
* 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.

View file

@ -41,7 +41,7 @@ Preview release installers are not available from the Microsoft package reposito
Here's what the script does.
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0-supported-os.md).
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md).
* 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.

View file

@ -41,7 +41,7 @@ Preview release installers are not available from the Microsoft package reposito
Here's what the script does.
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0-supported-os.md).
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md).
* 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.

View file

@ -41,7 +41,7 @@ Preview release installers are not available from the Microsoft package reposito
Here's what the script does.
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0-supported-os.md).
* Detects the distribution and version. The script supports platforms and versions listed in [.NET 6.0 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md).
* 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.

View file

@ -75,7 +75,7 @@ The following repos have been updated.
## Visual Studio Compatibility
You need [Visual Studio 2019 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows.
You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows.
## Feedback

View file

@ -0,0 +1,176 @@
# .NET 6.0.0 Preview 6 - July 14, 2021
The .NET 6.0.0 Preview 6 and .NET SDK 6.0.100-preview.6.21355.2 releases are available for download. The latest 6.0 release is always listed at [.NET 6.0 Releases](../README.md).
## What's new in .NET 6 Preview 6
.NET 6 is the next major release of .NET following .NET 5. You can see some of the new features available with .NET 6 Preview 6 at [dotnet/core #6325](https://github.com/dotnet/core/issues/6325).
See the [.NET][dotnet-blog], [ASP.NET Core][aspnet-blog], [Entity Framework Core][ef-blog] and [.NET MAUI][maui-blog] blogs for additional details.
Here is list of some of the additions and updates we're excited to bring in Preview 6.
* EntityFramework Core: [bugs][ef_bugs] | [features][ef_features]
* .NET SDK [bugs][sdk_bugs]
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-Arm64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] \| [Arm64][dotnet-sdk-osx-arm64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] \| [Arm64][dotnet-sdk-osx-arm64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] \| [Arm64][dotnet-runtime-osx-arm64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] \| [Arm64][dotnet-runtime-osx-arm64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] \| [Arm64][aspnetcore-runtime-osx-arm64.tar.gz] | - |<sup>1</sup>
| Linux | [Snap and Package Manager](../install.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] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-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] \| [Arm64][aspnetcore-runtime-linux-arm64.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [Arm64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | <sup>1</sup> |
| | [Checksums][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime]
</br>
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.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
6.0.100-preview.6.21355.2
```
### .NET Multi-Platform App UI (MAUI) Workload Downloads
.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application.
After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command:
```console
$ dotnet workload install maui
```
The following workloads are also available to install individually:
```console
$ dotnet workload install microsoft-android-sdk-full
$ dotnet workload install microsoft-ios-sdk-full
$ dotnet workload install microsoft-maccatalyst-sdk-full
$ dotnet workload install microsoft-macos-sdk-full
$ dotnet workload install microsoft-tvos-sdk-full
```
</br>
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 6.0 release in containers:
```console
docker run --rm mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Runtime Dependencies
* [dotnet/samples](https://hub.docker.com/_/microsoft-dotnet-samples/): .NET Samples
## Visual Studio Compatibility
You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows.
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6467](https://github.com/dotnet/core/issues/6467) for your questions and comments.
[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/6.0/preview/6.0.0-preview.6.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.6-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.6-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-6/
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-6
[maui-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-maui-preview-6/
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-6-0-preview-6-configure-conventions
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.0-preview6+is%3Aclosed+label%3Atype-bug
[ef_features]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.0-preview6+is%3Aclosed+label%3Atype-enhancement
[aspnet_bugs]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A6.0.0-preview6+label%3ADone+label%3Abug
[aspnet_features]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A6.0.0-preview6+label%3ADone+label%3Aenhancement
[runtime_bugs]: https://github.com/dotnet/runtime/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A6.0+label%3Abug+
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A6.0+label%3Aenhancement
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A6.0.1xx
[linux-packages]: ../install-linux.md
[//]: # ( Runtime 6.0.0-preview.6.21352.12)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8338df6d-f649-447f-8998-e393c63c6645/19f0f84b693fc54222b50870baca4899/dotnet-runtime-6.0.0-preview.6.21352.12-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/28b6d195-c69d-445a-b1c1-821e1a1cd8a1/6c85254b5cd005094a41ebd56774d4e5/dotnet-runtime-6.0.0-preview.6.21352.12-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a5dbb2b9-ee75-4863-9495-a3b725023b0b/97d974fbe72d6c4515a2f93a88244ddf/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-arm.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b1434d75-89c3-4b52-9a43-870c0a017897/6c50fdffdc2bd153c809e8dad409c9fe/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/026cb7b2-fe95-4234-878e-410f678112f9/659fe44ad45762b42a13e66dd2795028/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/841cf439-e6c6-4164-ae75-e4f1f3aafe0c/fd64b0395f6f0dee9ed184d918e49cd7/dotnet-runtime-6.0.0-preview.6.21352.12-linux-x64.tar.gz
[dotnet-runtime-osx-arm64.pkg]: https://download.visualstudio.microsoft.com/download/pr/3e5fcfb9-e470-4989-9677-39dc2fafd154/6b2a23abd069560e975e4c517df7b74c/dotnet-runtime-6.0.0-preview.6.21352.12-osx-arm64.pkg
[dotnet-runtime-osx-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e6e0f9af-9d3a-4a31-b260-666b0b3e4221/51b3052f9c84277b38578c5d7281dc4a/dotnet-runtime-6.0.0-preview.6.21352.12-osx-arm64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/fd4e78c4-eb09-4e98-9a60-0cf796a8af20/1095c137d3801cffaa6ada35eae0c1a3/dotnet-runtime-6.0.0-preview.6.21352.12-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/67ae4f96-a7b5-49e3-809d-50de8e771c0f/ef5e3b6a1ff3abcf881b7ae880253469/dotnet-runtime-6.0.0-preview.6.21352.12-osx-x64.tar.gz
[dotnet-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/e40dee15-1d90-4917-8a41-d5ce3f218407/4b412277f3b9c39e9288bb4020240546/dotnet-runtime-6.0.0-preview.6.21352.12-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/b68e27f8-d382-40f6-adc9-17aa1013925d/7cbd7bb99d2f181c40290b97018071b5/dotnet-runtime-6.0.0-preview.6.21352.12-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/d8031c86-e522-40eb-8c5e-edffcd711268/1880257fd9d1cdff0d3d4733c7246376/dotnet-runtime-6.0.0-preview.6.21352.12-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/7282c65e-b906-48b7-b8f7-6bf3a6f980f0/ca7af999c52955ffdc45300b1de97a08/dotnet-runtime-6.0.0-preview.6.21352.12-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/547ecbd0-9861-4ad1-beab-cfb256c2d212/f1e11ce269c7e8b8d91139075cde2d59/dotnet-runtime-6.0.0-preview.6.21352.12-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/fa4333d5-b145-4bd1-b86d-101e758ff253/3b813e4a0f98fcc4f9f0930ab43a26df/dotnet-runtime-6.0.0-preview.6.21352.12-win-x86.zip
[//]: # ( WindowsDesktop 6.0.0-preview.6.21353.1)
[windowsdesktop-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/7c074ee8-043b-4f50-a135-e198b4a26bb2/fc4e30c8c0a7266cc92fbe7221173fad/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b6bef7e7-7d36-41fa-a937-119a786bdae3/b8251935ec30137f6d83dab3e6f1f12c/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/14c95c30-bc3b-43d9-b569-4e388ab7ab19/2e3b68dc6ee53a6aab3f71ad891215d3/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-x86.exe
[//]: # ( ASP 6.0.0-preview.6.21355.2)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fead33a0-bfa8-4a3c-93c2-fa6dcd7fce47/11681525584ed1a381ecae3536693250/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7535469b-06d6-407d-b751-732ba8ba12d2/9ae4e842565ae3c50e5c2673c06bbe37/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ff9927bd-791b-4d24-9a0c-efb0ed21fef2/655e8c11a83cf865400654fc473b3f8b/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-arm.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bab174a9-3aef-467a-82d3-3fec5a8e562a/ea80ec9fb413a934e5b8f4d2e60ec5c7/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0678c787-648a-4385-9b33-af728cba9e0b/56171f0269e38da631bf1ed416edb7d9/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/24e3144f-550d-49a2-bb40-8fb06aaf29a8/300b021763dbff231af63adb28ec6abd/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-x64.tar.gz
[aspnetcore-runtime-osx-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3830a164-7a1d-43b9-ad38-175f11a3731c/2f9e05c8da288e93154810154616dfa2/aspnetcore-runtime-6.0.0-preview.6.21355.2-osx-arm64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/392fdec4-7fee-4b86-9497-c1f63eb87acb/e5c215160b9e93e43f581e59bff87c9d/aspnetcore-runtime-6.0.0-preview.6.21355.2-osx-x64.tar.gz
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/72a69c8a-e91c-4328-8cb1-699af101fe9f/19354d5c08dadc1812115a21e18655ce/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/02355756-f7fc-43fc-a752-e7dbf3098b1c/4972c4b8b2973b00042a11d39a2d3d10/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/706b6612-e557-432b-88ea-96d13e2af5a3/f00c6537f1a7711138216555797d6833/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/1bfa5cd7-d533-4457-90c4-e412610464d0/7b3fc132d204581a9d0f2c809e5b837f/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/5062e035-1f6f-48af-88b1-51ff3a67f7fc/fea719da53e107752b6d1c7e2001f758/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/cf05db87-6052-43ae-8cda-c0aaf1e455d9/a09408560e38c80529d42bbf1bdf552b/dotnet-hosting-6.0.0-preview.6.21355.2-win.exe
[//]: # ( SDK 6.0.100-preview.6.21355.2 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5aed712c-c0bc-43fd-9fca-9483af66c8f1/66093c96a21248ee1ec77110478d13b3/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8a6a12fc-35bb-47ca-9353-b1e97d569382/61221db91a720e7ae5833460f2ea53d2/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7f8958ec-0b14-4bc9-9519-41864d501b26/0fd817bc76e6ae0ad5b4a2f3549a3c75/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm.tar.gz
[dotnet-sdk-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0ff6fc52-91f0-4aa5-baa8-e2d4cf46b3e2/40b9c873ac7c37d578a4f3795758651c/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/41ee1046-a104-4983-82c3-1a33f6b85e31/658fc456b3b8b4435f7556a2c5d5f16d/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/45f9f84c-dbe6-458e-bea1-c1e931802486/995edcbcd852a07b0a285626f30afb33/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/494d6cb2-7c5d-4fa6-a1c2-5b76762be9eb/17cd976b4fedc3e2ddeeb0910031ccde/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.zip
[dotnet-sdk-osx-arm64.pkg]: https://download.visualstudio.microsoft.com/download/pr/10bb818e-3d14-435c-a76b-40da0a8c561a/616dd2f1d72c8725270530bf67907068/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.pkg
[dotnet-sdk-osx-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fd0b8343-1875-4ffc-aab6-00d57ac223a2/00d7942d7ed9c4333f6f0be9d9678e60/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/767abef9-9636-47a7-9929-6ac4201b6837/95c3c13e937efb01255843a6d4adf9ed/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/fb01b89f-c07d-4e3f-b9c1-a8d3a074f290/4df3bd673a530e8febcf0089dc698106/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.tar.gz
[dotnet-sdk-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/af2fcf31-22b3-43c9-b127-d3d2569a4e76/396c947b23cd32f49e2cb12321321d65/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.exe
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/96dfe5eb-3837-4541-8878-7258647e8fd7/d90954b202dd3bbb0608fc68080a0bfb/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/9da8718a-a4cf-42dc-a86c-1ea648acf136/73e158f3e4dfb1446595d0dba5b6343a/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/a83c721e-ae81-4d88-9c3e-239e08e664be/ef2e40c18b8f87611477376bc3f6a8e5/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/8598c905-5911-4f50-9e8b-1f4dc53d213c/5f57f06cc04861b2f01ded57de212636/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/6395e8ff-c40e-450b-a663-23aa1b29c19f/516ced1b50fba44e17e5d1cc0bea981d/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.zip
[//]: # ( Symbols )

View file

@ -0,0 +1,172 @@
# .NET 6.0.0 Preview 7 - August 10, 2021
The .NET 6.0.0 Preview 7 and .NET SDK 6.0.100-preview.7.21379.14 releases are available for download. The latest 6.0 release is always listed at [.NET 6.0 Releases](../README.md).
## What's new in .NET 6 Preview 7
.NET 6 is the next major release of .NET following .NET 5. You can see some of the new features available with .NET 6 Preview 7 at [dotnet/core #6444](https://github.com/dotnet/core/issues/6444).
See the [.NET][dotnet-blog], [ASP.NET Core][aspnet-blog] and [.NET MAUI][maui-blog] blogs for additional details.
Here is list of some of the additions and updates we're excited to bring in Preview 7.
* EntityFramework Core: [bugs][ef_bugs] | [features][ef_features]
* .NET SDK [bugs][sdk_bugs]
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-Arm64.exe] |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] \| [Arm64][dotnet-sdk-osx-arm64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] \| [Arm64][dotnet-sdk-osx-arm64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] \| [Arm64][dotnet-runtime-osx-arm64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] \| [Arm64][dotnet-runtime-osx-arm64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] \| [Arm64][aspnetcore-runtime-osx-arm64.tar.gz] | - |<sup>1</sup>
| Linux | [Snap and Package Manager](../install-linux.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] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-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] \| [Arm64][aspnetcore-runtime-linux-arm64.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [Arm64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | <sup>1</sup> |
| | [Checksums][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime]
</br>
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.
</br>
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
```console
$ dotnet --version
6.0.100-preview.7.21379.14
```
### .NET Multi-Platform App UI (MAUI) Workload Downloads
.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application.
After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command:
```console
$ dotnet workload install maui
```
The following workloads are also available to install individually:
```console
$ dotnet workload install microsoft-android-sdk-full
$ dotnet workload install microsoft-ios-sdk-full
$ dotnet workload install microsoft-maccatalyst-sdk-full
$ dotnet workload install microsoft-macos-sdk-full
$ dotnet workload install microsoft-tvos-sdk-full
```
</br>
Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 6.0 release in containers:
```console
docker run --rm mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Runtime Dependencies
* [dotnet/samples](https://hub.docker.com/_/microsoft-dotnet-samples/): .NET Samples
## Visual Studio Compatibility
You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows.
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6554](https://github.com/dotnet/core/issues/6554) for your questions and comments.
[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/6.0/preview/6.0.0-preview.7.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.7-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.7-sha.txt
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-7/
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-7
[maui-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-maui-preview-7/
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.0-preview7+is%3Aclosed+label%3Atype-bug
[ef_features]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.0-preview7+is%3Aclosed+label%3Atype-enhancement
[aspnet_bugs]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A6.0.0-preview7+label%3ADone+label%3Abug
[aspnet_features]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A6.0.0-preview7+label%3ADone+label%3Aenhancement
[runtime_bugs]: https://github.com/dotnet/runtime/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A6.0+label%3Abug+
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A6.0+label%3Aenhancement
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A6.0.1xx
[linux-packages]: ../install-linux.md
[//]: # ( Runtime 6.0.0-preview.7.21377.19)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/77e5acf3-f3df-450d-b848-73acdfd3fda5/580b861eabc20364fab611d2ed32318b/dotnet-runtime-6.0.0-preview.7.21377.19-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/20ba65e6-c2df-4e33-8063-23e38802e580/3ead68d5d697c99b0b4a3f001ee8c21f/dotnet-runtime-6.0.0-preview.7.21377.19-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/aff6eed7-ba7f-4e2e-ad49-fa95d1512aab/94ab7499dfea134a5d4c81da24162db1/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-arm.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/34ef3cc6-b21c-4f80-a0ab-403ea43c9b2c/d65fc4e5547801b0d74c1698026ed101/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8886b87d-4c03-4648-807f-63cf9ba5ffb2/3d88acc45536428ec4c57fcd7cdc269b/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/1ae201ab-bd0b-471d-beab-2e33350be9da/358a49e4f1bdbaeaccedd7c139c55c45/dotnet-runtime-6.0.0-preview.7.21377.19-linux-x64.tar.gz
[dotnet-runtime-osx-arm64.pkg]: https://download.visualstudio.microsoft.com/download/pr/291e415b-c521-45b9-b817-710c342d2eb8/d05ca09bec35d4fbb31a07d700e9f416/dotnet-runtime-6.0.0-preview.7.21377.19-osx-arm64.pkg
[dotnet-runtime-osx-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/398a5746-b48d-4550-896b-445538b95458/aa025a02a656f69775efd346ccde38e9/dotnet-runtime-6.0.0-preview.7.21377.19-osx-arm64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/f3f28827-7599-4d5e-a218-348e3988e27f/cbc1fe0c1d29f48f9b75591e95823d42/dotnet-runtime-6.0.0-preview.7.21377.19-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f5943bf4-646f-49a3-8ef2-e2ec8eb25dd7/db3d9c2251a24e27d04c0f4d2828243c/dotnet-runtime-6.0.0-preview.7.21377.19-osx-x64.tar.gz
[dotnet-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/26a4b5f9-0491-4932-98a4-e51e0ce38fec/93418cd2b3e475c04e4ab427412e292d/dotnet-runtime-6.0.0-preview.7.21377.19-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/c4e1d78a-23ce-4050-ac0c-03ce2dc6e64c/9f43a348c5cd3d60de14813483188de3/dotnet-runtime-6.0.0-preview.7.21377.19-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/87a80dee-7444-4c27-9590-fbe88d87bb36/3ce69dcc1dedd1f961a14c25df3c0e41/dotnet-runtime-6.0.0-preview.7.21377.19-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/49b581e8-cf2d-4cb4-83c5-5eb0f5d25729/2f0a34c9ca5f9ab73cfd264b1991c019/dotnet-runtime-6.0.0-preview.7.21377.19-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/56ee5a69-87ea-48a3-afb9-cc5f3df7c7f4/57cb23ae8a0de4f72118614307e9c3f2/dotnet-runtime-6.0.0-preview.7.21377.19-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/553f0b1b-36d2-446a-9e95-d730cec95443/f3c21cfcf61547b828958036b2de0ce5/dotnet-runtime-6.0.0-preview.7.21377.19-win-x86.zip
[//]: # ( WindowsDesktop 6.0.0-preview.7.21378.9)
[windowsdesktop-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/9902ad9e-9909-4917-a028-f0892d38e522/3583908aae7a76dd0a9939910c899051/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/fe844509-712f-4a5f-b2d6-f445d36199b2/26d1e19f0ae549a65598e8207920b4f3/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/c0616dbd-ae8f-41d0-8ce4-5eeb2b987ff2/9f8ac0e92db2572ad954b22da86879a9/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-x86.exe
[//]: # ( ASP 6.0.0-preview.7.21378.6)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9f9e4e9b-2561-4585-b7d6-090db274c5c2/86a95aedacb9351bbcea71cd559d2217/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0682a6bb-4fa1-498d-bfb1-e811587743cf/fa0e704d71b407e38cafe43bc146efaf/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7841c16b-835a-4243-8a3c-72d0a0c2b4f6/a5b37ca66b909b7ad0943769b853c803/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-arm.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ae1a1566-cd50-4833-9398-54cfe5d92b22/c3b84d339a7e4962e5a4a8f011f52081/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0da262b9-b8cc-434d-ac12-324d1eaff794/39d9da39b6dc52b4aa4e89cefe81005b/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/898bd961-c1fe-4e22-8692-d488ee838afd/315180a646a83063ceaae7a8ab9804cf/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-x64.tar.gz
[aspnetcore-runtime-osx-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bcbe268e-e685-442c-a8d0-259c2ea6a09a/f815d1d4c58aaa654be87189ba2b6bca/aspnetcore-runtime-6.0.0-preview.7.21378.6-osx-arm64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/629234db-ff5f-4e82-a824-713936f04165/dc8ed7dac6fea4980e561ff8b89404be/aspnetcore-runtime-6.0.0-preview.7.21378.6-osx-x64.tar.gz
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/7e5659b5-fe1c-426c-8b3f-64666d55e175/ca56dc910057e0893c041caa5f5530be/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/6970f61f-4282-4f56-bb9e-de2e50330183/2945e05fd51895bd48d75039ecf4004e/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/9a772ee7-45f6-43da-9ffb-741be2cb43c5/42ed070d0e80e569fb8f58c72beb94e2/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/12d5cc40-8e4f-42f5-9179-2c40b5a0ebc7/daa966478a5e633fb7f004ab192fd9b2/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/f87f174f-9351-4962-8547-3f65f1cc56c6/b85a74694ad707014cbedd5ca418014e/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/8d8e1b9b-bb55-475b-a83e-818a950c6bef/dccb7b079aaa0653519f32c1a6593d7f/dotnet-hosting-6.0.0-preview.7.21378.6-win.exe
[//]: # ( SDK 6.0.100-preview.7.21379.14)
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/501903b0-5e47-4b76-a965-fabafcd95ff5/d6f197c99957b356ee8f0c6e2304ff09/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/084d5037-7dee-4654-b91a-fe303fa62d74/553744c6fcf2ed1128e40fa9f6cd4516/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6f9ef409-03fd-4f5d-aeaf-872997b20ca4/ff72dbc6c7745003c37f2e35509711b4/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm.tar.gz
[dotnet-sdk-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/880fcf31-58f6-43c5-8ec4-6ce7496b3802/53fa60569cd9eee4916525e99767a3b0/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cb0cd830-ab5d-4a67-9c43-02e79423e2d1/c8b059f073cb676faf67dcdbe8101635/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz
[dotnet-sdk-linux-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/a19468f5-793a-446a-81f5-a4d45830f531/6f217399f0ec499f4c76c5faa1ab3edb/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.zip
[dotnet-sdk-osx-arm64.pkg]: https://download.visualstudio.microsoft.com/download/pr/01d92318-8db9-40f2-b9b8-20586d7e8f40/37d13083ff512e2b10bc2fd0fdbb9358/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.pkg
[dotnet-sdk-osx-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/97e7dc57-24e3-4c5b-8c30-c9112c8e6f78/497423126e47e546f13cd06cc480b392/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/9e02abfd-b421-4c43-8541-482f037ed19c/f61bd4f35c444710016db8b5a7206a97/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz
[dotnet-sdk-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/2242858d-039d-4274-9196-bd6160db5cee/79daef596c45e73bb553a21335f8a1cf/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.exe
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/136011e8-7dd4-4729-b4b5-1c121ef71b17/df519750f0943fc0b079ba5f5798efa4/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/f8aa43e2-7a3b-437a-9b4c-704c2751db47/d431153e27a23b62f2002140eb6ecc00/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/c974c8da-7693-41c9-a874-712918a8964e/1d9223b00447537fef5f863cfa88cf80/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/67126e71-b778-45ca-b01e-4b1409b63071/f62427f9c9dda820971d89bce3490f2e/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/3d4300c5-740a-4467-bd57-6291feed6930/bac27a00db49518ab79a31625bf6928b/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.zip

View file

@ -1,6 +1,6 @@
# .NET 6.0 Preview 6 API Changes
The following API changes were made in .NET 6.0 Preview 5:
The following API changes were made in .NET 6.0 Preview 6:
- [.NET](./.Net/6.0-preview6.md)
- [ASP.NET](./Asp.Net/6.0-preview6.md)
- [ASP.NET](./Asp.Net/6.0-preview6.md)

View file

@ -0,0 +1,27 @@
# API Difference 6.0.0-preview.6.21325.12 vs 6.0.0-preview.7.21377.12
API listing follows standard diff formatting. Lines preceded by a '+' are
additions and a '-' indicates removal.
* [System](6.0.0-preview7_System.md)
* [System.Data.Common](6.0.0-preview7_System.Data.Common.md)
* [System.Diagnostics](6.0.0-preview7_System.Diagnostics.md)
* [System.Diagnostics.CodeAnalysis](6.0.0-preview7_System.Diagnostics.CodeAnalysis.md)
* [System.IO](6.0.0-preview7_System.IO.md)
* [System.Net.Http](6.0.0-preview7_System.Net.Http.md)
* [System.Net.Quic](6.0.0-preview7_System.Net.Quic.md)
* [System.Net.Quic.Implementations](6.0.0-preview7_System.Net.Quic.Implementations.md)
* [System.Net.Security](6.0.0-preview7_System.Net.Security.md)
* [System.Net.Sockets](6.0.0-preview7_System.Net.Sockets.md)
* [System.Reflection](6.0.0-preview7_System.Reflection.md)
* [System.Reflection.Metadata](6.0.0-preview7_System.Reflection.Metadata.md)
* [System.Runtime](6.0.0-preview7_System.Runtime.md)
* [System.Runtime.CompilerServices](6.0.0-preview7_System.Runtime.CompilerServices.md)
* [System.Runtime.InteropServices](6.0.0-preview7_System.Runtime.InteropServices.md)
* [System.Text](6.0.0-preview7_System.Text.md)
* [System.Text.Json](6.0.0-preview7_System.Text.Json.md)
* [System.Text.Json.Nodes](6.0.0-preview7_System.Text.Json.Nodes.md)
* [System.Text.Json.Serialization](6.0.0-preview7_System.Text.Json.Serialization.md)
* [System.Text.Json.Serialization.Metadata](6.0.0-preview7_System.Text.Json.Serialization.Metadata.md)
* [System.Threading](6.0.0-preview7_System.Threading.md)

View file

@ -0,0 +1,71 @@
# System.Data.Common
``` diff
namespace System.Data.Common {
+ public abstract class DbBatch : IAsyncDisposable, IDisposable {
+ protected DbBatch();
+ public DbBatchCommandCollection BatchCommands { get; }
+ public DbConnection Connection { get; set; }
+ protected abstract DbBatchCommandCollection DbBatchCommands { get; }
+ protected abstract DbConnection DbConnection { get; set; }
+ protected abstract DbTransaction DbTransaction { get; set; }
+ public abstract int Timeout { get; set; }
+ public DbTransaction Transaction { get; set; }
+ public abstract void Cancel();
+ public DbBatchCommand CreateBatchCommand();
+ protected abstract DbBatchCommand CreateDbBatchCommand();
+ public virtual void Dispose();
+ public virtual ValueTask DisposeAsync();
+ protected abstract DbDataReader ExecuteDbDataReader(CommandBehavior behavior);
+ protected abstract Task<DbDataReader> ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken);
+ public abstract int ExecuteNonQuery();
+ public abstract Task<int> ExecuteNonQueryAsync(CancellationToken cancellationToken = default(CancellationToken));
+ public DbDataReader ExecuteReader(CommandBehavior behavior = CommandBehavior.Default);
+ public Task<DbDataReader> ExecuteReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken = default(CancellationToken));
+ public Task<DbDataReader> ExecuteReaderAsync(CancellationToken cancellationToken = default(CancellationToken));
+ public abstract object ExecuteScalar();
+ public abstract Task<object> ExecuteScalarAsync(CancellationToken cancellationToken = default(CancellationToken));
+ public abstract void Prepare();
+ public abstract Task PrepareAsync(CancellationToken cancellationToken = default(CancellationToken));
+ }
+ public abstract class DbBatchCommand {
+ protected DbBatchCommand();
+ public abstract string CommandText { get; set; }
+ public abstract CommandType CommandType { get; set; }
+ protected abstract DbParameterCollection DbParameterCollection { get; }
+ public DbParameterCollection Parameters { get; }
+ public abstract int RecordsAffected { get; }
+ }
+ public abstract class DbBatchCommandCollection : ICollection<DbBatchCommand>, IEnumerable, IEnumerable<DbBatchCommand>, IList<DbBatchCommand> {
+ protected DbBatchCommandCollection();
+ public abstract int Count { get; }
+ public abstract bool IsReadOnly { get; }
+ public abstract DbBatchCommand this[int index] { get; set; }
+ public abstract void Add(DbBatchCommand item);
+ public abstract void Clear();
+ public abstract bool Contains(DbBatchCommand item);
+ public abstract void CopyTo(DbBatchCommand[] array, int arrayIndex);
+ public abstract IEnumerator<DbBatchCommand> GetEnumerator();
+ public abstract int IndexOf(DbBatchCommand item);
+ public abstract void Insert(int index, DbBatchCommand item);
+ public abstract bool Remove(DbBatchCommand item);
+ public abstract void RemoveAt(int index);
+ IEnumerator System.Collections.IEnumerable.GetEnumerator();
+ }
public abstract class DbConnection : Component, IAsyncDisposable, IDbConnection, IDisposable {
+ public virtual bool CanCreateBatch { get; }
+ public DbBatch CreateBatch();
+ protected virtual DbBatch CreateDbBatch();
}
public abstract class DbException : ExternalException {
+ public DbBatchCommand BatchCommand { get; }
+ protected virtual DbBatchCommand DbBatchCommand { get; }
}
public abstract class DbProviderFactory {
+ public virtual bool CanCreateBatch { get; }
+ public virtual DbBatch CreateBatch();
+ public virtual DbBatchCommand CreateBatchCommand();
}
}
```

View file

@ -0,0 +1,12 @@
# System.Diagnostics.CodeAnalysis
``` diff
namespace System.Diagnostics.CodeAnalysis {
public sealed class RequiresAssemblyFilesAttribute : Attribute {
+ public RequiresAssemblyFilesAttribute(string message);
- public string Message { get; set; }
+ public string Message { get; }
}
}
```

View file

@ -0,0 +1,54 @@
# System.Diagnostics
``` diff
namespace System.Diagnostics {
public static class Debug {
+ public static void Assert(bool condition, Debug.AssertInterpolatedStringHandler message);
+ public static void Assert(bool condition, Debug.AssertInterpolatedStringHandler message, Debug.AssertInterpolatedStringHandler detailMessage);
+ public static void WriteIf(bool condition, Debug.WriteIfInterpolatedStringHandler message);
+ public static void WriteIf(bool condition, Debug.WriteIfInterpolatedStringHandler message, string category);
+ public static void WriteLineIf(bool condition, Debug.WriteIfInterpolatedStringHandler message);
+ public static void WriteLineIf(bool condition, Debug.WriteIfInterpolatedStringHandler message, string category);
+ public struct AssertInterpolatedStringHandler {
+ public AssertInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, out bool shouldAppend);
+ public void AppendFormatted(object value, int alignment = 0, string format = null);
+ public void AppendFormatted(ReadOnlySpan<char> value);
+ public void AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null);
+ public void AppendFormatted(string value);
+ public void AppendFormatted(string value, int alignment = 0, string format = null);
+ public void AppendFormatted<T>(T value);
+ public void AppendFormatted<T>(T value, int alignment);
+ public void AppendFormatted<T>(T value, int alignment, string format);
+ public void AppendFormatted<T>(T value, string format);
+ public void AppendLiteral(string value);
+ }
+ public struct WriteIfInterpolatedStringHandler {
+ public WriteIfInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, out bool shouldAppend);
+ public void AppendFormatted(object value, int alignment = 0, string format = null);
+ public void AppendFormatted(ReadOnlySpan<char> value);
+ public void AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null);
+ public void AppendFormatted(string value);
+ public void AppendFormatted(string value, int alignment = 0, string format = null);
+ public void AppendFormatted<T>(T value);
+ public void AppendFormatted<T>(T value, int alignment);
+ public void AppendFormatted<T>(T value, int alignment, string format);
+ public void AppendFormatted<T>(T value, string format);
+ public void AppendLiteral(string value);
+ }
}
+ public abstract class DistributedContextPropagator {
+ protected DistributedContextPropagator();
+ public static DistributedContextPropagator Current { get; set; }
+ public abstract IReadOnlyCollection<string> Fields { get; }
+ public static DistributedContextPropagator CreateDefaultPropagator();
+ public static DistributedContextPropagator CreateNoOutputPropagator();
+ public static DistributedContextPropagator CreatePassThroughPropagator();
+ public abstract IEnumerable<KeyValuePair<string, string>> ExtractBaggage(object carrier, DistributedContextPropagator.PropagatorGetterCallback getter);
+ public abstract void ExtractTraceIdAndState(object carrier, DistributedContextPropagator.PropagatorGetterCallback getter, out string traceId, out string traceState);
+ public abstract void Inject(Activity activity, object carrier, DistributedContextPropagator.PropagatorSetterCallback setter);
+ public delegate void PropagatorGetterCallback(object carrier, string fieldName, out string fieldValue, out IEnumerable<string> fieldValues);
+ public delegate void PropagatorSetterCallback(object carrier, string fieldName, string fieldValue);
+ }
}
```

View file

@ -0,0 +1,30 @@
# System.IO
``` diff
namespace System.IO {
public static class Directory {
+ public static FileSystemInfo CreateSymbolicLink(string path, string pathToTarget);
+ public static FileSystemInfo ResolveLinkTarget(string linkPath, bool returnFinalTarget);
}
public static class File {
+ public static FileSystemInfo CreateSymbolicLink(string path, string pathToTarget);
+ public static FileSystemInfo ResolveLinkTarget(string linkPath, bool returnFinalTarget);
}
public abstract class FileSystemInfo : MarshalByRefObject, ISerializable {
+ public string LinkTarget { get; }
+ public void CreateAsSymbolicLink(string pathToTarget);
+ public FileSystemInfo ResolveLinkTarget(bool returnFinalTarget);
}
public static class RandomAccess {
- public static long Write(SafeFileHandle handle, IReadOnlyList<ReadOnlyMemory<byte>> buffers, long fileOffset);
+ public static void Write(SafeFileHandle handle, IReadOnlyList<ReadOnlyMemory<byte>> buffers, long fileOffset);
- public static int Write(SafeFileHandle handle, ReadOnlySpan<byte> buffer, long fileOffset);
+ public static void Write(SafeFileHandle handle, ReadOnlySpan<byte> buffer, long fileOffset);
- public static ValueTask<long> WriteAsync(SafeFileHandle handle, IReadOnlyList<ReadOnlyMemory<byte>> buffers, long fileOffset, CancellationToken cancellationToken = default(CancellationToken));
+ public static ValueTask WriteAsync(SafeFileHandle handle, IReadOnlyList<ReadOnlyMemory<byte>> buffers, long fileOffset, CancellationToken cancellationToken = default(CancellationToken));
- public static ValueTask<int> WriteAsync(SafeFileHandle handle, ReadOnlyMemory<byte> buffer, long fileOffset, CancellationToken cancellationToken = default(CancellationToken));
+ public static ValueTask WriteAsync(SafeFileHandle handle, ReadOnlyMemory<byte> buffer, long fileOffset, CancellationToken cancellationToken = default(CancellationToken));
}
}
```

View file

@ -0,0 +1,13 @@
# System.Net.Http
``` diff
namespace System.Net.Http {
public sealed class SocketsHttpHandler : HttpMessageHandler {
+ public DistributedContextPropagator ActivityHeadersPropagator { get; set; }
+ public int InitialHttp2StreamWindowSize { get; set; }
- public QuicImplementationProvider QuicImplementationProvider { get; set; }
}
}
```

View file

@ -0,0 +1,13 @@
# System.Net.Quic.Implementations
``` diff
-namespace System.Net.Quic.Implementations {
{
- public abstract class QuicImplementationProvider {
{
- public abstract bool IsSupported { get; }
- }
-}
```

View file

@ -0,0 +1,201 @@
# System.Net.Quic
``` diff
-namespace System.Net.Quic {
{
- public class QuicClientConnectionOptions : QuicOptions {
{
- public QuicClientConnectionOptions();
- public SslClientAuthenticationOptions ClientAuthenticationOptions { get; set; }
- public IPEndPoint LocalEndPoint { get; set; }
- public EndPoint RemoteEndPoint { get; set; }
- }
- public sealed class QuicConnection : IDisposable {
{
- public QuicConnection(EndPoint remoteEndPoint, SslClientAuthenticationOptions sslClientAuthenticationOptions, IPEndPoint localEndPoint = null);
- public QuicConnection(QuicImplementationProvider implementationProvider, EndPoint remoteEndPoint, SslClientAuthenticationOptions sslClientAuthenticationOptions, IPEndPoint localEndPoint = null);
- public QuicConnection(QuicImplementationProvider implementationProvider, QuicClientConnectionOptions options);
- public QuicConnection(QuicClientConnectionOptions options);
- public bool Connected { get; }
- public IPEndPoint LocalEndPoint { get; }
- public SslApplicationProtocol NegotiatedApplicationProtocol { get; }
- public EndPoint RemoteEndPoint { get; }
- public ValueTask<QuicStream> AcceptStreamAsync(CancellationToken cancellationToken = default(CancellationToken));
- public ValueTask CloseAsync(long errorCode, CancellationToken cancellationToken = default(CancellationToken));
- public ValueTask ConnectAsync(CancellationToken cancellationToken = default(CancellationToken));
- public void Dispose();
- public int GetRemoteAvailableBidirectionalStreamCount();
- public int GetRemoteAvailableUnidirectionalStreamCount();
- public QuicStream OpenBidirectionalStream();
- public QuicStream OpenUnidirectionalStream();
- public ValueTask WaitForAvailableBidirectionalStreamsAsync(CancellationToken cancellationToken = default(CancellationToken));
- public ValueTask WaitForAvailableUnidirectionalStreamsAsync(CancellationToken cancellationToken = default(CancellationToken));
- }
- public class QuicConnectionAbortedException : QuicException {
{
- public QuicConnectionAbortedException(string message, long errorCode);
- public long ErrorCode { get; }
- }
- public class QuicException : Exception {
{
- public QuicException(string message);
- public QuicException(string message, Exception innerException);
- }
- public static class QuicImplementationProviders {
{
- public static QuicImplementationProvider Default { get; }
- public static QuicImplementationProvider Mock { get; }
- public static QuicImplementationProvider MsQuic { get; }
- }
- public sealed class QuicListener : IDisposable {
{
- public QuicListener(IPEndPoint listenEndPoint, SslServerAuthenticationOptions sslServerAuthenticationOptions);
- public QuicListener(QuicImplementationProvider implementationProvider, IPEndPoint listenEndPoint, SslServerAuthenticationOptions sslServerAuthenticationOptions);
- public QuicListener(QuicImplementationProvider implementationProvider, QuicListenerOptions options);
- public QuicListener(QuicListenerOptions options);
- public IPEndPoint ListenEndPoint { get; }
- public ValueTask<QuicConnection> AcceptConnectionAsync(CancellationToken cancellationToken = default(CancellationToken));
- public void Dispose();
- }
- public class QuicListenerOptions : QuicOptions {
{
- public QuicListenerOptions();
- public int ListenBacklog { get; set; }
- public IPEndPoint ListenEndPoint { get; set; }
- public SslServerAuthenticationOptions ServerAuthenticationOptions { get; set; }
- }
- public class QuicOperationAbortedException : QuicException {
{
- public QuicOperationAbortedException(string message);
- }
- public class QuicOptions {
{
- public QuicOptions();
- public TimeSpan IdleTimeout { get; set; }
- public int MaxBidirectionalStreams { get; set; }
- public int MaxUnidirectionalStreams { get; set; }
- }
- public sealed class QuicStream : Stream {
{
- public override bool CanRead { get; }
- public override bool CanSeek { get; }
- public override bool CanWrite { get; }
- public override long Length { get; }
- public override long Position { get; set; }
- public long StreamId { get; }
- public void AbortRead(long errorCode);
- public void AbortWrite(long errorCode);
- public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state);
- public override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state);
- protected override void Dispose(bool disposing);
- public override int EndRead(IAsyncResult asyncResult);
- public override void EndWrite(IAsyncResult asyncResult);
- public override void Flush();
- public override Task FlushAsync(CancellationToken cancellationToken);
- public override int Read(byte[] buffer, int offset, int count);
- public override int Read(Span<byte> buffer);
- public override Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken);
- public override ValueTask<int> ReadAsync(Memory<byte> buffer, CancellationToken cancellationToken = default(CancellationToken));
- public override long Seek(long offset, SeekOrigin origin);
- public override void SetLength(long value);
- public void Shutdown();
- public ValueTask ShutdownCompleted(CancellationToken cancellationToken = default(CancellationToken));
- public ValueTask ShutdownWriteCompleted(CancellationToken cancellationToken = default(CancellationToken));
- public override void Write(byte[] buffer, int offset, int count);
- public override void Write(ReadOnlySpan<byte> buffer);
- public ValueTask WriteAsync(ReadOnlySequence<byte> buffers, bool endStream, CancellationToken cancellationToken = default(CancellationToken));
- public ValueTask WriteAsync(ReadOnlySequence<byte> buffers, CancellationToken cancellationToken = default(CancellationToken));
- public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken);
- public ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, bool endStream, CancellationToken cancellationToken = default(CancellationToken));
- public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default(CancellationToken));
- public ValueTask WriteAsync(ReadOnlyMemory<ReadOnlyMemory<byte>> buffers, bool endStream, CancellationToken cancellationToken = default(CancellationToken));
- public ValueTask WriteAsync(ReadOnlyMemory<ReadOnlyMemory<byte>> buffers, CancellationToken cancellationToken = default(CancellationToken));
- }
- public class QuicStreamAbortedException : QuicException {
{
- public QuicStreamAbortedException(string message, long errorCode);
- public long ErrorCode { get; }
- }
-}
```

View file

@ -0,0 +1,16 @@
# System.Net.Security
``` diff
namespace System.Net.Security {
+ public sealed class SslCertificateTrust {
+ public static SslCertificateTrust CreateForX509Collection(X509Certificate2Collection trustList, bool sendTrustInHandshake = false);
+ public static SslCertificateTrust CreateForX509Store(X509Store store, bool sendTrustInHandshake = false);
+ }
public sealed class SslStreamCertificateContext {
- public static SslStreamCertificateContext Create(X509Certificate2 target, X509Certificate2Collection additionalCertificates, bool offline = false);
+ public static SslStreamCertificateContext Create(X509Certificate2 target, X509Certificate2Collection additionalCertificates, bool offline);
+ public static SslStreamCertificateContext Create(X509Certificate2 target, X509Certificate2Collection additionalCertificates, bool offline = false, SslCertificateTrust trust = null);
}
}
```

View file

@ -0,0 +1,16 @@
# System.Net.Sockets
``` diff
namespace System.Net.Sockets {
public class UdpClient : IDisposable {
+ public ValueTask<UdpReceiveResult> ReceiveAsync(CancellationToken cancellationToken);
+ public int Send(ReadOnlySpan<byte> datagram);
+ public int Send(ReadOnlySpan<byte> datagram, IPEndPoint endPoint);
+ public int Send(ReadOnlySpan<byte> datagram, string hostname, int port);
+ public ValueTask<int> SendAsync(ReadOnlyMemory<byte> datagram, IPEndPoint endPoint, CancellationToken cancellationToken = default(CancellationToken));
+ public ValueTask<int> SendAsync(ReadOnlyMemory<byte> datagram, string hostname, int port, CancellationToken cancellationToken = default(CancellationToken));
+ public ValueTask<int> SendAsync(ReadOnlyMemory<byte> datagram, CancellationToken cancellationToken = default(CancellationToken));
}
}
```

View file

@ -0,0 +1,11 @@
# System.Reflection.Metadata
``` diff
namespace System.Reflection.Metadata {
+ public static class MetadataUpdater {
+ public static bool IsSupported { get; }
+ public static void ApplyUpdate(Assembly assembly, ReadOnlySpan<byte> metadataDelta, ReadOnlySpan<byte> ilDelta, ReadOnlySpan<byte> pdbDelta);
+ }
}
```

View file

@ -0,0 +1,26 @@
# System.Reflection
``` diff
namespace System.Reflection {
+ public sealed class NullabilityInfo {
+ public NullabilityInfo ElementType { get; }
+ public NullabilityInfo[] GenericTypeArguments { get; }
+ public NullabilityState ReadState { get; }
+ public Type Type { get; }
+ public NullabilityState WriteState { get; }
+ }
+ public sealed class NullabilityInfoContext {
+ public NullabilityInfoContext();
+ public NullabilityInfo Create(EventInfo eventInfo);
+ public NullabilityInfo Create(FieldInfo fieldInfo);
+ public NullabilityInfo Create(ParameterInfo parameterInfo);
+ public NullabilityInfo Create(PropertyInfo propertyInfo);
+ }
+ public enum NullabilityState {
+ NotNull = 1,
+ Nullable = 2,
+ Unknown = 0,
+ }
}
```

View file

@ -0,0 +1,10 @@
# System.Runtime.CompilerServices
``` diff
namespace System.Runtime.CompilerServices {
+ public sealed class CreateNewOnMetadataUpdateAttribute : Attribute {
+ public CreateNewOnMetadataUpdateAttribute();
+ }
}
```

View file

@ -0,0 +1,43 @@
# System.Runtime.InteropServices
``` diff
namespace System.Runtime.InteropServices {
public static class CollectionsMarshal {
+ public static ref TValue GetValueRefOrAddDefault<TKey, TValue>(Dictionary<TKey, TValue> dictionary, TKey key, out bool exists);
}
+ public static class NativeMemory {
+ public unsafe static void* AlignedAlloc(UIntPtr byteCount, UIntPtr alignment);
+ public unsafe static void AlignedFree(void* ptr);
+ public unsafe static void* AlignedRealloc(void* ptr, UIntPtr byteCount, UIntPtr alignment);
+ public unsafe static void* Alloc(UIntPtr byteCount);
+ public unsafe static void* Alloc(UIntPtr elementCount, UIntPtr elementSize);
+ public unsafe static void* AllocZeroed(UIntPtr byteCount);
+ public unsafe static void* AllocZeroed(UIntPtr elementCount, UIntPtr elementSize);
+ public unsafe static void Free(void* ptr);
+ public unsafe static void* Realloc(void* ptr, UIntPtr byteCount);
+ }
+ public enum PosixSignal {
+ SIGCHLD = -5,
+ SIGCONT = -6,
+ SIGHUP = -1,
+ SIGINT = -2,
+ SIGQUIT = -3,
+ SIGTERM = -4,
+ SIGTSTP = -10,
+ SIGTTIN = -8,
+ SIGTTOU = -9,
+ SIGWINCH = -7,
+ }
+ public sealed class PosixSignalContext {
+ public PosixSignalContext(PosixSignal signal);
+ public bool Cancel { get; set; }
+ public PosixSignal Signal { get; }
+ }
+ public sealed class PosixSignalRegistration : IDisposable {
+ public static PosixSignalRegistration Create(PosixSignal signal, Action<PosixSignalContext> handler);
+ public void Dispose();
+ ~PosixSignalRegistration();
+ }
}
```

View file

@ -0,0 +1,20 @@
# System.Runtime
``` diff
namespace System.Runtime {
+ public struct DependentHandle : IDisposable {
+ public DependentHandle(object target, object dependent);
+ public object Dependent { get; set; }
+ public bool IsAllocated { get; }
+ public object Target { get; set; }
+ public (object Target, object Dependent) TargetAndDependent { get; }
+ public void Dispose();
+ }
+ public static class JitInfo {
+ public static TimeSpan GetCompilationTime(bool currentThread = false);
+ public static long GetCompiledILBytes(bool currentThread = false);
+ public static long GetCompiledMethodCount(bool currentThread = false);
+ }
}
```

View file

@ -0,0 +1,12 @@
# System.Text.Json.Nodes
``` diff
namespace System.Text.Json.Nodes {
- public abstract class JsonNode : IDynamicMetaObjectProvider {
+ public abstract class JsonNode {
- DynamicMetaObject System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(Expression parameter);
}
}
```

View file

@ -0,0 +1,30 @@
# System.Text.Json.Serialization.Metadata
``` diff
namespace System.Text.Json.Serialization.Metadata {
public static class JsonMetadataServices {
+ public static JsonConverter<JsonElement> JsonElementConverter { get; }
+ public static JsonConverter<TimeSpan> TimeSpanConverter { get; }
+ public static JsonTypeInfo<TCollection> CreateConcurrentQueueInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : ConcurrentQueue<TElement>;
+ public static JsonTypeInfo<TCollection> CreateConcurrentStackInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : ConcurrentStack<TElement>;
+ public static JsonTypeInfo<TCollection> CreateICollectionInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : ICollection<TElement>;
+ public static JsonTypeInfo<TCollection> CreateIDictionaryInfo<TCollection, TKey, TValue>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo keyInfo, JsonTypeInfo valueInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : IDictionary<TKey, TValue>;
+ public static JsonTypeInfo<TCollection> CreateIDictionaryInfo<TCollection>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo stringInfo, JsonTypeInfo objectInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : IDictionary;
+ public static JsonTypeInfo<TCollection> CreateIEnumerableInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : IEnumerable<TElement>;
+ public static JsonTypeInfo<TCollection> CreateIEnumerableInfo<TCollection>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : IEnumerable;
+ public static JsonTypeInfo<TCollection> CreateIListInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : IList<TElement>;
+ public static JsonTypeInfo<TCollection> CreateIListInfo<TCollection>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo objectInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : IList;
+ public static JsonTypeInfo<TCollection> CreateImmutableDictionaryInfo<TCollection, TKey, TValue>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo keyInfo, JsonTypeInfo valueInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc, Func<IEnumerable<KeyValuePair<TKey, TValue>>, TCollection> createRangeFunc) where TCollection : IReadOnlyDictionary<TKey, TValue>;
+ public static JsonTypeInfo<TCollection> CreateImmutableEnumerableInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc, Func<IEnumerable<TElement>, TCollection> createRangeFunc) where TCollection : IEnumerable<TElement>;
+ public static JsonTypeInfo<TCollection> CreateIReadOnlyDictionaryInfo<TCollection, TKey, TValue>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo keyInfo, JsonTypeInfo valueInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : IReadOnlyDictionary<TKey, TValue>;
+ public static JsonTypeInfo<TCollection> CreateISetInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : ISet<TElement>;
+ public static JsonPropertyInfo CreatePropertyInfo<T>(JsonSerializerOptions options, bool isProperty, bool isPublic, bool isVirtual, Type declaringType, JsonTypeInfo propertyTypeInfo, JsonConverter<T> converter, Func<object, T> getter, Action<object, T> setter, JsonIgnoreCondition? ignoreCondition, bool hasJsonInclude, JsonNumberHandling? numberHandling, string propertyName, string jsonPropertyName);
- public static JsonPropertyInfo CreatePropertyInfo<T>(JsonSerializerOptions options, bool isProperty, Type declaringType, JsonTypeInfo propertyTypeInfo, JsonConverter<T> converter, Func<object, T> getter, Action<object, T> setter, JsonIgnoreCondition ignoreCondition, JsonNumberHandling numberHandling, string propertyName, string jsonPropertyName);
+ public static JsonTypeInfo<TCollection> CreateQueueInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : Queue<TElement>;
+ public static JsonTypeInfo<TCollection> CreateStackInfo<TCollection, TElement>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc) where TCollection : Stack<TElement>;
+ public static JsonTypeInfo<TCollection> CreateStackOrQueueInfo<TCollection>(JsonSerializerOptions options, Func<TCollection> createObjectFunc, JsonTypeInfo elementInfo, JsonNumberHandling numberHandling, Action<Utf8JsonWriter, TCollection> serializeFunc, Action<TCollection, object> addFunc) where TCollection : IEnumerable;
}
}
```

View file

@ -0,0 +1,70 @@
# System.Text.Json.Serialization
``` diff
namespace System.Text.Json.Serialization {
+ public interface IJsonOnDeserialized {
+ void OnDeserialized();
+ }
+ public interface IJsonOnDeserializing {
+ void OnDeserializing();
+ }
+ public interface IJsonOnSerialized {
+ void OnSerialized();
+ }
+ public interface IJsonOnSerializing {
+ void OnSerializing();
+ }
public enum JsonKnownNamingPolicy {
- BuiltInCamelCase = 1,
+ CamelCase = 1,
}
+ public sealed class JsonPropertyOrderAttribute : JsonAttribute {
+ public JsonPropertyOrderAttribute(int order);
+ public int Order { get; }
+ }
- public class JsonSerializerOptionsAttribute : JsonAttribute {
{
- public JsonSerializerOptionsAttribute();
- public JsonIgnoreCondition DefaultIgnoreCondition { get; set; }
- public bool IgnoreReadOnlyFields { get; set; }
- public bool IgnoreReadOnlyProperties { get; set; }
- public bool IgnoreRuntimeCustomConverters { get; set; }
- public bool IncludeFields { get; set; }
- public JsonKnownNamingPolicy NamingPolicy { get; set; }
- public bool WriteIndented { get; set; }
- }
public enum JsonSourceGenerationMode {
+ Default = 0,
- MetadataAndSerialization = 0,
}
+ public class JsonSourceGenerationOptionsAttribute : JsonAttribute {
+ public JsonSourceGenerationOptionsAttribute();
+ public JsonIgnoreCondition DefaultIgnoreCondition { get; set; }
+ public JsonSourceGenerationMode GenerationMode { get; set; }
+ public bool IgnoreReadOnlyFields { get; set; }
+ public bool IgnoreReadOnlyProperties { get; set; }
+ public bool IgnoreRuntimeCustomConverters { get; set; }
+ public bool IncludeFields { get; set; }
+ public JsonKnownNamingPolicy PropertyNamingPolicy { get; set; }
+ public bool WriteIndented { get; set; }
+ }
- public sealed class JsonStringEnumConverter : JsonConverterFactory {
+ public class JsonStringEnumConverter : JsonConverterFactory {
- public override bool CanConvert(Type typeToConvert);
+ public sealed override bool CanConvert(Type typeToConvert);
- public override JsonConverter CreateConverter(Type typeToConvert, JsonSerializerOptions options);
+ public sealed override JsonConverter CreateConverter(Type typeToConvert, JsonSerializerOptions options);
}
}
```

View file

@ -0,0 +1,22 @@
# System.Text.Json
``` diff
namespace System.Text.Json {
public static class JsonSerializer {
+ public static object Deserialize(Stream utf8Json, Type returnType, JsonSerializerOptions options = null);
+ public static object Deserialize(Stream utf8Json, Type returnType, JsonSerializerContext context);
+ public static TValue Deserialize<TValue>(Stream utf8Json, JsonSerializerOptions options = null);
+ public static TValue Deserialize<TValue>(Stream utf8Json, JsonTypeInfo<TValue> jsonTypeInfo);
+ public static void Serialize(Stream utf8Json, object value, Type inputType, JsonSerializerOptions options = null);
+ public static void Serialize(Stream utf8Json, object value, Type inputType, JsonSerializerContext context);
+ public static void Serialize<TValue>(Stream utf8Json, TValue value, JsonSerializerOptions options = null);
+ public static void Serialize<TValue>(Stream utf8Json, TValue value, JsonTypeInfo<TValue> jsonTypeInfo);
}
public sealed class Utf8JsonWriter : IAsyncDisposable, IDisposable {
+ public void WriteRawValue(ReadOnlySpan<byte> utf8Json, bool skipInputValidation = false);
+ public void WriteRawValue(ReadOnlySpan<char> json, bool skipInputValidation = false);
+ public void WriteRawValue(string json, bool skipInputValidation = false);
}
}
```

View file

@ -0,0 +1,27 @@
# System.Text
``` diff
namespace System.Text {
public sealed class StringBuilder : ISerializable {
+ public StringBuilder Append(ref StringBuilder.AppendInterpolatedStringHandler handler);
+ public StringBuilder Append(IFormatProvider provider, ref StringBuilder.AppendInterpolatedStringHandler handler);
+ public StringBuilder AppendLine(ref StringBuilder.AppendInterpolatedStringHandler handler);
+ public StringBuilder AppendLine(IFormatProvider provider, ref StringBuilder.AppendInterpolatedStringHandler handler);
+ public struct AppendInterpolatedStringHandler {
+ public AppendInterpolatedStringHandler(int literalLength, int formattedCount, StringBuilder stringBuilder);
+ public AppendInterpolatedStringHandler(int literalLength, int formattedCount, StringBuilder stringBuilder, IFormatProvider provider);
+ public void AppendFormatted(object value, int alignment = 0, string format = null);
+ public void AppendFormatted(ReadOnlySpan<char> value);
+ public void AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null);
+ public void AppendFormatted(string value);
+ public void AppendFormatted(string value, int alignment = 0, string format = null);
+ public void AppendFormatted<T>(T value);
+ public void AppendFormatted<T>(T value, int alignment);
+ public void AppendFormatted<T>(T value, int alignment, string format);
+ public void AppendFormatted<T>(T value, string format);
+ public void AppendLiteral(string value);
+ }
}
}
```

View file

@ -0,0 +1,12 @@
# System.Threading
``` diff
namespace System.Threading {
+ public sealed class PeriodicTimer : IDisposable {
+ public PeriodicTimer(TimeSpan period);
+ public void Dispose();
+ public ValueTask<bool> WaitForNextTickAsync(CancellationToken cancellationToken = default(CancellationToken));
+ }
}
```

View file

@ -0,0 +1,35 @@
# System
``` diff
namespace System {
public class ArgumentNullException : ArgumentException {
+ public static void ThrowIfNull(object argument, string paramName = null);
}
public struct HashCode {
+ public void AddBytes(ReadOnlySpan<byte> value);
}
public static class MemoryExtensions {
+ public static bool TryWrite(this Span<char> destination, IFormatProvider provider, ref MemoryExtensions.TryWriteInterpolatedStringHandler handler, out int charsWritten);
+ public static bool TryWrite(this Span<char> destination, ref MemoryExtensions.TryWriteInterpolatedStringHandler handler, out int charsWritten);
+ public ref struct TryWriteInterpolatedStringHandler {
+ public TryWriteInterpolatedStringHandler(int literalLength, int formattedCount, Span<char> destination, out bool shouldAppend);
+ public TryWriteInterpolatedStringHandler(int literalLength, int formattedCount, Span<char> destination, IFormatProvider provider, out bool shouldAppend);
+ public bool AppendFormatted(object value, int alignment = 0, string format = null);
+ public bool AppendFormatted(ReadOnlySpan<char> value);
+ public bool AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null);
+ public bool AppendFormatted(string value);
+ public bool AppendFormatted(string value, int alignment = 0, string format = null);
+ public bool AppendFormatted<T>(T value);
+ public bool AppendFormatted<T>(T value, int alignment);
+ public bool AppendFormatted<T>(T value, int alignment, string format);
+ public bool AppendFormatted<T>(T value, string format);
+ public bool AppendLiteral(string value);
+ }
}
public sealed class String : ICloneable, IComparable, IComparable<string>, IConvertible, IEnumerable, IEnumerable<char>, IEquatable<string> {
+ public static String Create(IFormatProvider provider, ref DefaultInterpolatedStringHandler handler);
+ public static String Create(IFormatProvider provider, Span<char> initialBuffer, ref DefaultInterpolatedStringHandler handler);
}
}
```

View file

@ -0,0 +1,32 @@
# API Difference 6.0.0-preview.6.21328.3 vs 6.0.0-preview.7.21377.13
API listing follows standard diff formatting. Lines preceded by a '+' are
additions and a '-' indicates removal.
* [Microsoft.AspNetCore.Authentication](6.0-preview7_Microsoft.AspNetCore.Authentication.md)
* [Microsoft.AspNetCore.Builder](6.0-preview7_Microsoft.AspNetCore.Builder.md)
* [Microsoft.AspNetCore.Components](6.0-preview7_Microsoft.AspNetCore.Components.md)
* [Microsoft.AspNetCore.Components.RenderTree](6.0-preview7_Microsoft.AspNetCore.Components.RenderTree.md)
* [Microsoft.AspNetCore.Components.Web](6.0-preview7_Microsoft.AspNetCore.Components.Web.md)
* [Microsoft.AspNetCore.Diagnostics](6.0-preview7_Microsoft.AspNetCore.Diagnostics.md)
* [Microsoft.AspNetCore.Hosting](6.0-preview7_Microsoft.AspNetCore.Hosting.md)
* [Microsoft.AspNetCore.Http](6.0-preview7_Microsoft.AspNetCore.Http.md)
* [Microsoft.AspNetCore.Http.Connections](6.0-preview7_Microsoft.AspNetCore.Http.Connections.md)
* [Microsoft.AspNetCore.Http.Extensions](6.0-preview7_Microsoft.AspNetCore.Http.Extensions.md)
* [Microsoft.AspNetCore.HttpLogging](6.0-preview7_Microsoft.AspNetCore.HttpLogging.md)
* [Microsoft.AspNetCore.Mvc](6.0-preview7_Microsoft.AspNetCore.Mvc.md)
* [Microsoft.AspNetCore.Server.HttpSys](6.0-preview7_Microsoft.AspNetCore.Server.HttpSys.md)
* [Microsoft.AspNetCore.Server.Kestrel.Core](6.0-preview7_Microsoft.AspNetCore.Server.Kestrel.Core.md)
* [Microsoft.AspNetCore.Server.Kestrel.Https](6.0-preview7_Microsoft.AspNetCore.Server.Kestrel.Https.md)
* [Microsoft.AspNetCore.Server.Kestrel.Transport.Quic](6.0-preview7_Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.md)
* [Microsoft.AspNetCore.SignalR](6.0-preview7_Microsoft.AspNetCore.SignalR.md)
* [Microsoft.AspNetCore.WebUtilities](6.0-preview7_Microsoft.AspNetCore.WebUtilities.md)
* [Microsoft.Extensions.Configuration](6.0-preview7_Microsoft.Extensions.Configuration.md)
* [Microsoft.Extensions.Configuration.KeyPerFile](6.0-preview7_Microsoft.Extensions.Configuration.KeyPerFile.md)
* [Microsoft.Extensions.DependencyInjection](6.0-preview7_Microsoft.Extensions.DependencyInjection.md)
* [Microsoft.Extensions.Logging](6.0-preview7_Microsoft.Extensions.Logging.md)
* [Microsoft.JSInterop](6.0-preview7_Microsoft.JSInterop.md)
* [Microsoft.JSInterop.Implementation](6.0-preview7_Microsoft.JSInterop.Implementation.md)
* [System.IO.Pipelines](6.0-preview7_System.IO.Pipelines.md)
* [System.Security.Cryptography](6.0-preview7_System.Security.Cryptography.md)

View file

@ -0,0 +1,10 @@
# Microsoft.AspNetCore.Authentication
``` diff
namespace Microsoft.AspNetCore.Authentication {
+ public interface IAuthenticateResultFeature {
+ AuthenticateResult AuthenticateResult { get; set; }
+ }
}
```

View file

@ -0,0 +1,41 @@
# Microsoft.AspNetCore.Builder
``` diff
namespace Microsoft.AspNetCore.Builder {
- public sealed class Configuration : IConfiguration, IConfigurationBuilder, IConfigurationRoot, IDisposable {
{
- public Configuration();
- IDictionary<string, object> Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties { get; }
- IList<IConfigurationSource> Microsoft.Extensions.Configuration.IConfigurationBuilder.Sources { get; }
- IEnumerable<IConfigurationProvider> Microsoft.Extensions.Configuration.IConfigurationRoot.Providers { get; }
- public string this[string key] { get; set; }
- public IEnumerable<IConfigurationSection> GetChildren();
- public IConfigurationSection GetSection(string key);
- IChangeToken Microsoft.Extensions.Configuration.IConfiguration.GetReloadToken();
- IConfigurationBuilder Microsoft.Extensions.Configuration.IConfigurationBuilder.Add(IConfigurationSource source);
- IConfigurationRoot Microsoft.Extensions.Configuration.IConfigurationBuilder.Build();
- void Microsoft.Extensions.Configuration.IConfigurationRoot.Reload();
- void System.IDisposable.Dispose();
- }
public static class HttpLoggingBuilderExtensions {
+ public static IApplicationBuilder UseW3CLogging(this IApplicationBuilder app);
}
public sealed class WebApplicationBuilder {
- public Configuration Configuration { get; }
+ public ConfigurationManager Configuration { get; }
}
}
```

View file

@ -0,0 +1,10 @@
# Microsoft.AspNetCore.Components.RenderTree
``` diff
namespace Microsoft.AspNetCore.Components.RenderTree {
public abstract class Renderer : IAsyncDisposable, IDisposable {
+ protected void RemoveRootComponent(int componentId);
}
}
```

View file

@ -0,0 +1,22 @@
# Microsoft.AspNetCore.Components.Web
``` diff
namespace Microsoft.AspNetCore.Components.Web {
+ public sealed class HeadContent : ComponentBase {
+ public HeadContent();
+ public RenderFragment ChildContent { get; set; }
+ protected override void BuildRenderTree(RenderTreeBuilder builder);
+ }
+ public sealed class HeadOutlet : ComponentBase {
+ public HeadOutlet();
+ protected override void BuildRenderTree(RenderTreeBuilder builder);
+ protected override Task OnAfterRenderAsync(bool firstRender);
+ }
+ public sealed class PageTitle : ComponentBase {
+ public PageTitle();
+ public RenderFragment ChildContent { get; set; }
+ protected override void BuildRenderTree(RenderTreeBuilder builder);
+ }
}
```

View file

@ -0,0 +1,32 @@
# Microsoft.AspNetCore.Components
``` diff
namespace Microsoft.AspNetCore.Components {
public class DynamicComponent : IComponent {
+ public object Instance { get; }
}
public abstract class NavigationManager {
+ public void NavigateTo(string uri, NavigationOptions options);
- public void NavigateTo(string uri, bool forceLoad = false);
+ public void NavigateTo(string uri, bool forceLoad);
+ public void NavigateTo(string uri, bool forceLoad = false, bool replace = false);
+ protected virtual void NavigateToCore(string uri, NavigationOptions options);
- protected abstract void NavigateToCore(string uri, bool forceLoad);
+ protected virtual void NavigateToCore(string uri, bool forceLoad);
}
+ public readonly struct NavigationOptions {
+ public bool ForceLoad { get; set; }
+ public bool ReplaceHistoryEntry { get; set; }
+ }
public readonly struct RenderHandle {
- public bool IsHotReloading { get; }
+ public bool IsRenderingOnMetadataUpdate { get; }
}
+ public sealed class SupplyParameterFromQueryAttribute : Attribute {
+ public SupplyParameterFromQueryAttribute();
+ public string Name { get; set; }
+ }
}
```

View file

@ -0,0 +1,20 @@
# Microsoft.AspNetCore.Diagnostics
``` diff
namespace Microsoft.AspNetCore.Diagnostics {
public class ExceptionHandlerFeature : IExceptionHandlerFeature, IExceptionHandlerPathFeature {
+ public Endpoint Endpoint { get; set; }
+ public RouteValueDictionary RouteValues { get; set; }
}
public interface IExceptionHandlerFeature {
+ Endpoint Endpoint { get; }
+ string Path { get; }
+ RouteValueDictionary RouteValues { get; }
}
public interface IExceptionHandlerPathFeature : IExceptionHandlerFeature {
- string Path { get; }
+ new string Path { get; }
}
}
```

View file

@ -0,0 +1,14 @@
# Microsoft.AspNetCore.Hosting
``` diff
namespace Microsoft.AspNetCore.Hosting {
public static class ListenOptionsHttpsExtensions {
+ public static ListenOptions UseHttps(this ListenOptions listenOptions, TlsHandshakeCallbackOptions callbackOptions);
}
+ public static class WebHostBuilderQuicExtensions {
+ public static IWebHostBuilder UseQuic(this IWebHostBuilder hostBuilder);
+ public static IWebHostBuilder UseQuic(this IWebHostBuilder hostBuilder, Action<QuicTransportOptions> configureOptions);
+ }
}
```

View file

@ -0,0 +1,10 @@
# Microsoft.AspNetCore.Http.Connections
``` diff
namespace Microsoft.AspNetCore.Http.Connections {
public class HttpConnectionDispatcherOptions {
+ public bool CloseOnAuthenticationExpiration { get; set; }
}
}
```

View file

@ -0,0 +1,12 @@
# Microsoft.AspNetCore.Http.Extensions
``` diff
namespace Microsoft.AspNetCore.Http.Extensions {
+ public class HttpValidationProblemDetails : ProblemDetails {
+ public HttpValidationProblemDetails();
+ public HttpValidationProblemDetails(IDictionary<string, string[]> errors);
+ public IDictionary<string, string[]> Errors { get; }
+ }
}
```

View file

@ -0,0 +1,55 @@
# Microsoft.AspNetCore.Http
``` diff
namespace Microsoft.AspNetCore.Http {
public static class RequestDelegateFactory {
+ public static RequestDelegate Create(Delegate action, RequestDelegateFactoryOptions options = null);
- public static RequestDelegate Create(Delegate action, IServiceProvider serviceProvider);
+ public static RequestDelegate Create(MethodInfo methodInfo, Func<HttpContext, object> targetFactory = null, RequestDelegateFactoryOptions options = null);
- public static RequestDelegate Create(MethodInfo methodInfo, IServiceProvider serviceProvider);
- public static RequestDelegate Create(MethodInfo methodInfo, IServiceProvider serviceProvider, Func<HttpContext, object> targetFactory);
}
+ public sealed class RequestDelegateFactoryOptions {
+ public RequestDelegateFactoryOptions();
+ public IEnumerable<string> RouteParameterNames { get; set; }
+ public IServiceProvider ServiceProvider { get; set; }
+ }
+ public static class Results {
+ public static IResult Accepted(string uri = null, object value = null);
+ public static IResult AcceptedAtRoute(string routeName = null, object routeValues = null, object value = null);
+ public static IResult BadRequest(object error = null);
+ public static IResult Bytes(byte[] contents, string contentType = null, string fileDownloadName = null, bool enableRangeProcessing = false, DateTimeOffset? lastModified = default(DateTimeOffset?), EntityTagHeaderValue entityTag = null);
+ public static IResult Challenge(AuthenticationProperties properties = null, IList<string> authenticationSchemes = null);
+ public static IResult Conflict(object error = null);
+ public static IResult Content(string content, MediaTypeHeaderValue contentType);
+ public static IResult Content(string content, string contentType = null, Encoding contentEncoding = null);
+ public static IResult Created(string uri, object value);
+ public static IResult Created(Uri uri, object value);
+ public static IResult CreatedAtRoute(string routeName = null, object routeValues = null, object value = null);
+ public static IResult File(byte[] fileContents, string contentType = null, string fileDownloadName = null, bool enableRangeProcessing = false, DateTimeOffset? lastModified = default(DateTimeOffset?), EntityTagHeaderValue entityTag = null);
+ public static IResult File(Stream fileStream, string contentType = null, string fileDownloadName = null, DateTimeOffset? lastModified = default(DateTimeOffset?), EntityTagHeaderValue entityTag = null, bool enableRangeProcessing = false);
+ public static IResult File(string path, string contentType = null, string fileDownloadName = null, DateTimeOffset? lastModified = default(DateTimeOffset?), EntityTagHeaderValue entityTag = null, bool enableRangeProcessing = false);
+ public static IResult Forbid(AuthenticationProperties properties = null, IList<string> authenticationSchemes = null);
+ public static IResult Json(object data, JsonSerializerOptions options = null, string contentType = null, int? statusCode = default(int?));
+ public static IResult LocalRedirect(string localUrl, bool permanent = false, bool preserveMethod = false);
+ public static IResult NoContent();
+ public static IResult NotFound(object value = null);
+ public static IResult Ok(object value = null);
+ public static IResult Problem(string detail = null, string instance = null, int? statusCode = default(int?), string title = null, string type = null);
+ public static IResult Redirect(string url, bool permanent = false, bool preserveMethod = false);
+ public static IResult RedirectToRoute(string routeName = null, object routeValues = null, bool permanent = false, bool preserveMethod = false, string fragment = null);
+ public static IResult SignIn(ClaimsPrincipal principal, AuthenticationProperties properties = null, string authenticationScheme = null);
+ public static IResult SignOut(AuthenticationProperties properties = null, IList<string> authenticationSchemes = null);
+ public static IResult StatusCode(int statusCode);
+ public static IResult Stream(Stream stream, string contentType = null, string fileDownloadName = null, DateTimeOffset? lastModified = default(DateTimeOffset?), EntityTagHeaderValue entityTag = null, bool enableRangeProcessing = false);
+ public static IResult Text(string content, string contentType = null, Encoding contentEncoding = null);
+ public static IResult Unauthorized();
+ public static IResult UnprocessableEntity(object error = null);
+ public static IResult ValidationProblem(IDictionary<string, string[]> errors, string detail = null, string instance = null, int? statusCode = default(int?), string title = null, string type = null);
+ }
}
```

View file

@ -0,0 +1,40 @@
# Microsoft.AspNetCore.HttpLogging
``` diff
namespace Microsoft.AspNetCore.HttpLogging {
+ public sealed class W3CLoggerOptions {
+ public W3CLoggerOptions();
+ public string FileName { get; set; }
+ public int? FileSizeLimit { get; set; }
+ public TimeSpan FlushInterval { get; set; }
+ public string LogDirectory { get; set; }
+ public W3CLoggingFields LoggingFields { get; set; }
+ public int? RetainedFileCountLimit { get; set; }
+ }
+ public enum W3CLoggingFields : long {
+ All = (long)131071,
+ ClientIpAddress = (long)4,
+ ConnectionInfoFields = (long)100,
+ Cookie = (long)32768,
+ Date = (long)1,
+ Host = (long)8192,
+ Method = (long)128,
+ None = (long)0,
+ ProtocolStatus = (long)1024,
+ ProtocolVersion = (long)4096,
+ Referer = (long)65536,
+ Request = (long)95104,
+ RequestHeaders = (long)90112,
+ ServerIpAddress = (long)32,
+ ServerName = (long)16,
+ ServerPort = (long)64,
+ Time = (long)2,
+ TimeTaken = (long)2048,
+ UriQuery = (long)512,
+ UriStem = (long)256,
+ UserAgent = (long)16384,
+ UserName = (long)8,
+ }
}
```

View file

@ -0,0 +1,62 @@
# Microsoft.AspNetCore.Mvc
``` diff
namespace Microsoft.AspNetCore.Mvc {
- public class ChallengeResult : ActionResult, IResult {
+ public class ChallengeResult : ActionResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class ContentResult : ActionResult, IActionResult, IResult, IStatusCodeActionResult {
+ public class ContentResult : ActionResult, IActionResult, IStatusCodeActionResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class FileContentResult : FileResult, IResult {
+ public class FileContentResult : FileResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class ForbidResult : ActionResult, IResult {
+ public class ForbidResult : ActionResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class JsonResult : ActionResult, IActionResult, IResult, IStatusCodeActionResult {
+ public class JsonResult : ActionResult, IActionResult, IStatusCodeActionResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class PhysicalFileResult : FileResult, IResult {
+ public class PhysicalFileResult : FileResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class RedirectResult : ActionResult, IActionResult, IKeepTempDataResult, IResult {
+ public class RedirectResult : ActionResult, IActionResult, IKeepTempDataResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class SignInResult : ActionResult, IResult {
+ public class SignInResult : ActionResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class StatusCodeResult : ActionResult, IActionResult, IClientErrorActionResult, IResult, IStatusCodeActionResult {
+ public class StatusCodeResult : ActionResult, IActionResult, IClientErrorActionResult, IStatusCodeActionResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
- public class ValidationProblemDetails : ProblemDetails {
+ public class ValidationProblemDetails : HttpValidationProblemDetails {
- public IDictionary<string, string[]> Errors { get; }
+ public new IDictionary<string, string[]> Errors { get; }
}
- public class VirtualFileResult : FileResult, IResult {
+ public class VirtualFileResult : FileResult {
- Task Microsoft.AspNetCore.Http.IResult.ExecuteAsync(HttpContext httpContext);
}
}
```

View file

@ -0,0 +1,11 @@
# Microsoft.AspNetCore.Server.HttpSys
``` diff
namespace Microsoft.AspNetCore.Server.HttpSys {
public class HttpSysOptions {
+ public bool UnsafePreferInlineScheduling { get; set; }
+ public bool UseLatin1RequestHeaders { get; set; }
}
}
```

View file

@ -0,0 +1,11 @@
# Microsoft.AspNetCore.Server.Kestrel.Core
``` diff
namespace Microsoft.AspNetCore.Server.Kestrel.Core {
public class KestrelServerOptions {
+ public bool AllowAlternateSchemes { get; set; }
+ public Func<string, Encoding> ResponseHeaderEncodingSelector { get; set; }
}
}
```

View file

@ -0,0 +1,22 @@
# Microsoft.AspNetCore.Server.Kestrel.Https
``` diff
namespace Microsoft.AspNetCore.Server.Kestrel.Https {
+ public class TlsHandshakeCallbackContext {
+ public TlsHandshakeCallbackContext();
+ public bool AllowDelayedClientCertificateNegotation { get; set; }
+ public CancellationToken CancellationToken { get; internal set; }
+ public SslClientHelloInfo ClientHelloInfo { get; internal set; }
+ public ConnectionContext Connection { get; internal set; }
+ public SslStream SslStream { get; internal set; }
+ public object State { get; internal set; }
+ }
+ public class TlsHandshakeCallbackOptions {
+ public TlsHandshakeCallbackOptions();
+ public TimeSpan HandshakeTimeout { get; set; }
+ public Func<TlsHandshakeCallbackContext, ValueTask<SslServerAuthenticationOptions>> OnConnection { get; set; }
+ public object OnConnectionState { get; set; }
+ }
}
```

View file

@ -0,0 +1,16 @@
# Microsoft.AspNetCore.Server.Kestrel.Transport.Quic
``` diff
+namespace Microsoft.AspNetCore.Server.Kestrel.Transport.Quic {
+ public class QuicTransportOptions {
+ public QuicTransportOptions();
+ public string Alpn { get; set; }
+ public TimeSpan IdleTimeout { get; set; }
+ public ushort MaxBidirectionalStreamCount { get; set; }
+ public long? MaxReadBufferSize { get; set; }
+ public ushort MaxUnidirectionalStreamCount { get; set; }
+ public long? MaxWriteBufferSize { get; set; }
+ }
+}
```

View file

@ -0,0 +1,13 @@
# Microsoft.AspNetCore.SignalR
``` diff
namespace Microsoft.AspNetCore.SignalR {
+ public interface IHubContext {
+ IHubClients Clients { get; }
+ IGroupManager Groups { get; }
+ }
- public interface IHubContext<THub> where THub : Hub
+ public interface IHubContext<out THub> where THub : Hub
}
```

View file

@ -0,0 +1,22 @@
# Microsoft.AspNetCore.WebUtilities
``` diff
namespace Microsoft.AspNetCore.WebUtilities {
+ public readonly struct QueryStringEnumerable {
+ public QueryStringEnumerable(ReadOnlyMemory<char> queryString);
+ public QueryStringEnumerable(string queryString);
+ public QueryStringEnumerable.Enumerator GetEnumerator();
+ public readonly struct EncodedNameValuePair {
+ public ReadOnlyMemory<char> EncodedName { get; }
+ public ReadOnlyMemory<char> EncodedValue { get; }
+ public ReadOnlyMemory<char> DecodeName();
+ public ReadOnlyMemory<char> DecodeValue();
+ }
+ public struct Enumerator {
+ public QueryStringEnumerable.EncodedNameValuePair Current { get; }
+ public bool MoveNext();
+ }
+ }
}
```

Some files were not shown because too many files have changed in this diff Show more