Use relative urls + fix broken links - .NET 5 release notes (#9509)
* Use relative urls + fix broken links - .NET 5 release notes * fix broken link
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# .NET 5 - Supported OS versions
|
||||
|
||||
[.NET 5](README.md) [is supported](https://github.com/dotnet/core/blob/main/microsoft-support.md) on multiple operating systems per their [lifecycle policy](../../os-lifecycle-policy.md).
|
||||
[.NET 5](README.md) [is supported](../../support.md) on multiple operating systems per their [lifecycle policy](../../os-lifecycle-policy.md).
|
||||
|
||||
For issues with .NET on operating systems not listed here, please open a GitHub issue in the appropriate .NET repository or contact the OS maintainer community . Please see [.NET Repos](https://github.com/dotnet/core/blob/main/Documentation/core-repos.md) for the repository list.
|
||||
For issues with .NET on operating systems not listed here, please open a GitHub issue in the appropriate .NET repository or contact the OS maintainer community . Please see [.NET Repos](../..//Documentation/core-repos.md) for the repository list.
|
||||
|
||||
## Windows
|
||||
|
||||
@@ -82,7 +82,7 @@ OS | Version | Architectures |
|
||||
|
||||
## Support changes from .NET Core 3.1
|
||||
|
||||
Alpine 3.14 and Debian 11 are now supported with the .NET 5.0.10 and .NET Core 3.1.19. The operating system support pages for [.NET 5.0](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) and [.NET Core 3.1](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1-supported-os.md) have been updated to reflect that.
|
||||
Alpine 3.14 and Debian 11 are now supported with the .NET 5.0.10 and .NET Core 3.1.19. The operating system support pages for [.NET 5.0](5.0-supported-os.md) and [.NET Core 3.1](../3.1/3.1-supported-os.md) have been updated to reflect that.
|
||||
|
||||
The following operating systems are no longer supported, starting with .NET 5.0.
|
||||
|
||||
@@ -95,4 +95,4 @@ Support for the following versions was ended by the distribution owners and are
|
||||
|
||||
None yet.
|
||||
|
||||
[OS-lifecycle-policy]: https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md
|
||||
[OS-lifecycle-policy]: ../../os-lifecycle-policy.md
|
||||
|
||||
@@ -62,7 +62,7 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -83,7 +83,7 @@ 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.0/5.0.0.md
|
||||
[release-notes]: 5.0.0.md
|
||||
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/08d642f7-8ade-4de3-9eae-b77fd05e5f01/503da91e7ea62d8be06488b014643c12/dotnet-hosting-5.0.0-win.exe
|
||||
|
||||
@@ -73,13 +73,12 @@ The list of contributors can be found in the [5.0 Contributor List](../5.0-contr
|
||||
|
||||
[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.0.md
|
||||
[release-notes]: 5.0.0.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/announcing-asp-net-core-in-net-5/
|
||||
|
||||
@@ -62,7 +62,7 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -83,7 +83,7 @@ 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.1/5.0.1.md
|
||||
[release-notes]: 5.0.1.md
|
||||
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/b6271a4b-db02-4245-bf99-974ea96b7ca3/29389344a55c6792bd4e717a254168a2/dotnet-hosting-5.0.1-win.exe
|
||||
|
||||
@@ -72,13 +72,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.1.md
|
||||
[release-notes]: 5.0.1.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.1-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.1-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-december-2020/
|
||||
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A5.0.1+is%3Aclosed+label%3Atype-bug+is%3Aclosed
|
||||
|
||||
@@ -61,21 +61,18 @@ Release feature and bug lists:.
|
||||
* [WindowsDesktop](https://github.com/dotnet/windowsdesktop/pulls?q=milestone%3A5.0.10+is%3Aclosed+label%3Aservicing-approved)
|
||||
* [Arcade](https://github.com/dotnet/arcade/pulls?q=milestone%3A5.0.10+is%3Aclosed+label%3Aservicing-approved)
|
||||
|
||||
|
||||
## Feedback
|
||||
|
||||
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6687](https://github.com/dotnet/core/issues/6687) 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.10.md
|
||||
[release-notes]: 5.0.10.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.10-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.10-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/september-2021-updates/
|
||||
|
||||
|
||||
@@ -56,18 +56,15 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.10/5.0.10.md
|
||||
[release-notes]: 5.0.10.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.10-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.10-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/september-2021-updates/
|
||||
|
||||
|
||||
|
||||
[linux-packages]: ../install-linux.md
|
||||
|
||||
|
||||
|
||||
@@ -81,13 +81,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.11.md
|
||||
[release-notes]: 5.0.11.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.11-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.11-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/october-2021-updates/
|
||||
|
||||
|
||||
@@ -56,13 +56,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.11/5.0.11.md
|
||||
[release-notes]: 5.0.11.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.11-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.11-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/october-2021-updates/
|
||||
|
||||
|
||||
@@ -73,13 +73,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.12.md
|
||||
[release-notes]: 5.0.12.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.12-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.12-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/november-2021-updates/
|
||||
|
||||
|
||||
@@ -56,13 +56,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.12/5.0.12.md
|
||||
[release-notes]: 5.0.12.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.12-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.12-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/november-2021-updates/
|
||||
|
||||
|
||||
@@ -86,13 +86,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.13.md
|
||||
[release-notes]: 5.0.13.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.13-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.13-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/december-2021-updates/
|
||||
|
||||
|
||||
@@ -54,31 +54,23 @@ Customers that have opted to receive .NET Core updates via the Microsoft Update
|
||||
|
||||
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 #7036](https://github.com/dotnet/core/issues/7036) 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.13/5.0.13.md
|
||||
[release-notes]: 5.0.13.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.13-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.13-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/december-2021-updates/
|
||||
|
||||
|
||||
|
||||
[linux-packages]: ../install-linux.md
|
||||
|
||||
|
||||
|
||||
|
||||
[//]: # ( Runtime 5.0.13)
|
||||
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/80f00d66-a3ca-40de-b566-38bebe0d4dce/028e295c9ac23f20d2058f349971b8bb/dotnet-runtime-5.0.13-linux-arm.tar.gz
|
||||
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b8880373-1127-4830-a700-d693745711b8/e07e0b2f67b5e6df1f5f54052d6b0ff2/dotnet-runtime-5.0.13-linux-arm64.tar.gz
|
||||
|
||||
@@ -64,25 +64,21 @@ Microsoft is releasing this security advisory to provide information about a vul
|
||||
|
||||
A Denial of Service vulnerability exists in .NET 6.0 and .NET 5.0 when the Kestrel web server processes certain HTTP/2 and HTTP/3 requests.
|
||||
|
||||
|
||||
* [Blog Roundup][dotnet-blog]
|
||||
* [Known issues](../5.0-known-issues.md)
|
||||
|
||||
|
||||
## Feedback
|
||||
|
||||
Your feedback is important and appreciated. We've created an issue at [dotnet/core #7172](https://github.com/dotnet/core/issues/7172) 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.14.md
|
||||
[release-notes]: 5.0.14.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.14-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.14-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/february-2022-updates/
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl
|
||||
$ dotnet --version
|
||||
5.0.211
|
||||
```
|
||||
|
||||
Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
|
||||
|
||||
## Docker Images
|
||||
@@ -44,37 +45,27 @@ The following repos have been updated.
|
||||
* [dotnet/runtime-deps](https://github.com/dotnet/dotnet-docker/blob/main/README.runtime.md): .NET Runtime Dependencies
|
||||
* [dotnet/samples](https://github.com/dotnet/dotnet-docker/blob/main/README.samples.md): .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 #7172](https://github.com/dotnet/core/issues/7172) 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.14/5.0.14.md
|
||||
[release-notes]: 5.0.14.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.14-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.14-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/february-2022-updates/
|
||||
|
||||
|
||||
|
||||
[linux-packages]: ../install-linux.md
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[//]: # ( Runtime 5.0.14)
|
||||
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a33a7fce-f5ec-4155-8b47-db5f534616b5/009a2daa585e5168fffa041e0db11c58/dotnet-runtime-5.0.14-linux-arm.tar.gz
|
||||
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/86fc75ca-8ba0-4d49-b505-3a7e10b2e26d/dde7cd87f4ba2f07c5249e779c0fc0ff/dotnet-runtime-5.0.14-linux-arm64.tar.gz
|
||||
|
||||
@@ -93,13 +93,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.15.md
|
||||
[release-notes]: 5.0.15.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.15-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.15-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/march-2022-updates/
|
||||
|
||||
|
||||
@@ -57,13 +57,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.15/5.0.15.md
|
||||
[release-notes]: 5.0.15.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.15-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.15-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/march-2022-updates/
|
||||
|
||||
|
||||
@@ -70,13 +70,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.16.md
|
||||
[release-notes]: 5.0.16.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.16-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.16-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/april-2022-updates/
|
||||
|
||||
|
||||
@@ -57,13 +57,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.16/5.0.16.md
|
||||
[release-notes]: 5.0.16.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.16-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.16-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/april-2022-updates/
|
||||
|
||||
|
||||
@@ -90,13 +90,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.17.md
|
||||
[release-notes]: 5.0.17.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.17-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.17-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/may-2022-updates/
|
||||
|
||||
|
||||
@@ -57,13 +57,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.17/5.0.17.md
|
||||
[release-notes]: 5.0.17.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.17-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.17-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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/may-2022-updates/
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -83,7 +83,7 @@ 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.2/5.0.2.md
|
||||
[release-notes]: 5.0.2.md
|
||||
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/43ea9d7a-39c9-467a-83e6-548b3faf832d/5e7d573d9c4f40d0c1192aa2319f07c5/dotnet-hosting-5.0.2-win.exe
|
||||
|
||||
@@ -75,19 +75,16 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.2.md
|
||||
[release-notes]: 5.0.2.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.2-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.2-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-january-2021/
|
||||
[ef_bugs]:
|
||||
|
||||
|
||||
|
||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.2xx+is%3Aclosed
|
||||
|
||||
[linux-packages]: 5.0.2-install-instructions.md
|
||||
|
||||
@@ -69,13 +69,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.3/5.0.3.md
|
||||
[release-notes]: 5.0.3.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.3-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.3-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-february-2021/
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -85,7 +85,7 @@ 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.3/5.0.3.md
|
||||
[release-notes]: 5.0.3.md
|
||||
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/dff39ddb-b399-43c5-9af0-04875134ce04/1c449bb9ad4cf75ec616482854751069/dotnet-hosting-5.0.3-win.exe
|
||||
|
||||
@@ -81,19 +81,16 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.3.md
|
||||
[release-notes]: 5.0.3.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.3-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.3-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-february-2021/
|
||||
|
||||
|
||||
|
||||
|
||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.3xx+is%3Aclosed
|
||||
|
||||
[linux-packages]: 5.0.3-install-instructions.md
|
||||
|
||||
@@ -50,19 +50,15 @@ You need [Visual Studio 16.9](https://visualstudio.microsoft.com) or later to us
|
||||
|
||||
[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.4.md
|
||||
[release-notes]: 5.0.4.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.4-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.4-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-february-2021/
|
||||
|
||||
|
||||
|
||||
|
||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.4xx+is%3Aclosed
|
||||
|
||||
[linux-packages]: 5.0.4-install-instructions.md
|
||||
|
||||
@@ -64,7 +64,7 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -85,7 +85,7 @@ 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.4/5.0.4.md
|
||||
[release-notes]: 5.0.4.md
|
||||
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2281cc70-3851-4dec-b418-4f5be60d8f2e/0163e524e63c2bb07d9da642ca1468d5/dotnet-hosting-5.0.4-win.exe
|
||||
|
||||
@@ -83,19 +83,16 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.4.md
|
||||
[release-notes]: 5.0.4.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.4-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.4-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-march-2021/
|
||||
|
||||
|
||||
|
||||
|
||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.4xx+is%3Aclosed
|
||||
|
||||
[linux-packages]: 5.0.4-install-instructions.md
|
||||
|
||||
@@ -56,6 +56,7 @@ 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
|
||||
@@ -64,7 +65,7 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -85,7 +86,7 @@ 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.5/5.0.5.md
|
||||
[release-notes]: 5.0.5.md
|
||||
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c80056cc-e6e9-4c57-9973-3167ef6e3c28/6bc80fa159c10a1be63cf1e4d13fcbbc/dotnet-hosting-5.0.5-win.exe
|
||||
|
||||
@@ -67,8 +67,6 @@ Release feature and bug lists:.
|
||||
* [EntityFramework Core](https://github.com/dotnet/efcore/issues?q=milestone%3A5.0.5+is%3Aclosed+label%3Aservicing-approved)
|
||||
* [Winforms](https://github.com/dotnet/winforms/issues?q=milestone%3A5.0.5+is%3Aclosed+label%3Aservicing-approved)
|
||||
|
||||
|
||||
|
||||
## Feedback
|
||||
|
||||
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6129](https://github.com/dotnet/core/issues/6129) for your questions and comments.
|
||||
@@ -76,19 +74,15 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.5.md
|
||||
[release-notes]: 5.0.5.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.5-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.5-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-core-april-2021-updates/
|
||||
|
||||
|
||||
|
||||
|
||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.5xx+is%3Aclosed
|
||||
|
||||
[linux-packages]: 5.0.5-install-instructions.md
|
||||
|
||||
@@ -70,19 +70,16 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.6/5.0.6.md
|
||||
[release-notes]: 5.0.6.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.6-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.6-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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.6-install-instructions.md
|
||||
|
||||
@@ -28,6 +28,7 @@ The following commands don't specifically include package managers to help with
|
||||
| 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.
|
||||
|
||||
@@ -48,6 +49,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman
|
||||
**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://learn.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
|
||||
@@ -56,15 +58,17 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -85,7 +89,7 @@ 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.6/5.0.6.md
|
||||
[release-notes]: 5.0.6.md
|
||||
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/24847c36-9f3a-40c1-8e3f-4389d954086d/0e8ae4f4a8e604a6575702819334d703/dotnet-hosting-5.0.6-win.exe
|
||||
|
||||
@@ -79,19 +79,16 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.6.md
|
||||
[release-notes]: 5.0.6.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.6-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.6-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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.6xx+is%3Aclosed
|
||||
|
||||
[linux-packages]: 5.0.6-install-instructions.md
|
||||
|
||||
@@ -51,19 +51,15 @@ You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to u
|
||||
|
||||
[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.7/5.0.7.md
|
||||
[release-notes]: 5.0.7.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.7-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.7-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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.7-install-instructions.md
|
||||
|
||||
@@ -64,7 +64,7 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -85,7 +85,7 @@ 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.7/5.0.7.md
|
||||
[release-notes]: 5.0.7.md
|
||||
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2a40c007-8ad7-4e80-a334-40bc47851e90/fc13a55a20414ef9689fcf60618c412f/dotnet-hosting-5.0.7-win.exe
|
||||
|
||||
@@ -75,19 +75,15 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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.7.md
|
||||
[release-notes]: 5.0.7.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.7-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.7-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-june-2021/
|
||||
|
||||
|
||||
|
||||
|
||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.7xx+is%3Aclosed
|
||||
|
||||
[linux-packages]: 5.0.7-install-instructions.md
|
||||
|
||||
@@ -56,19 +56,15 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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
|
||||
[release-notes]: 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://learn.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
|
||||
|
||||
@@ -64,7 +64,7 @@ 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -85,7 +85,7 @@ 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
|
||||
[release-notes]: 5.0.8.md
|
||||
[linux-setup]: https://learn.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
|
||||
|
||||
@@ -79,19 +79,15 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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
|
||||
[release-notes]: 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://learn.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
|
||||
|
||||
@@ -56,13 +56,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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
|
||||
[release-notes]: 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://learn.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/
|
||||
|
||||
|
||||
@@ -56,13 +56,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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
|
||||
[release-notes]: 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://learn.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/
|
||||
|
||||
|
||||
@@ -97,19 +97,15 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
[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
|
||||
[release-notes]: 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://learn.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
|
||||
|
||||
@@ -16,23 +16,23 @@ This release is out of support. See [.NET releases](../../releases.md) for in-su
|
||||
| Date | Release |
|
||||
| :-- | :-- |
|
||||
| 2020/05/10 | Out of Support | [.NET 5 End of Support](https://devblogs.microsoft.com/dotnet/dotnet-5-end-of-support-update/) |
|
||||
| 2022/05/10 | [5.0.17](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.17/5.0.17.md) |
|
||||
| 2022/04/12 | [5.0.16](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.16/5.0.16.md) |
|
||||
| 2022/03/08 | [5.0.15](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.15/5.0.15.md) |
|
||||
| 2022/02/08 | [5.0.14](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.14/5.0.14.md) |
|
||||
| 2021/12/14 | [5.0.13](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.13/5.0.13.md) |
|
||||
| 2021/11/08 | [5.0.12](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.12/5.0.12.md) |
|
||||
| 2021/10/12 | [5.0.11](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.11/5.0.11.md) |
|
||||
| 2021/09/14 | [5.0.10](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.10/5.0.10.md) |
|
||||
| 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) |
|
||||
| 2021/04/06 | [5.0.5](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.5/5.0.5.md) |
|
||||
| 2021/03/09 | [5.0.4](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.4/5.0.4.md) |
|
||||
| 2021/03/02 | [5.0.200](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.200-sdk.md) |
|
||||
| 2021/02/09 | [5.0.3](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.3.md) |
|
||||
| 2021/01/12 | [5.0.2](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.2/5.0.2.md) |
|
||||
| 2020/12/08 | [5.0.1](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.1/5.0.1.md) |
|
||||
| 2020/11/10 | [5.0.0](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.0/5.0.0.md) |
|
||||
| 2022/05/10 | [5.0.17](./5.0.17/5.0.17.md) |
|
||||
| 2022/04/12 | [5.0.16](./5.0.16/5.0.16.md) |
|
||||
| 2022/03/08 | [5.0.15](./5.0.15/5.0.15.md) |
|
||||
| 2022/02/08 | [5.0.14](./5.0.14/5.0.14.md) |
|
||||
| 2021/12/14 | [5.0.13](./5.0.13/5.0.13.md) |
|
||||
| 2021/11/08 | [5.0.12](./5.0.12/5.0.12.md) |
|
||||
| 2021/10/12 | [5.0.11](./5.0.11/5.0.11.md) |
|
||||
| 2021/09/14 | [5.0.10](./5.0.10/5.0.10.md) |
|
||||
| 2021/08/10 | [5.0.9](./5.0.9/5.0.9.md) |
|
||||
| 2021/07/13 | [5.0.8](./5.0.8/5.0.8.md) |
|
||||
| 2021/06/08 | [5.0.7](./5.0.7/5.0.7.md) |
|
||||
| 2021/05/25 | [5.0.300](./5.0.6/5.0.300-sdk.md) |
|
||||
| 2021/05/11 | [5.0.6](./5.0.6/5.0.6.md) |
|
||||
| 2021/04/06 | [5.0.5](./5.0.5/5.0.5.md) |
|
||||
| 2021/03/09 | [5.0.4](./5.0.4/5.0.4.md) |
|
||||
| 2021/03/02 | [5.0.200](./5.0.3/5.0.200-sdk.md) |
|
||||
| 2021/02/09 | [5.0.3](./5.0.3/5.0.3.md) |
|
||||
| 2021/01/12 | [5.0.2](./5.0.2/5.0.2.md) |
|
||||
| 2020/12/08 | [5.0.1](./5.0.1/5.0.1.md) |
|
||||
| 2020/11/10 | [5.0.0](./5.0.0/5.0.0.md) |
|
||||
|
||||
@@ -39,7 +39,7 @@ When .NET Core is installed using the Snap package, the default .NET Core comman
|
||||
|
||||
`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.
|
||||
**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../linux.md) for a possible resolution.
|
||||
|
||||
## Installing from a binary archive
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman
|
||||
|
||||
`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.
|
||||
**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution.
|
||||
|
||||
### Install using deb/rpm packages
|
||||
|
||||
@@ -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. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script will continue.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script will continue.
|
||||
* 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.
|
||||
@@ -49,7 +49,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -74,13 +74,12 @@ 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/preview/5.0.0-preview.1.md
|
||||
[release-notes]: 5.0.0-preview.1.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.1-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.1-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-core-5-0-preview-1/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-5-0-preview-1/
|
||||
|
||||
@@ -52,13 +52,12 @@ Here is list of some of the additions and updates we're excited to bring in Prev
|
||||
|
||||
[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.0-preview.1.md
|
||||
[release-notes]: 5.0.0-preview.1.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.1-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.1-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-preview-1/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-1/
|
||||
|
||||
@@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman
|
||||
|
||||
`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.
|
||||
**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution.
|
||||
|
||||
### Install using deb/rpm packages
|
||||
|
||||
@@ -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. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script will continue.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script will continue.
|
||||
* 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.
|
||||
@@ -49,7 +49,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -74,7 +74,7 @@ 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/preview/5.0.0-preview.2.md
|
||||
[release-notes]: 5.0.0-preview.2.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/e563b5c8-380d-4ccc-8e5e-272c6cee6520/66a77e469c68453714dfe13a281b89a9/dotnet-hosting-5.0.0-preview.2.20167.3-win.exe
|
||||
|
||||
@@ -52,13 +52,12 @@ Here is list of some of the additions and updates we're excited to bring in Prev
|
||||
|
||||
[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.0-preview.2.md
|
||||
[release-notes]: 5.0.0-preview.2.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.2-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.2-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-preview-2/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-2/
|
||||
|
||||
@@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman
|
||||
|
||||
`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.
|
||||
**Note:** Some distributions require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution.
|
||||
|
||||
### Install using deb/rpm packages
|
||||
|
||||
@@ -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. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script will continue.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script will continue.
|
||||
* 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.
|
||||
@@ -49,7 +49,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -74,7 +74,7 @@ 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/preview/5.0.0-preview.3.md
|
||||
[release-notes]: 5.0.0-preview.3.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/f84dffc7-f825-47d4-aad5-f3af1444ecc1/935d1397344d5179cf210787d6435c44/dotnet-hosting-5.0.0-preview.3.20215.14-win.exe
|
||||
|
||||
@@ -52,13 +52,12 @@ Here is list of some of the additions and updates we're excited to bring in Prev
|
||||
|
||||
[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.0-preview.3.md
|
||||
[release-notes]: 5.0.0-preview.3.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.3-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.3-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-preview-3/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-3/
|
||||
|
||||
@@ -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. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script will continue.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script will continue.
|
||||
* 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.
|
||||
@@ -49,7 +49,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -74,7 +74,7 @@ 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/preview/5.0.0-preview.4.md
|
||||
[release-notes]: 5.0.0-preview.4.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/55d3864f-c0d9-4a7e-91c4-1e5cba1735c1/4a5ec8eb28c680c8faf22fe25fb77e06/dotnet-hosting-5.0.0-preview.4.20257.10-win.exe
|
||||
|
||||
@@ -52,13 +52,12 @@ Here is list of some of the additions and updates we're excited to bring in Prev
|
||||
|
||||
[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.0-preview.4.md
|
||||
[release-notes]: 5.0.0-preview.4.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.4-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.4-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-preview-4-and-our-journey-to-one-net/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-4/
|
||||
|
||||
@@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito
|
||||
|
||||
Here's what the script does.
|
||||
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script continues.
|
||||
* Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages.
|
||||
* Downloads the tar.gz containing the .NET preview installer packages for the detected distribution.
|
||||
* Downloads the system dependency installer, if needed.
|
||||
@@ -51,7 +51,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -72,7 +72,7 @@ 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/preview/5.0.0-preview.5.md
|
||||
[release-notes]: 5.0.0-preview.5.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/b1aaa280-c8d3-45cf-990e-cd1c736bb474/0c964ee4264bb54a5893d434942b7c73/dotnet-hosting-5.0.0-preview.5.20279.2-win.exe
|
||||
|
||||
@@ -52,13 +52,12 @@ Here is list of some of the additions and updates we're excited to bring in Prev
|
||||
|
||||
[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.0-preview.5.md
|
||||
[release-notes]: 5.0.0-preview.5.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.5-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.5-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-preview-5/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-5/
|
||||
|
||||
@@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito
|
||||
|
||||
Here's what the script does.
|
||||
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script continues.
|
||||
* Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages.
|
||||
* Downloads the tar.gz containing the .NET preview installer packages for the detected distribution.
|
||||
* Downloads the system dependency installer, if needed.
|
||||
@@ -51,7 +51,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -72,7 +72,7 @@ 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/preview/5.0.0-preview.6.md
|
||||
[release-notes]: 5.0.0-preview.6.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2563f05b-8dd1-4d66-92e0-2766ac653df9/cd36906fb799128ee9107e55194cf505/dotnet-hosting-5.0.0-preview.6.20312.15-win.exe
|
||||
|
||||
@@ -51,13 +51,12 @@ Here is list of some of the additions and updates we're excited to bring in Prev
|
||||
|
||||
[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.0-preview.6.md
|
||||
[release-notes]: 5.0.0-preview.6.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.6-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.6-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-preview-6/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-6/
|
||||
|
||||
@@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito
|
||||
|
||||
Here's what the script does.
|
||||
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script continues.
|
||||
* Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages.
|
||||
* Downloads the tar.gz containing the .NET preview installer packages for the detected distribution.
|
||||
* Downloads the system dependency installer, if needed.
|
||||
@@ -51,7 +51,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -72,7 +72,7 @@ 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/preview/5.0.0-preview.7.md
|
||||
[release-notes]: 5.0.0-preview.7.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2fd2cadc-2068-4055-b269-13cf1d06083c/86ef0372321ed82efc7230aa41ebd3db/dotnet-hosting-5.0.0-preview.7.20365.19-win.exe
|
||||
|
||||
@@ -53,13 +53,12 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime
|
||||
|
||||
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
|
||||
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
|
||||
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.7.md
|
||||
[release-notes]: 5.0.0-preview.7.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.7-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.7-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-preview-7/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-7/
|
||||
|
||||
@@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito
|
||||
|
||||
Here's what the script does.
|
||||
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script continues.
|
||||
* Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages.
|
||||
* Downloads the tar.gz containing the .NET preview installer packages for the detected distribution.
|
||||
* Downloads the system dependency installer, if needed.
|
||||
@@ -51,7 +51,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -72,7 +72,7 @@ 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/preview/5.0.0-preview.8.md
|
||||
[release-notes]: 5.0.0-preview.8.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/f640ee74-e5af-431b-8066-0df709f9a0f9/30e5f79144a2476eb64ccfa819f86e5d/dotnet-hosting-5.0.0-preview.8.20414.8-win.exe
|
||||
|
||||
@@ -53,13 +53,12 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime
|
||||
|
||||
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
|
||||
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
|
||||
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.8.md
|
||||
[release-notes]: 5.0.0-preview.8.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.8-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-preview.8-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-preview-8/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-8/
|
||||
|
||||
@@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito
|
||||
|
||||
Here's what the script does.
|
||||
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script continues.
|
||||
* Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages.
|
||||
* Downloads the tar.gz containing the .NET preview installer packages for the detected distribution.
|
||||
* Downloads the system dependency installer, if needed.
|
||||
@@ -51,7 +51,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -72,7 +72,7 @@ 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/preview/5.0.0-rc.1.md
|
||||
[release-notes]: 5.0.0-rc.1.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/014b34d9-d987-43de-9aef-d9498fe50457/c20af7937a2a870e05f371cc2fc29d23/dotnet-hosting-5.0.0-rc.1.20451.17-win.exe
|
||||
|
||||
@@ -53,13 +53,12 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime
|
||||
|
||||
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
|
||||
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
|
||||
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.1.md
|
||||
[release-notes]: 5.0.0-rc.1.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.1-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.1-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-rc-1/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-1/
|
||||
|
||||
@@ -42,7 +42,7 @@ Preview release installers are not available from the Microsoft package reposito
|
||||
|
||||
Here's what the script does.
|
||||
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) list, the script continues.
|
||||
* Detects the distribution and version. If it's in the [5.0 Supported OS](../5.0-supported-os.md) list, the script continues.
|
||||
* Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example, `tar` is used to unpack that installer packages.
|
||||
* Downloads the tar.gz containing the .NET preview installer packages for the detected distribution.
|
||||
* Downloads the system dependency installer, if needed.
|
||||
@@ -51,7 +51,7 @@ Here's what the script does.
|
||||
|
||||
### 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.
|
||||
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](../linux-packages.md) document.
|
||||
|
||||
```bash
|
||||
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
|
||||
@@ -72,7 +72,7 @@ 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/preview/5.0.0-rc.2.md
|
||||
[release-notes]: 5.0.0-rc.2.md
|
||||
|
||||
|
||||
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/03f2261a-01cc-4a78-8505-88ba0457ef29/1ff22faa58152bec84e636e719c28528/dotnet-hosting-5.0.0-rc.2.20475.17-win.exe
|
||||
|
||||
@@ -53,13 +53,12 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime
|
||||
|
||||
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
|
||||
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
|
||||
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.2.md
|
||||
[release-notes]: 5.0.0-rc.2.md
|
||||
|
||||
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.2-sha.txt
|
||||
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.2-sha.txt
|
||||
|
||||
[linux-install]: https://learn.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-5-0-rc-2/
|
||||
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-2/
|
||||
|
||||
Reference in New Issue
Block a user