diff --git a/Documentation/diagnostics/portable_pdb.md b/Documentation/diagnostics/portable_pdb.md index f7dfe7bb7..9147d6eec 100644 --- a/Documentation/diagnostics/portable_pdb.md +++ b/Documentation/diagnostics/portable_pdb.md @@ -25,7 +25,7 @@ Portable PDBs can be read on any operating system, but there are a number of pla * Some symbol servers (ex: SymbolSource.org [does not](https://github.com/SymbolSource/SymbolSource/issues/7#issuecomment-399747015), nuget.org [does](https://blog.nuget.org/20181116/Improved-debugging-experience-with-the-NuGet-org-symbol-server-and-snupkg.html)) * Running post-compilation build step that consumes or modifies the PDB using older versions of tools such as CCI, CodeContracts. * Using .NET decompilers such as ILDASM or .NET Reflector and expecting to see source line mappings or local parameter names. -* [MS DIA](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2015/debugger/debug-interface-access/debug-interface-access-sdk-reference)-based tools such as WinDBG. +* [MS DIA](https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2015/debugger/debug-interface-access/debug-interface-access-sdk-reference)-based tools such as WinDBG. Over time we plan to shrink this list of non-supported scenarios so that portable PDB can become the default choice for most usage needs. diff --git a/Documentation/official-docs.md b/Documentation/official-docs.md index cebb76560..08cab7862 100644 --- a/Documentation/official-docs.md +++ b/Documentation/official-docs.md @@ -4,10 +4,10 @@ Microsoft maintains official documentation for .NET, listed below. Both .NET and ## .NET -- [Conceptual docs](https://docs.microsoft.com/dotnet/core/) -- [API docs](https://docs.microsoft.com/dotnet/api/) +- [Conceptual docs](https://learn.microsoft.com/dotnet/core/) +- [API docs](https://learn.microsoft.com/dotnet/api/) ## .NET Framework -- [Conceptual docs](https://docs.microsoft.com/dotnet/framework/) -- [API docs](https://docs.microsoft.com/dotnet/api/) +- [Conceptual docs](https://learn.microsoft.com/dotnet/framework/) +- [API docs](https://learn.microsoft.com/dotnet/api/) diff --git a/Documentation/prereqs.md b/Documentation/prereqs.md index b5fbea20a..149b29475 100644 --- a/Documentation/prereqs.md +++ b/Documentation/prereqs.md @@ -1,7 +1,7 @@ .NET native prerequisites ============================== -* [Windows Prerequisites](https://docs.microsoft.com/dotnet/core/install/windows) -* [macOS Prerequisites](https://docs.microsoft.com/dotnet/core/install/macos) -* [Linux Prerequisites](https://docs.microsoft.com/dotnet/core/install/linux) +* [Windows Prerequisites](https://learn.microsoft.com/dotnet/core/install/windows) +* [macOS Prerequisites](https://learn.microsoft.com/dotnet/core/install/macos) +* [Linux Prerequisites](https://learn.microsoft.com/dotnet/core/install/linux) * [.NET Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) diff --git a/README.md b/README.md index a15e484bb..51a847b0b 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ You can find release notes for all releases, including out-of-support releases, * [Download .NET](https://dotnet.microsoft.com/download/dotnet) * [Releases Index][releases-index.json] -- Index for all release channels in JSON format -* [dotnet-install scripts](https://docs.microsoft.com/dotnet/core/tools/dotnet-install-script) -* [Installation docs](https://docs.microsoft.com/dotnet/core/install/) +* [dotnet-install scripts](https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script) +* [Installation docs](https://learn.microsoft.com/dotnet/core/install/) [releases-index.json]: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json [policies]: release-policies.md diff --git a/bug-bounty-preview-scopes.md b/bug-bounty-preview-scopes.md index ad7c9c83d..c706b9d26 100644 --- a/bug-bounty-preview-scopes.md +++ b/bug-bounty-preview-scopes.md @@ -20,7 +20,7 @@ Read the .NET bug bounty [terms and conditions](https://www.microsoft.com/en-us/ | Feature | Description | Documentation | |---------|-------------|---------------| -| HTTP/3 | HTTP/3 support in the Kestrel Web Server | [Enabling HTTP/3](https://docs.microsoft.com/aspnet/core/fundamentals/servers/kestrel/http3?view=aspnetcore-6.0) | +| HTTP/3 | HTTP/3 support in the Kestrel Web Server | [Enabling HTTP/3](https://learn.microsoft.com/aspnet/core/fundamentals/servers/kestrel/http3?view=aspnetcore-6.0) | ## In-scope preview features in nightly builds of the upcoming version (.NET 7) diff --git a/license-information-windows.md b/license-information-windows.md index 2ee4ef2d1..0dd85c057 100644 --- a/license-information-windows.md +++ b/license-information-windows.md @@ -1,31 +1,31 @@ # License information for .NET on Windows -The Windows distribution of .NET 5.0 and later releases contains files that are provided under +The Windows distribution of .NET 5.0 and later releases contains files that are provided under multiple licenses. -This information is provided to help you understand the license terms that +This information is provided to help you understand the license terms that apply to your use. By using any or all of these files you agree to their associated license terms. -The following binaries are licensed with the -[Windows SDK License](https://docs.microsoft.com/legal/windows-sdk/license): +The following binaries are licensed with the +[Windows SDK License](https://learn.microsoft.com/legal/windows-sdk/license): * api-ms-\*.\* (used by .NET runtime) * ucrtbase.dll (used by .NET runtime) * D3DCompiler_47_cor3.dll (used by WPF) -The following binaries are licensed with the +The following binaries are licensed with the [.NET Library License](https://dotnet.microsoft.com/dotnet_library_license.htm) * PresentationNative_cor3.dll (used by WPF) * wpfgfx_cor3.dll (used by WPF) -The following binaries are licensed with the -[Visual Studio 2019 License](https://visualstudio.microsoft.com/license-terms/mlt031619/) +The following binaries are licensed with the +[Visual Studio 2019 License](https://visualstudio.microsoft.com/license-terms/mlt031619/) (not as a "trial"): * vcruntime140_cor3.dll (used by WPF) * Microsoft.DiaSymReader.Native.{x86|amd64|arm|arm64}.dll (used by .NET SDK) -All other binaries and files are licensed with the +All other binaries and files are licensed with the [MIT license](https://github.com/dotnet/core/blob/main/LICENSE.TXT) This document is provided for informative purposes only, and is not itself a license. diff --git a/product-roadmap/current.md b/product-roadmap/current.md index c6975bc4f..bb27cecdf 100644 --- a/product-roadmap/current.md +++ b/product-roadmap/current.md @@ -62,7 +62,7 @@ Items in each section include the following icons: ## EF -[EF Core 5.0 plan](https://docs.microsoft.com/ef/core/what-is-new/ef-core-5.0/plan) +[EF Core 5.0 plan](https://learn.microsoft.com/ef/core/what-is-new/ef-core-5.0/plan) - ![Completed](media/status-completed.png "Completed icon") Fully transparent many-to-many mapping by convention - ![Completed](media/status-completed.png "Completed icon") Many-to-many navigation properties (a.k.a "skip navigations") @@ -214,8 +214,8 @@ Please see the following links to view work items and themes across: - ![In Progress](media/status-in-progress.png "In Progress icon") Keep pace with changes in the underlying OS to ensure compatibility with the latest changes in Win10. ## Xamarin -- ![Completed](media/status-completed.png "Completed icon") [Android 11 / API 30 Support](https://docs.microsoft.com/xamarin/android/release-notes/11/11.0) -- ![Completed](media/status-completed.png "Completed icon") [Android smaller APK sizes](https://docs.microsoft.com/xamarin/android/release-notes/11/11.0#smaller-app-package-sizes) +- ![Completed](media/status-completed.png "Completed icon") [Android 11 / API 30 Support](https://learn.microsoft.com/xamarin/android/release-notes/11/11.0) +- ![Completed](media/status-completed.png "Completed icon") [Android smaller APK sizes](https://learn.microsoft.com/xamarin/android/release-notes/11/11.0#smaller-app-package-sizes) - ![In Progress](media/status-in-progress.png "In Progress icon") [Xcode 12 and iOS 14 Support](https://github.com/xamarin/xamarin-macios/issues/8931) - ![In Progress](media/status-in-progress.png "In Progress icon") Hot Restart for Android - ![In Progress](media/status-in-progress.png "In Progress icon") AndroidX and Google Play Services Bindings Updates @@ -223,12 +223,12 @@ Please see the following links to view work items and themes across: - ![In Planning](media/status-in-planning.png "In Planning icon") Xamarin.Essentials integration to .NET 6 BCL (System namespace) ### Xamarin.Forms 5 -- ![Completed](media/status-completed.png "Completed icon") [AppTheme aka Dark Mode support](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/theming/system-theme-changes) -- ![In Progress](media/status-in-progress.png "In Progress icon") [CarouselView](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/carouselview/) -- ![In Progress](media/status-in-progress.png "In Progress icon") [Drag-and-drop Gestures](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/gestures/drag-and-drop) -- ![In Progress](media/status-in-progress.png "In Progress icon") [Gradient and Solid Brushes](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/brushes/) -- ![In Progress](media/status-in-progress.png "In Progress icon") [Shapes and Paths](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/shapes/) -- ![In Progress](media/status-in-progress.png "In Progress icon") [SwipeView](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/swipeview) +- ![Completed](media/status-completed.png "Completed icon") [AppTheme aka Dark Mode support](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/theming/system-theme-changes) +- ![In Progress](media/status-in-progress.png "In Progress icon") [CarouselView](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/carouselview/) +- ![In Progress](media/status-in-progress.png "In Progress icon") [Drag-and-drop Gestures](https://learn.microsoft.com/xamarin/xamarin-forms/app-fundamentals/gestures/drag-and-drop) +- ![In Progress](media/status-in-progress.png "In Progress icon") [Gradient and Solid Brushes](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/brushes/) +- ![In Progress](media/status-in-progress.png "In Progress icon") [Shapes and Paths](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/shapes/) +- ![In Progress](media/status-in-progress.png "In Progress icon") [SwipeView](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/swipeview) ### Xamarin.Forms vNext (.NET MAUI) - ![In Progress](media/status-in-progress.png "In Progress icon") [Slim Renderers](https://github.com/dotnet/maui/issues/28) - performance improvements, decouple from bindable, and introduce interfaces diff --git a/release-notes/1.0/1.0.0-known-issues.md b/release-notes/1.0/1.0.0-known-issues.md index fff29035a..db65162af 100644 --- a/release-notes/1.0/1.0.0-known-issues.md +++ b/release-notes/1.0/1.0.0-known-issues.md @@ -232,6 +232,6 @@ and  but these installations may not ## Bash on Ubuntu on Windows -[Bash on Windows (WSL)](https://docs.microsoft.com/windows/wsl/about) is not yet supported by .NET Core. Attempting to run applications in the environment can experience intermittent crashes. +[Bash on Windows (WSL)](https://learn.microsoft.com/windows/wsl/about) is not yet supported by .NET Core. Attempting to run applications in the environment can experience intermittent crashes. - https://github.com/Microsoft/BashOnWindows/issues/520 diff --git a/release-notes/1.0/1.0.0.md b/release-notes/1.0/1.0.0.md index 3bcc5565c..e124b9c83 100644 --- a/release-notes/1.0/1.0.0.md +++ b/release-notes/1.0/1.0.0.md @@ -2,7 +2,7 @@ ## .NET Core 1.0.0 released 6/27/2016 -Details on this release can be read about on the +Details on this release can be read about on the [.NET Blog](https://blogs.msdn.microsoft.com/dotnet/2016/06/27/announcing-net-core-1-0) and if you haven't already discovered the updated [.NET Portal](https://go.microsoft.com/fwlink/?LinkID=798306), make that your next destination for getting started with .NET Core. There are a few issues to be aware of, which are described in the [.NET Core 1.0.0 Known Issues](1.0.0-known-issues.md) document. @@ -43,8 +43,8 @@ No changes from RC2. ### Introduction of .NET Core API Documentation -* Conceptual: https://docs.microsoft.com/dotnet/articles/core/index -* API: https://docs.microsoft.com/dotnet/core/api/index +* Conceptual: https://learn.microsoft.com/dotnet/articles/core/index +* API: https://learn.microsoft.com/dotnet/core/api/index ### Production-quality .NET Core Runtime and Framework libraries diff --git a/release-notes/1.0/1.0.1-release-notes.md b/release-notes/1.0/1.0.1-release-notes.md index f9ac51c1e..757fddae0 100644 --- a/release-notes/1.0/1.0.1-release-notes.md +++ b/release-notes/1.0/1.0.1-release-notes.md @@ -6,7 +6,7 @@ A few highlights on this release can be read about on the [.NET Blog](https://bl This release coincides with a security advisory for MVC. See the following for additional details. -* [Advisory](https://docs.microsoft.com/security-updates/SecurityAdvisories/2016/3181759) +* [Advisory](https://learn.microsoft.com/security-updates/SecurityAdvisories/2016/3181759) * [Announcement](https://github.com/aspnet/Announcements/issues/203) * [Discussion](https://github.com/aspnet/Mvc/issues/5271) diff --git a/release-notes/1.0/RC1-RC2_Upgrade.md b/release-notes/1.0/RC1-RC2_Upgrade.md index a28162b7d..eac06a142 100644 --- a/release-notes/1.0/RC1-RC2_Upgrade.md +++ b/release-notes/1.0/RC1-RC2_Upgrade.md @@ -6,7 +6,7 @@ Due to schedule changes for the .NET Core all-up, there was a rename of the tool This does not impact RC1 release. Since the tooling and the way you write applications has changed, having DNX (or many of them) installed should not be a problem. However, one caveat is what tooling you are using for what project. For RC2 projects you may get wrong results and/or errors if you try to restore dependencies using `dnu restore`. Please use the appropriate tooling. You can see what are the new commands in the DNX to CLI migration document listed below. -For updating your code, you can check [Migrating from DNX to CLI](https://docs.microsoft.com/dotnet/core/migration/from-dnx). +For updating your code, you can check [Migrating from DNX to CLI](https://learn.microsoft.com/dotnet/core/migration/from-dnx). ## Native installers diff --git a/release-notes/1.0/Release-Notes-RC2.md b/release-notes/1.0/Release-Notes-RC2.md index 55ab85e1e..08071be18 100644 --- a/release-notes/1.0/Release-Notes-RC2.md +++ b/release-notes/1.0/Release-Notes-RC2.md @@ -37,8 +37,8 @@ A little style note for the rest of this document - any references to 'Unix' enc ### Introduction of .NET Core API Documentation -* API: https://docs.microsoft.com/dotnet/api/ -* Conceptual: https://docs.microsoft.com/dotnet/ +* API: https://learn.microsoft.com/dotnet/api/ +* Conceptual: https://learn.microsoft.com/dotnet/ ### Runtime diff --git a/release-notes/1.0/cli-known-issues.md b/release-notes/1.0/cli-known-issues.md index a9f4ee999..39f4d5dee 100644 --- a/release-notes/1.0/cli-known-issues.md +++ b/release-notes/1.0/cli-known-issues.md @@ -143,7 +143,7 @@ If you don't get this error on a Windows machine, that is most likely due to the ## `dotnet test` has changed from Preview 2 `dotnet test` As part of the overall Preview 3 work, `dotnet test` command has been been revised and is quite different in usage and behavior then Preview 2 `dotnet test` command. Please consult the official [dotnet test -docs](https://docs.microsoft.com/dotnet/articles/core/preview3/tools/dotnet-test) for more information and expect more documentation in coming days. +docs](https://learn.microsoft.com/dotnet/articles/core/preview3/tools/dotnet-test) for more information and expect more documentation in coming days. # What is this document about? This document outlines the known issues and workarounds for the current state of diff --git a/release-notes/1.0/sdk/1.0-rc3-implicit-package-refs.md b/release-notes/1.0/sdk/1.0-rc3-implicit-package-refs.md index a98025ee3..4fcd83e10 100644 --- a/release-notes/1.0/sdk/1.0-rc3-implicit-package-refs.md +++ b/release-notes/1.0/sdk/1.0-rc3-implicit-package-refs.md @@ -23,5 +23,5 @@ With this new feature, you might be wondering when you should specify a version * For new projects, you should use the template and not add an explicit reference to any metapackage. * For existing projects, you should remove the reference. * If you need a specific version of the runtime, you should use the `` property in your project (for example, `1.0.4`) instead of referencing the metapackage. - * This might happen if you are using [self-contained deployments](https://docs.microsoft.com/dotnet/articles/core/preview3/deploying/#self-contained-deployments-scd) and you need a specific patch version of 1.0.0 LTS runtime, for example. + * This might happen if you are using [self-contained deployments](https://learn.microsoft.com/dotnet/articles/core/preview3/deploying/#self-contained-deployments-scd) and you need a specific patch version of 1.0.0 LTS runtime, for example. * If you need a specific version of the `NetStandard.Library` metapackage, you can use the `` property and set the version you need. diff --git a/release-notes/2.1/2.1-supported-os.md b/release-notes/2.1/2.1-supported-os.md index cfcdab33f..33d249ea2 100644 --- a/release-notes/2.1/2.1-supported-os.md +++ b/release-notes/2.1/2.1-supported-os.md @@ -16,7 +16,7 @@ Windows Client | 7 SP1(**\***), 8.1 | x64, x86 | Windows 10 Client | Version 1607+ | x64, x86 | 1607 is the minimum version for support. See [Out of support OS versions](#out-of-support-os-versions) below for Windows 10 releases that are no longer supported. Windows Server | 2008 R2 SP1+ | x64, x86 | -**\*** Windows 7 SP1 is supported with [Extended Security Updates](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed. +**\*** Windows 7 SP1 is supported with [Extended Security Updates](https://learn.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed. See the [Windows Lifecycle Fact Sheet](https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet) for details regarding each Windows release lifecycle. diff --git a/release-notes/2.1/2.1.0.md b/release-notes/2.1/2.1.0.md index 0d28e79d6..c25eaae13 100644 --- a/release-notes/2.1/2.1.0.md +++ b/release-notes/2.1/2.1.0.md @@ -75,7 +75,7 @@ dotnet build -nodeReuse:false ### Networking Performance -You can use one of the following mechanisms to configure a process to use the older [HttpClientHandler](https://docs.microsoft.com/dotnet/api/system.net.http.httpclienthandler): +You can use one of the following mechanisms to configure a process to use the older [HttpClientHandler](https://learn.microsoft.com/dotnet/api/system.net.http.httpclienthandler): From code, use the AppContext class: @@ -87,7 +87,7 @@ The AppContext switch can also be set by config file. The same can be achieved via the environment variable `DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER`. To opt out, set the value to either `false` or `0`. -On Windows, you can choose to use `WinHttpHandler` or `SocketsHttpHandler` on a call-by-call basis. To do that, instantiate one of those types and then pass it to [HttpClient](https://docs.microsoft.com/dotnet/api/system.net.http.httpclient.-ctor) when you instantiate it. +On Windows, you can choose to use `WinHttpHandler` or `SocketsHttpHandler` on a call-by-call basis. To do that, instantiate one of those types and then pass it to [HttpClient](https://learn.microsoft.com/dotnet/api/system.net.http.httpclient.-ctor) when you instantiate it. On Linux and macOS, you can only configure `HttpClient` on a process-basis. On Linux, you need to deploy [libcurl](https://curl.haxx.se/libcurl/) yourself if you want to use the old `HttpClient` implementation. If you have .NET Core 2.0 working on your machine, then libcurl is already installed. diff --git a/release-notes/2.1/2.1.10/2.1.10-download.md b/release-notes/2.1/2.1.10/2.1.10-download.md index e9f9c09cf..fa16e4443 100644 --- a/release-notes/2.1/2.1.10/2.1.10-download.md +++ b/release-notes/2.1/2.1.10/2.1.10-download.md @@ -14,7 +14,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | :-- | :--: | | Visual Studio 2017 (Windows) | [2.1.506](#downloads) | | Visual Studio 2019 (Windows) | [2.1.603](../2.1.603-SDK/2.1.603-SDK-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -155,7 +155,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.10-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.506-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.10/2.1.10.md b/release-notes/2.1/2.1.10/2.1.10.md index 970c2253c..2ca355079 100644 --- a/release-notes/2.1/2.1.10/2.1.10.md +++ b/release-notes/2.1/2.1.10/2.1.10.md @@ -8,7 +8,7 @@ | :-- | :--: | | Visual Studio 2017 (Windows) | [2.1.506](#downloads) | | Visual Studio 2019 (Windows) | [2.1.603](../2.1.603-SDK/2.1.603-SDK-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | * [Blog Post][dotnet-blog] * [Downloads](#downloads) @@ -192,6 +192,6 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.10 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.10-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.506-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-april-2019/ diff --git a/release-notes/2.1/2.1.11/2.1.11-download.md b/release-notes/2.1/2.1.11/2.1.11-download.md index 43f4c5f93..b5eebbd5d 100644 --- a/release-notes/2.1/2.1.11/2.1.11-download.md +++ b/release-notes/2.1/2.1.11/2.1.11-download.md @@ -14,7 +14,7 @@ See the [Release Notes](2.1.11.md) for details about what is included in this up | :-- | :--: | | Visual Studio 2017 (Windows) | [2.1.507](#downloads) | | Visual Studio 2019 (Windows) | [2.1.604](../2.1.604-SDK/2.1.604-SDK-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -152,7 +152,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.11-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.507-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-may-2019/ diff --git a/release-notes/2.1/2.1.11/2.1.11.md b/release-notes/2.1/2.1.11/2.1.11.md index 7095d32eb..34210d362 100644 --- a/release-notes/2.1/2.1.11/2.1.11.md +++ b/release-notes/2.1/2.1.11/2.1.11.md @@ -8,7 +8,7 @@ | :-- | :--: | | Visual Studio 2017 (Windows) | [2.1.507](#downloads) | | Visual Studio 2019 (Windows) | [2.1.604](../2.1.604-SDK/2.1.604-SDK-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | * [Blog Post][dotnet-blog] * [Downloads](#downloads) @@ -260,5 +260,5 @@ System.Memory|4.5.3 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.11-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.507-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/ diff --git a/release-notes/2.1/2.1.12/2.1.12-download.md b/release-notes/2.1/2.1.12/2.1.12-download.md index 686c4f229..a5625d6c8 100644 --- a/release-notes/2.1/2.1.12/2.1.12-download.md +++ b/release-notes/2.1/2.1.12/2.1.12-download.md @@ -16,7 +16,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | Visual Studio 2019 version 16.0 (Windows) | [2.1.605](2.1.605-sdk-download.md) | | Visual Studio 2019 version 16.1 (Windows) | [2.1.701](2.1.701-sdk-download.md) | | Visual Studio 2019 version 16.2 (Windows) | [2.1.801](2.1.801-sdk-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | @@ -161,7 +161,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.12-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.701-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.12/2.1.12.md b/release-notes/2.1/2.1.12/2.1.12.md index 6e0045554..9287fcf6d 100644 --- a/release-notes/2.1/2.1.12/2.1.12.md +++ b/release-notes/2.1/2.1.12/2.1.12.md @@ -11,7 +11,7 @@ The July Update for .NET Core 2.1 includes multiple SDK builds. If you are a Vis | Windows | Visual Studio 2019 version 16.1 | [2.1.701](2.1.701-sdk-download.md) | | Windows | Visual Studio 2019 version 16.0 | [2.1.605](2.1.605-sdk-download.md) | | Windows | Visual Studio 2017 | [2.1.508](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | * [Blog Post][dotnet-blog] * [Downloads](#downloads) @@ -211,5 +211,5 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver|2.1.12 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.12-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.701-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-july-2019/ diff --git a/release-notes/2.1/2.1.12/2.1.605-sdk-download.md b/release-notes/2.1/2.1.12/2.1.605-sdk-download.md index 5d997e0ea..70f49aeb4 100644 --- a/release-notes/2.1/2.1.12/2.1.605-sdk-download.md +++ b/release-notes/2.1/2.1.12/2.1.605-sdk-download.md @@ -16,7 +16,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | Visual Studio 2019 version 16.0 (Windows) | [2.1.605](#downloads) | | Visual Studio 2019 version 16.1 (Windows) | [2.1.701](2.1.701-sdk-download.md) | | Visual Studio 2019 version 16.2 (Windows) | [2.1.801](2.1.801-sdk-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | @@ -161,7 +161,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.12-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.701-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.12/2.1.701-sdk-download.md b/release-notes/2.1/2.1.12/2.1.701-sdk-download.md index b396402d4..70a0cf344 100644 --- a/release-notes/2.1/2.1.12/2.1.701-sdk-download.md +++ b/release-notes/2.1/2.1.12/2.1.701-sdk-download.md @@ -16,7 +16,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | Visual Studio 2019 version 16.0 (Windows) | [2.1.605](2.1.605-sdk-download.md) | | Visual Studio 2019 version 16.1 (Windows) | [2.1.701](#downloads) | | Visual Studio 2019 version 16.2 (Windows) | [2.1.801](2.1.801-sdk-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | @@ -160,7 +160,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.12-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.701-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.12/2.1.801-sdk-download.md b/release-notes/2.1/2.1.12/2.1.801-sdk-download.md index 0bdb5f2e0..ab137e162 100644 --- a/release-notes/2.1/2.1.12/2.1.801-sdk-download.md +++ b/release-notes/2.1/2.1.12/2.1.801-sdk-download.md @@ -16,7 +16,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | Visual Studio 2019 version 16.0 (Windows) | [2.1.605](2.1.605-sdk-download.md) | | Visual Studio 2019 version 16.1 (Windows) | [2.1.701](2.1.701-sdk-download.md) | | Visual Studio 2019 version 16.2 (Windows) | [2.1.801](#downloads) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | @@ -149,7 +149,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.12-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.801-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.13/2.1.13-download.md b/release-notes/2.1/2.1.13/2.1.13-download.md index e18d33683..7d96c299d 100755 --- a/release-notes/2.1/2.1.13/2.1.13-download.md +++ b/release-notes/2.1/2.1.13/2.1.13-download.md @@ -16,7 +16,7 @@ The September Update for .NET Core 2.1 includes multiple SDK builds. If you are | Windows | Visual Studio 2019 version 16.2 | [2.1.802](2.1.802-download.md) | | Windows | Visual Studio 2019 version 16.0 | [2.1.606](2.1.606-download.md) | | Windows | Visual Studio 2017 | [2.1.509](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Downloads @@ -153,7 +153,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.13/2.1.13.md b/release-notes/2.1/2.1.13/2.1.13.md index 6f939fc81..3e990b690 100755 --- a/release-notes/2.1/2.1.13/2.1.13.md +++ b/release-notes/2.1/2.1.13/2.1.13.md @@ -10,7 +10,7 @@ The September Update for .NET Core 2.1 includes multiple SDK builds. If you are | Windows | Visual Studio 2019 version 16.2 | [2.1.802](2.1.802-download.md) | | Windows | Visual Studio 2019 version 16.0 | [2.1.606](2.1.606-download.md) | | Windows | Visual Studio 2017 | [2.1.509](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | * [Blog Post][dotnet-blog] * [Downloads](#downloads) @@ -225,5 +225,5 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.13 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2019/ diff --git a/release-notes/2.1/2.1.13/2.1.606-download.md b/release-notes/2.1/2.1.13/2.1.606-download.md index feca028dd..51139b87a 100755 --- a/release-notes/2.1/2.1.13/2.1.606-download.md +++ b/release-notes/2.1/2.1.13/2.1.606-download.md @@ -16,7 +16,7 @@ The September Update for .NET Core 2.1 includes multiple SDK builds. If you are | Windows | Visual Studio 2019 version 16.2 | [2.1.802](2.1.802-download.md) | | Windows | Visual Studio 2019 version 16.0 | [2.1.606](#downloads) | | Windows | Visual Studio 2017 | [2.1.509](2.1.13-download.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Downloads @@ -153,7 +153,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.13/2.1.802-download.md b/release-notes/2.1/2.1.13/2.1.802-download.md index c2ef7f557..62ed22ad8 100755 --- a/release-notes/2.1/2.1.13/2.1.802-download.md +++ b/release-notes/2.1/2.1.13/2.1.802-download.md @@ -16,7 +16,7 @@ The September Update for .NET Core 2.1 includes multiple SDK builds. If you are | Windows | Visual Studio 2019 version 16.2 | [2.1.802](#downloads) | | Windows | Visual Studio 2019 version 16.0 | [2.1.606](2.1.606-download.md) | | Windows | Visual Studio 2017 | [2.1.509](2.1.13-download.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Downloads @@ -153,7 +153,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.13-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.14/2.1.14-install-instructions.md b/release-notes/2.1/2.1.14/2.1.14-install-instructions.md index 7f3e0294d..e065f5696 100644 --- a/release-notes/2.1/2.1.14/2.1.14-install-instructions.md +++ b/release-notes/2.1/2.1.14/2.1.14-install-instructions.md @@ -92,7 +92,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-november-2019/ diff --git a/release-notes/2.1/2.1.14/2.1.14.md b/release-notes/2.1/2.1.14/2.1.14.md index 00e1c73eb..861a1ccbd 100644 --- a/release-notes/2.1/2.1.14/2.1.14.md +++ b/release-notes/2.1/2.1.14/2.1.14.md @@ -32,7 +32,7 @@ The November Update for .NET Core 2.1 includes multiple SDK builds. If you are a | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.607](2.1.607-download.md) | | Windows | Visual Studio 2017 | [2.1.510](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -157,7 +157,7 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.1.14 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-november-2019/ diff --git a/release-notes/2.1/2.1.14/2.1.607-download.md b/release-notes/2.1/2.1.14/2.1.607-download.md index 6f5de00ae..95244365b 100644 --- a/release-notes/2.1/2.1.14/2.1.607-download.md +++ b/release-notes/2.1/2.1.14/2.1.607-download.md @@ -29,7 +29,7 @@ The November Update for .NET Core 2.1 includes multiple SDK builds. If you are a | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.607](#downloads) | | Windows | Visual Studio 2017 | [2.1.510](2.1.14.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -115,7 +115,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.14-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.15/2.1.15-install-instructions.md b/release-notes/2.1/2.1.15/2.1.15-install-instructions.md index 3459c38e7..8830f7904 100644 --- a/release-notes/2.1/2.1.15/2.1.15-install-instructions.md +++ b/release-notes/2.1/2.1.15/2.1.15-install-instructions.md @@ -92,7 +92,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-january-2020/ diff --git a/release-notes/2.1/2.1.15/2.1.15.md b/release-notes/2.1/2.1.15/2.1.15.md index 64772237b..251186843 100644 --- a/release-notes/2.1/2.1.15/2.1.15.md +++ b/release-notes/2.1/2.1.15/2.1.15.md @@ -33,7 +33,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.608](2.1.608-download.md) | | Windows | Visual Studio 2017 | [2.1.511](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -197,7 +197,7 @@ VS.Redist.Common.NetCore.SharedHost.x86.2.1 | 2.1.15 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-January-2020/ diff --git a/release-notes/2.1/2.1.15/2.1.608-download.md b/release-notes/2.1/2.1.15/2.1.608-download.md index d8b287abd..6f34f2dfd 100644 --- a/release-notes/2.1/2.1.15/2.1.608-download.md +++ b/release-notes/2.1/2.1.15/2.1.608-download.md @@ -29,7 +29,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.608](#downloads) | | Windows | Visual Studio 2017 | [2.1.511](2.1.15.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -115,7 +115,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.15/2.1.803-download.md b/release-notes/2.1/2.1.15/2.1.803-download.md index 382486e50..9704ad35f 100644 --- a/release-notes/2.1/2.1.15/2.1.803-download.md +++ b/release-notes/2.1/2.1.15/2.1.803-download.md @@ -29,7 +29,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.608](2.1.608-download.md) | | Windows | Visual Studio 2017 | [2.1.511](2.1.15.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -115,7 +115,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.15-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.16/2.1.16-install-instructions.md b/release-notes/2.1/2.1.16/2.1.16-install-instructions.md index a3cdb5dd9..e36c3bcff 100644 --- a/release-notes/2.1/2.1.16/2.1.16-install-instructions.md +++ b/release-notes/2.1/2.1.16/2.1.16-install-instructions.md @@ -92,7 +92,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-february-2020/ diff --git a/release-notes/2.1/2.1.16/2.1.16.md b/release-notes/2.1/2.1.16/2.1.16.md index b0fbc8849..1988a4e2a 100644 --- a/release-notes/2.1/2.1.16/2.1.16.md +++ b/release-notes/2.1/2.1.16/2.1.16.md @@ -33,7 +33,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.609](2.1.609-download.md) | | Windows | Visual Studio 2017 | [2.1.512](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update will not be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's March servicing release. @@ -157,7 +157,7 @@ Microsoft.DotNet.Web.Spa.ProjectTemplates.2.1 | 2.1.16 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-february-2020/ diff --git a/release-notes/2.1/2.1.16/2.1.609-download.md b/release-notes/2.1/2.1.16/2.1.609-download.md index 34be5b4a2..65110a4a7 100644 --- a/release-notes/2.1/2.1.16/2.1.609-download.md +++ b/release-notes/2.1/2.1.16/2.1.609-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.609](#downloads) | | Windows | Visual Studio 2017 | [2.1.512](2.1.16.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,7 +116,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.16/2.1.804-download.md b/release-notes/2.1/2.1.16/2.1.804-download.md index d75636a91..5318a1896 100644 --- a/release-notes/2.1/2.1.16/2.1.804-download.md +++ b/release-notes/2.1/2.1.16/2.1.804-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.609](2.1.609-download.md) | | Windows | Visual Studio 2017 | [2.1.512](2.1.16.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,7 +116,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.16-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.17/2.1.17-install-instructions.md b/release-notes/2.1/2.1.17/2.1.17-install-instructions.md index 2ba197762..1e3a08bf6 100644 --- a/release-notes/2.1/2.1.17/2.1.17-install-instructions.md +++ b/release-notes/2.1/2.1.17/2.1.17-install-instructions.md @@ -92,7 +92,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-march-2020/ diff --git a/release-notes/2.1/2.1.17/2.1.17.md b/release-notes/2.1/2.1.17/2.1.17.md index 0d00260dc..35e3828eb 100644 --- a/release-notes/2.1/2.1.17/2.1.17.md +++ b/release-notes/2.1/2.1.17/2.1.17.md @@ -32,7 +32,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.610](2.1.610-download.md) | | Windows | Visual Studio 2017 | [2.1.513](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update will not be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's March servicing release. @@ -145,7 +145,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.17 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ diff --git a/release-notes/2.1/2.1.17/2.1.610-download.md b/release-notes/2.1/2.1.17/2.1.610-download.md index 01f3943a0..2a90700c1 100644 --- a/release-notes/2.1/2.1.17/2.1.610-download.md +++ b/release-notes/2.1/2.1.17/2.1.610-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.610](#downloads) | | Windows | Visual Studio 2017 | [2.1.513](2.1.17.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -102,7 +102,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.17/2.1.805-download.md b/release-notes/2.1/2.1.17/2.1.805-download.md index dd05b78af..c7f20384d 100644 --- a/release-notes/2.1/2.1.17/2.1.805-download.md +++ b/release-notes/2.1/2.1.17/2.1.805-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.609](../2.1.16/2.1.609-download.md) | | Windows | Visual Studio 2017 | [2.1.512](2.1.17.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,7 +116,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.17-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.18/2.1.18-install-instructions.md b/release-notes/2.1/2.1.18/2.1.18-install-instructions.md index 60713b93d..a0f905939 100644 --- a/release-notes/2.1/2.1.18/2.1.18-install-instructions.md +++ b/release-notes/2.1/2.1.18/2.1.18-install-instructions.md @@ -92,8 +92,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2020/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/95f36881-f24a-4e5a-bff9-74dba1c5ae60/04384e05d0ddf9098288c5c01f79ad01/dotnet-hosting-2.1.18-win.exe diff --git a/release-notes/2.1/2.1.18/2.1.18.md b/release-notes/2.1/2.1.18/2.1.18.md index 61c9b9121..fb5da4192 100644 --- a/release-notes/2.1/2.1.18/2.1.18.md +++ b/release-notes/2.1/2.1.18/2.1.18.md @@ -32,7 +32,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.611](2.1.611-download.md) | | Windows | Visual Studio 2017 | [2.1.514](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update will not be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's March servicing release. @@ -163,7 +163,7 @@ VS.Redist.Common.NetCore.SharedHost.x86.2.1 | 2.1.18-servicing-28802-01 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2020/ diff --git a/release-notes/2.1/2.1.18/2.1.611-download.md b/release-notes/2.1/2.1.18/2.1.611-download.md index 38419e922..02fb0ee57 100644 --- a/release-notes/2.1/2.1.18/2.1.611-download.md +++ b/release-notes/2.1/2.1.18/2.1.611-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.611](#downloads) | | Windows | Visual Studio 2017 | [2.1.514](2.1.18.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -102,8 +102,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.18/2.1.806-download.md b/release-notes/2.1/2.1.18/2.1.806-download.md index d6f888300..7cbf664d1 100644 --- a/release-notes/2.1/2.1.18/2.1.806-download.md +++ b/release-notes/2.1/2.1.18/2.1.806-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.611](2.1.611-download.md) | | Windows | Visual Studio 2017 | [2.1.514](2.1.18.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,8 +116,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.18-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.19/2.1.19-install-instructions.md b/release-notes/2.1/2.1.19/2.1.19-install-instructions.md index d36ad81b9..d6b2bc791 100644 --- a/release-notes/2.1/2.1.19/2.1.19-install-instructions.md +++ b/release-notes/2.1/2.1.19/2.1.19-install-instructions.md @@ -92,8 +92,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-june-2020/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/988d236a-30bf-4e96-8063-665d27c922c9/b793025960eaf182d8f32e723ad9b47a/dotnet-hosting-2.1.19-win.exe diff --git a/release-notes/2.1/2.1.19/2.1.19.md b/release-notes/2.1/2.1.19/2.1.19.md index a731464e3..e72098f4e 100644 --- a/release-notes/2.1/2.1.19/2.1.19.md +++ b/release-notes/2.1/2.1.19/2.1.19.md @@ -32,7 +32,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.612](2.1.612-download.md) | | Windows | Visual Studio 2017 | [2.1.515](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update will not be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's March servicing release. @@ -186,7 +186,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.19-servicing-28928-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-june-2020/ diff --git a/release-notes/2.1/2.1.19/2.1.612-download.md b/release-notes/2.1/2.1.19/2.1.612-download.md index abcace987..9b4488bea 100644 --- a/release-notes/2.1/2.1.19/2.1.612-download.md +++ b/release-notes/2.1/2.1.19/2.1.612-download.md @@ -29,7 +29,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.612](#downloads) | | Windows | Visual Studio 2017 | [2.1.515](2.1.19.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -101,8 +101,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.19/2.1.807-download.md b/release-notes/2.1/2.1.19/2.1.807-download.md index 6bfac0776..78c0ddf61 100644 --- a/release-notes/2.1/2.1.19/2.1.807-download.md +++ b/release-notes/2.1/2.1.19/2.1.807-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.612](2.1.612-download.md) | | Windows | Visual Studio 2017 | [2.1.515](2.1.19.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,8 +116,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.19-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.2.md b/release-notes/2.1/2.1.2.md index dc6fc405e..ebc991c12 100644 --- a/release-notes/2.1/2.1.2.md +++ b/release-notes/2.1/2.1.2.md @@ -153,6 +153,6 @@ Microsoft.AspNetCore.App | 2.1.0, 2.1.1 | 2.1.2 | [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.2-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.302-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/07/10/net-core-july-2018-update/ diff --git a/release-notes/2.1/2.1.20/2.1.20-install-instructions.md b/release-notes/2.1/2.1.20/2.1.20-install-instructions.md index 46325722a..a31a628eb 100644 --- a/release-notes/2.1/2.1.20/2.1.20-install-instructions.md +++ b/release-notes/2.1/2.1.20/2.1.20-install-instructions.md @@ -92,8 +92,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-june-2020/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/fa2c9d72-dda4-4b9c-ae58-97d4f36dbd63/fb2dfa6b0fede5d060ee3bae9d4223f5/dotnet-hosting-2.1.20-win.exe diff --git a/release-notes/2.1/2.1.20/2.1.20.md b/release-notes/2.1/2.1.20/2.1.20.md index acd510ca9..a25ca11c9 100644 --- a/release-notes/2.1/2.1.20/2.1.20.md +++ b/release-notes/2.1/2.1.20/2.1.20.md @@ -32,7 +32,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.613](2.1.613-download.md) | | Windows | Visual Studio 2017 | [2.1.516](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update will not be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's March servicing release. @@ -150,7 +150,7 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.20-servicing-29019-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-june-2020/ diff --git a/release-notes/2.1/2.1.20/2.1.613-download.md b/release-notes/2.1/2.1.20/2.1.613-download.md index 8e796a710..6d1efbcb7 100644 --- a/release-notes/2.1/2.1.20/2.1.613-download.md +++ b/release-notes/2.1/2.1.20/2.1.613-download.md @@ -29,7 +29,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.613](#downloads) | | Windows | Visual Studio 2017 | [2.1.516](2.1.20.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -101,8 +101,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.20/2.1.808-download.md b/release-notes/2.1/2.1.20/2.1.808-download.md index 2df1e3fd9..fea49a540 100644 --- a/release-notes/2.1/2.1.20/2.1.808-download.md +++ b/release-notes/2.1/2.1.20/2.1.808-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.613](2.1.613-download.md) | | Windows | Visual Studio 2017 | [2.1.516](2.1.20.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,8 +116,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.20-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.21/2.1.21-install-instructions.md b/release-notes/2.1/2.1.21/2.1.21-install-instructions.md index 101913392..49950bdd0 100644 --- a/release-notes/2.1/2.1.21/2.1.21-install-instructions.md +++ b/release-notes/2.1/2.1.21/2.1.21-install-instructions.md @@ -92,8 +92,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-august-2020/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/ddde4319-0780-4b63-95e0-6dffc6445475/8545d6638e0b94440ed56f57f5a15410/dotnet-hosting-2.1.21-win.exe diff --git a/release-notes/2.1/2.1.21/2.1.21.md b/release-notes/2.1/2.1.21/2.1.21.md index 309a1e0f6..79b9fe2b4 100644 --- a/release-notes/2.1/2.1.21/2.1.21.md +++ b/release-notes/2.1/2.1.21/2.1.21.md @@ -32,7 +32,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.614](2.1.614-download.md) | | Windows | Visual Studio 2017 | [2.1.517](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update will not be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's March servicing release. @@ -145,7 +145,7 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.21.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-august-2020/ diff --git a/release-notes/2.1/2.1.21/2.1.614-download.md b/release-notes/2.1/2.1.21/2.1.614-download.md index 2dfaef4b3..62a6f36e3 100644 --- a/release-notes/2.1/2.1.21/2.1.614-download.md +++ b/release-notes/2.1/2.1.21/2.1.614-download.md @@ -29,7 +29,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.614](#downloads) | | Windows | Visual Studio 2017 | [2.1.517](2.1.21.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -101,8 +101,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.21/2.1.809-download.md b/release-notes/2.1/2.1.21/2.1.809-download.md index c564a00a8..93eac9fae 100644 --- a/release-notes/2.1/2.1.21/2.1.809-download.md +++ b/release-notes/2.1/2.1.21/2.1.809-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.614](2.1.614-download.md) | | Windows | Visual Studio 2017 | [2.1.517](2.1.21.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,8 +116,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.21-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.22/2.1.22-install-instructions.md b/release-notes/2.1/2.1.22/2.1.22-install-instructions.md index a68d2cb29..eb9d7cecc 100644 --- a/release-notes/2.1/2.1.22/2.1.22-install-instructions.md +++ b/release-notes/2.1/2.1.22/2.1.22-install-instructions.md @@ -90,7 +90,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-august-2020/ [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/2fe0ef0c-a6b6-4cda-b6b8-874068bb131f/709d1c7817fa19524089dda74933ddce/dotnet-hosting-2.1.22-win.exe diff --git a/release-notes/2.1/2.1.22/2.1.22.md b/release-notes/2.1/2.1.22/2.1.22.md index ee96ae0c2..9017bb4a8 100644 --- a/release-notes/2.1/2.1.22/2.1.22.md +++ b/release-notes/2.1/2.1.22/2.1.22.md @@ -32,7 +32,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.615](2.1.615-download.md) | | Windows | Visual Studio 2017 | [2.1.518](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update will not be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's September servicing release. @@ -157,8 +157,8 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.22-servicing-29221-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2020/ diff --git a/release-notes/2.1/2.1.22/2.1.615-download.md b/release-notes/2.1/2.1.22/2.1.615-download.md index a873e0fdf..d65fc9963 100644 --- a/release-notes/2.1/2.1.22/2.1.615-download.md +++ b/release-notes/2.1/2.1.22/2.1.615-download.md @@ -29,7 +29,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.615](#downloads) | | Windows | Visual Studio 2017 | [2.1.518](2.1.22.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -101,8 +101,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2020/ diff --git a/release-notes/2.1/2.1.22/2.1.810-download.md b/release-notes/2.1/2.1.22/2.1.810-download.md index c6367a39c..dd717817a 100644 --- a/release-notes/2.1/2.1.22/2.1.810-download.md +++ b/release-notes/2.1/2.1.22/2.1.810-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.615](2.1.615-download.md) | | Windows | Visual Studio 2017 | [2.1.518](2.1.22.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,8 +116,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.22-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2020/ diff --git a/release-notes/2.1/2.1.23/2.1.23-install-instructions.md b/release-notes/2.1/2.1.23/2.1.23-install-instructions.md index 734762ccd..094542212 100644 --- a/release-notes/2.1/2.1.23/2.1.23-install-instructions.md +++ b/release-notes/2.1/2.1.23/2.1.23-install-instructions.md @@ -90,6 +90,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/3e3c37fb-4d77-4558-a78c-17434e1cc804/60116643f610fb43f858af4e0dc1b223/dotnet-hosting-2.1.23-win.exe diff --git a/release-notes/2.1/2.1.23/2.1.23.md b/release-notes/2.1/2.1.23/2.1.23.md index ef8a80794..ec5fba92f 100644 --- a/release-notes/2.1/2.1.23/2.1.23.md +++ b/release-notes/2.1/2.1.23/2.1.23.md @@ -32,7 +32,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.616](2.1.616-download.md) | | Windows | Visual Studio 2017 | [2.1.519](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update won't be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's October servicing release. @@ -141,8 +141,8 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.23-servicing-29322-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-october-2020/ [//]: # ( Runtime 2.1.23) diff --git a/release-notes/2.1/2.1.23/2.1.616-download.md b/release-notes/2.1/2.1.23/2.1.616-download.md index 8c1d449c5..ba51f4f74 100644 --- a/release-notes/2.1/2.1.23/2.1.616-download.md +++ b/release-notes/2.1/2.1.23/2.1.616-download.md @@ -29,7 +29,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.616](#downloads) | | Windows | Visual Studio 2017 | [2.1.519](2.1.23.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -101,8 +101,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ diff --git a/release-notes/2.1/2.1.23/2.1.811-download.md b/release-notes/2.1/2.1.23/2.1.811-download.md index 0fc71aaaa..3188d85c4 100644 --- a/release-notes/2.1/2.1.23/2.1.811-download.md +++ b/release-notes/2.1/2.1.23/2.1.811-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.616](2.1.616-download.md) | | Windows | Visual Studio 2017 | [2.1.519](2.1.23.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,8 +116,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.23-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 2.1.23) diff --git a/release-notes/2.1/2.1.24/2.1.24-install-instructions.md b/release-notes/2.1/2.1.24/2.1.24-install-instructions.md index 493c8a5a4..5e77760b6 100644 --- a/release-notes/2.1/2.1.24/2.1.24-install-instructions.md +++ b/release-notes/2.1/2.1.24/2.1.24-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/f55c59eb-1488-4b29-bd3c-c07e0e1db3fc/5205b2f088e6af60bae5620b1a7ee112/dotnet-hosting-2.1.24-win.exe diff --git a/release-notes/2.1/2.1.24/2.1.24.md b/release-notes/2.1/2.1.24/2.1.24.md index c5c281b5d..4cd6d9c62 100644 --- a/release-notes/2.1/2.1.24/2.1.24.md +++ b/release-notes/2.1/2.1.24/2.1.24.md @@ -26,7 +26,7 @@ $ dotnet --version 2.1.520 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -48,11 +48,11 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.617](2.1.617-download.md) | | Windows | Visual Studio 2017 | [2.1.520](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update won't be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's January servicing release. -This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). +This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://learn.microsoft.com/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). ## Notable Changes @@ -148,8 +148,8 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.24-servicing-29518-02.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-january-2021/ diff --git a/release-notes/2.1/2.1.24/2.1.617-download.md b/release-notes/2.1/2.1.24/2.1.617-download.md index 10b10fbb6..454b762fa 100644 --- a/release-notes/2.1/2.1.24/2.1.617-download.md +++ b/release-notes/2.1/2.1.24/2.1.617-download.md @@ -29,7 +29,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.617](#downloads) | | Windows | Visual Studio 2017 | [2.1.520](2.1.24.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -101,8 +101,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ diff --git a/release-notes/2.1/2.1.24/2.1.812-download.md b/release-notes/2.1/2.1.24/2.1.812-download.md index 061ecce89..c294db0f6 100644 --- a/release-notes/2.1/2.1.24/2.1.812-download.md +++ b/release-notes/2.1/2.1.24/2.1.812-download.md @@ -30,7 +30,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.1.617](2.1.617-download.md) | | Windows | Visual Studio 2017 | [2.1.520](2.1.24.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -116,8 +116,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.24-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 2.1.24) diff --git a/release-notes/2.1/2.1.25/2.1.25-install-instructions.md b/release-notes/2.1/2.1.25/2.1.25-install-instructions.md index 24fb24d62..2d6cb5bd6 100644 --- a/release-notes/2.1/2.1.25/2.1.25-install-instructions.md +++ b/release-notes/2.1/2.1.25/2.1.25-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/1378fab5-20e6-4481-a4c9-174d77a5f1df/da00bc27cc5cceac3d845b6e0332ce5a/dotnet-hosting-2.1.25-win.exe diff --git a/release-notes/2.1/2.1.25/2.1.25.md b/release-notes/2.1/2.1.25/2.1.25.md index 41e520075..647550cf4 100644 --- a/release-notes/2.1/2.1.25/2.1.25.md +++ b/release-notes/2.1/2.1.25/2.1.25.md @@ -26,7 +26,7 @@ $ dotnet --version 2.1.521 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -47,11 +47,11 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.521](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update won't be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's January servicing release. -This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). +This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://learn.microsoft.com/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). ## Notable Changes @@ -175,8 +175,8 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.25-servicing-29720-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-february-2021/ diff --git a/release-notes/2.1/2.1.25/2.1.813-download.md b/release-notes/2.1/2.1.25/2.1.813-download.md index ca8977ba9..2d4102318 100644 --- a/release-notes/2.1/2.1.25/2.1.813-download.md +++ b/release-notes/2.1/2.1.25/2.1.813-download.md @@ -28,7 +28,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.521](2.1.25.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -114,8 +114,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.25-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 2.1.25) diff --git a/release-notes/2.1/2.1.26/2.1.26-install-instructions.md b/release-notes/2.1/2.1.26/2.1.26-install-instructions.md index ec5206c5c..afe4d0a1b 100644 --- a/release-notes/2.1/2.1.26/2.1.26-install-instructions.md +++ b/release-notes/2.1/2.1.26/2.1.26-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.26-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.26-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/24b6ff4e-0c2c-4955-abdc-b339df494a62/2d2edeafccfde9b8a33ced28cad5b7a7/dotnet-hosting-2.1.26-win.exe diff --git a/release-notes/2.1/2.1.26/2.1.26.md b/release-notes/2.1/2.1.26/2.1.26.md index 7d1064c28..3e7a9200f 100644 --- a/release-notes/2.1/2.1.26/2.1.26.md +++ b/release-notes/2.1/2.1.26/2.1.26.md @@ -26,7 +26,7 @@ $ dotnet --version 2.1.522 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -47,11 +47,11 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.522](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update won't be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's January servicing release. -This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). +This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://learn.microsoft.com/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). ## Notable Changes @@ -161,8 +161,8 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.26-servicing-29812-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.26-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.26-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-march-2021/ diff --git a/release-notes/2.1/2.1.26/2.1.814-download.md b/release-notes/2.1/2.1.26/2.1.814-download.md index a7289cf44..7ef2f527d 100644 --- a/release-notes/2.1/2.1.26/2.1.814-download.md +++ b/release-notes/2.1/2.1.26/2.1.814-download.md @@ -28,7 +28,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.522](2.1.26.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -114,8 +114,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.26-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.26-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 2.1.26) diff --git a/release-notes/2.1/2.1.27/2.1.27-install-instructions.md b/release-notes/2.1/2.1.27/2.1.27-install-instructions.md index e5200829b..de04a777a 100644 --- a/release-notes/2.1/2.1.27/2.1.27-install-instructions.md +++ b/release-notes/2.1/2.1.27/2.1.27-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.27-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.27-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/4155e077-4635-4a74-8c96-3feb3f341073/771eb3d31794d7fd6030d367e0236ec8/dotnet-hosting-2.1.27-win.exe diff --git a/release-notes/2.1/2.1.27/2.1.27.md b/release-notes/2.1/2.1.27/2.1.27.md index 6570593d7..bdaea8f06 100644 --- a/release-notes/2.1/2.1.27/2.1.27.md +++ b/release-notes/2.1/2.1.27/2.1.27.md @@ -26,7 +26,7 @@ $ dotnet --version 2.1.523 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -47,11 +47,11 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.523](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update won't be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's January servicing release. -This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://docs.microsoft.com/en-us/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). +This update of .NET Core 2.1 is the last update for .NET Core 2.1.6xx SDK since [Visual Studio 16.0 is out of support](https://learn.microsoft.com/visualstudio/releases/2019/servicing) as of January 2021. We will continue to update versions 2.1.5xx and 2.1.8xx until [.NET Core 2.1 reaches end of life](https://github.com/dotnet/core/blob/main/releases.md). ## Notable Changes @@ -158,8 +158,8 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.27-servicing-29916-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.27-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.27-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-april-2021/ diff --git a/release-notes/2.1/2.1.27/2.1.815-download.md b/release-notes/2.1/2.1.27/2.1.815-download.md index e221f3998..4e3ad1dc5 100644 --- a/release-notes/2.1/2.1.27/2.1.815-download.md +++ b/release-notes/2.1/2.1.27/2.1.815-download.md @@ -28,7 +28,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.523](2.1.27.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -114,8 +114,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.27-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.27-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 2.1.27) diff --git a/release-notes/2.1/2.1.28/2.1.28-install-instructions.md b/release-notes/2.1/2.1.28/2.1.28-install-instructions.md index a99915aeb..336077bda 100644 --- a/release-notes/2.1/2.1.28/2.1.28-install-instructions.md +++ b/release-notes/2.1/2.1.28/2.1.28-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.28-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.28-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/50a47fa0-aff0-44d2-a4ef-0d7c608101e6/3bdef1208816793d6775b6d1912ab81f/dotnet-hosting-2.1.28-win.exe diff --git a/release-notes/2.1/2.1.28/2.1.28.md b/release-notes/2.1/2.1.28/2.1.28.md index 062dea054..9c9edd2ca 100644 --- a/release-notes/2.1/2.1.28/2.1.28.md +++ b/release-notes/2.1/2.1.28/2.1.28.md @@ -26,7 +26,7 @@ $ dotnet --version 2.1.524 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -47,7 +47,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.524](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | Note: This is not a security release hence this update won't be immediately available through Visual Studio. However, this is expected to show up in Visual Studio's January servicing release. @@ -155,8 +155,8 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.28-servicing-30015-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.28-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.28-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-may-2021/ diff --git a/release-notes/2.1/2.1.28/2.1.816-download.md b/release-notes/2.1/2.1.28/2.1.816-download.md index de059ffe9..f8acf5297 100644 --- a/release-notes/2.1/2.1.28/2.1.816-download.md +++ b/release-notes/2.1/2.1.28/2.1.816-download.md @@ -28,7 +28,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.524](2.1.28.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -114,8 +114,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.28-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.28-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 2.1.28) diff --git a/release-notes/2.1/2.1.3/2.1.3-download.md b/release-notes/2.1/2.1.3/2.1.3-download.md index 9ca4cb767..c93ff6387 100644 --- a/release-notes/2.1/2.1.3/2.1.3-download.md +++ b/release-notes/2.1/2.1.3/2.1.3-download.md @@ -115,7 +115,7 @@ export PATH=$PATH:$HOME/dotnet [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.3-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.401-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.3/2.1.3.md b/release-notes/2.1/2.1.3/2.1.3.md index adf5325a7..71fc6cf8d 100644 --- a/release-notes/2.1/2.1.3/2.1.3.md +++ b/release-notes/2.1/2.1.3/2.1.3.md @@ -114,7 +114,7 @@ Please see the [ASP.NET Core release notes](https://github.com/aspnet/Home/relea [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.3-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.401-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.30/2.1.30-install-instructions.md b/release-notes/2.1/2.1.30/2.1.30-install-instructions.md index aa25b1e5c..b80e759c4 100644 --- a/release-notes/2.1/2.1.30/2.1.30-install-instructions.md +++ b/release-notes/2.1/2.1.30/2.1.30-install-instructions.md @@ -92,6 +92,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/cf7b17e3-ed6d-4ded-8ae6-9f83ffaaca98/9d2ca844baa4a4a9ed83861ffc8e293e/dotnet-hosting-2.1.30-win.exe diff --git a/release-notes/2.1/2.1.30/2.1.30.md b/release-notes/2.1/2.1.30/2.1.30.md index a224150f2..33c9bc307 100644 --- a/release-notes/2.1/2.1.30/2.1.30.md +++ b/release-notes/2.1/2.1.30/2.1.30.md @@ -26,7 +26,7 @@ $ dotnet --version 2.1.818 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -47,9 +47,9 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.818](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | -[.NET Core 2.1 will reach end of support on August 21, 2021](https://devblogs.microsoft.com/dotnet/net-core-2-1-will-reach-end-of-support-on-august-21-2021/). After this date, Microsoft will no longer provide technical support and updates (which includes security fixes) for this version. You'll need to update the version of .NET Core you're using to supported version (.NET Core 3.1 or .NET 5.0) before this date in order to continue to recieve updates. +[.NET Core 2.1 will reach end of support on August 21, 2021](https://devblogs.microsoft.com/dotnet/net-core-2-1-will-reach-end-of-support-on-august-21-2021/). After this date, Microsoft will no longer provide technical support and updates (which includes security fixes) for this version. You'll need to update the version of .NET Core you're using to supported version (.NET Core 3.1 or .NET 5.0) before this date in order to continue to recieve updates. ## Notable Changes @@ -69,7 +69,7 @@ An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .N Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. -A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame. +A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame. # Microsoft Security Advisory CVE-2021-34532 | ASP.NET Core Information Disclosure Vulnerability @@ -174,8 +174,8 @@ vs.redist.common.netcore.sharedhost.x86.2.1 | 2.1.30-servicing-30411-01.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-august-2021/ [//]: # ( Runtime 2.1.30) diff --git a/release-notes/2.1/2.1.30/2.1.526.md b/release-notes/2.1/2.1.30/2.1.526.md index 7e1e13acb..c664b3879 100644 --- a/release-notes/2.1/2.1.30/2.1.526.md +++ b/release-notes/2.1/2.1.30/2.1.526.md @@ -28,7 +28,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2017 | [2.1.526](2.1.30.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -114,8 +114,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.30-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux diff --git a/release-notes/2.1/2.1.4/2.1.4-download.md b/release-notes/2.1/2.1.4/2.1.4-download.md index 49e58ae9f..adcf0e2ea 100644 --- a/release-notes/2.1/2.1.4/2.1.4-download.md +++ b/release-notes/2.1/2.1.4/2.1.4-download.md @@ -117,7 +117,7 @@ export PATH=$PATH:$HOME/dotnet [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.4-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.402-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/09/11/net-core-september-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.4/2.1.4.md b/release-notes/2.1/2.1.4/2.1.4.md index fb2dbaa76..b7dba3df5 100644 --- a/release-notes/2.1/2.1.4/2.1.4.md +++ b/release-notes/2.1/2.1.4/2.1.4.md @@ -135,7 +135,7 @@ System.IO.Pipelines | 4.5.0 | 4.5.1 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.4-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.402-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/09/11/net-core-september-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.400-SDK/2.1.400-sdk-download.md b/release-notes/2.1/2.1.400-SDK/2.1.400-sdk-download.md index a3070c684..6babcf9dc 100644 --- a/release-notes/2.1/2.1.400-SDK/2.1.400-sdk-download.md +++ b/release-notes/2.1/2.1.400-SDK/2.1.400-sdk-download.md @@ -116,7 +116,7 @@ export PATH=$PATH:$HOME/dotnet [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.2-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.400-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/07/10/net-core-july-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md b/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md index 547e4a5ab..0c63fab25 100644 --- a/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md +++ b/release-notes/2.1/2.1.400-SDK/2.1.400-sdk.md @@ -1,6 +1,6 @@ # .NET Core 2.1.400 SDK Update - August 14, 2018 -.NET Core SDK 2.1.400 is available for download and usage in your environment. This includes the [2.1.2 Runtime](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.2.md) that shipped in July 2018. This release also ships with [Visual Studio 15.8](https://docs.microsoft.com/visualstudio/releasenotes/vs2017-relnotes#NETCoreSDK2.1.400). +.NET Core SDK 2.1.400 is available for download and usage in your environment. This includes the [2.1.2 Runtime](https://github.com/dotnet/core/blob/main/release-notes/2.1/2.1.2.md) that shipped in July 2018. This release also ships with [Visual Studio 15.8](https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes#NETCoreSDK2.1.400). * [Downloads](#downloads) * [Changes in this release](#notable-changes-in-sdk-21400) @@ -39,7 +39,7 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo * Added support for interactive restore/add package to support NuGet and VSTS. authenticated feeds. [NuGet/Home#7017](https://github.com/NuGet/Home/issues/7017), [NuGet/Home#6642](https://github.com/NuGet/Home/issues/6642) * Added error codes to all SDK error messages. [dotnet/cli#2269](https://github.com/dotnet/sdk/pull/2269) * Highlights of included tools: - * Updates to Visual Basic and F# 4.5 as described in the [Visual Studio Release Notes](https://docs.microsoft.com/visualstudio/releasenotes/vs2017-relnotes) + * Updates to Visual Basic and F# 4.5 as described in the [Visual Studio Release Notes](https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes) [dlc-runtime]: https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89 [dlc-sdk]: https://download.microsoft.com/download/9/D/2/9D2354BE-778B-42D6-BA4F-3CEF489A4FDE @@ -96,7 +96,7 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.2-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.400-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/07/10/net-core-july-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.1/2.1.5/2.1.5-download.md b/release-notes/2.1/2.1.5/2.1.5-download.md index 895a92591..c2e28f36c 100644 --- a/release-notes/2.1/2.1.5/2.1.5-download.md +++ b/release-notes/2.1/2.1.5/2.1.5-download.md @@ -102,6 +102,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.5-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.403-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/07/10/net-core-july-2018-update/ diff --git a/release-notes/2.1/2.1.5/2.1.5.md b/release-notes/2.1/2.1.5/2.1.5.md index d2d4dd253..0ec5624c6 100644 --- a/release-notes/2.1/2.1.5/2.1.5.md +++ b/release-notes/2.1/2.1.5/2.1.5.md @@ -96,6 +96,6 @@ This release includes a number of impactful fixes. Please see the [commit list]( [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.5-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.403-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/10/02/net-core-october-2018-update/ diff --git a/release-notes/2.1/2.1.502-SDK/2.1.502-download.md b/release-notes/2.1/2.1.502-SDK/2.1.502-download.md index a05bf277b..1f6b20a78 100644 --- a/release-notes/2.1/2.1.502-SDK/2.1.502-download.md +++ b/release-notes/2.1/2.1.502-SDK/2.1.502-download.md @@ -126,7 +126,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.502-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ \ No newline at end of file diff --git a/release-notes/2.1/2.1.502-SDK/2.1.502.md b/release-notes/2.1/2.1.502-SDK/2.1.502.md index 26c9d6cf6..a891b5d85 100644 --- a/release-notes/2.1/2.1.502-SDK/2.1.502.md +++ b/release-notes/2.1/2.1.502-SDK/2.1.502.md @@ -1,6 +1,6 @@ # .NET Core SDK 2.1.502 - December 11, 2018 -.NET Core SDK 2.1.502 is available for download and usage in your environment. This release includes the previously released .NET Core 2.1.6. The .NET Core SDK 2.1.502 matches what is included in [Visual Studio 2017 version 15.9.4](https://docs.microsoft.com/visualstudio/releasenotes/vs2017-relnotes#15.9.4). +.NET Core SDK 2.1.502 is available for download and usage in your environment. This release includes the previously released .NET Core 2.1.6. The .NET Core SDK 2.1.502 matches what is included in [Visual Studio 2017 version 15.9.4](https://learn.microsoft.com/visualstudio/releasenotes/vs2017-relnotes#15.9.4). All fixes of note can be seen in the [.NET Core 2.1.502 commits](2.1.502-commits.md) list. * [Downloads](#downloads) @@ -75,7 +75,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.502-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.6/2.1.6-download.md b/release-notes/2.1/2.1.6/2.1.6-download.md index 8be2b157d..780a4109a 100644 --- a/release-notes/2.1/2.1.6/2.1.6-download.md +++ b/release-notes/2.1/2.1.6/2.1.6-download.md @@ -129,7 +129,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.500-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/2018/10/02/net-core-october-2018-update/ diff --git a/release-notes/2.1/2.1.6/2.1.6.md b/release-notes/2.1/2.1.6/2.1.6.md index a83c3521b..ca4133fcc 100644 --- a/release-notes/2.1/2.1.6/2.1.6.md +++ b/release-notes/2.1/2.1.6/2.1.6.md @@ -93,6 +93,6 @@ This release includes a number of impactful fixes. Please see the [commit list]( [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.500-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/11/ diff --git a/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md b/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md index b00f40622..8abb7ee44 100644 --- a/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md +++ b/release-notes/2.1/2.1.602-SDK/2.1.602-SDK.md @@ -126,7 +126,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.9-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.602-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.603-SDK/2.1.603-SDK-download.md b/release-notes/2.1/2.1.603-SDK/2.1.603-SDK-download.md index b5ca20bd0..af3d6d3ed 100644 --- a/release-notes/2.1/2.1.603-SDK/2.1.603-SDK-download.md +++ b/release-notes/2.1/2.1.603-SDK/2.1.603-SDK-download.md @@ -12,7 +12,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019 | :-- | :--: | | Visual Studio 2017 (Windows) | [2.1.506](../2.1.10/2.1.10-download.md) | | Visual Studio 2019 (Windows) | [2.1.603](#downloads) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -138,7 +138,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.10-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.603-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.1/2.1.604-SDK/2.1.604-SDK-download.md b/release-notes/2.1/2.1.604-SDK/2.1.604-SDK-download.md index b323ba2ed..f62af7104 100644 --- a/release-notes/2.1/2.1.604-SDK/2.1.604-SDK-download.md +++ b/release-notes/2.1/2.1.604-SDK/2.1.604-SDK-download.md @@ -12,7 +12,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019. | :-- | :--: | | Visual Studio 2017 (Windows) | [2.1.507](../2.1.11/2.1.11-download.md) | | Visual Studio 2019 (Windows) | [2.1.604](#downloads) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -135,7 +135,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.11-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.604-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-may-2019/ diff --git a/release-notes/2.1/2.1.7/2.1.7-download.md b/release-notes/2.1/2.1.7/2.1.7-download.md index 8e874f390..3a13366ce 100644 --- a/release-notes/2.1/2.1.7/2.1.7-download.md +++ b/release-notes/2.1/2.1.7/2.1.7-download.md @@ -128,7 +128,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.7-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.503-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/2019/01/ \ No newline at end of file diff --git a/release-notes/2.1/2.1.7/2.1.7.md b/release-notes/2.1/2.1.7/2.1.7.md index 8a430dd97..3bf2f8547 100644 --- a/release-notes/2.1/2.1.7/2.1.7.md +++ b/release-notes/2.1/2.1.7/2.1.7.md @@ -60,7 +60,7 @@ All fixes of note can be seen in the [2.1.7 commits](2.1.7-commits.md) list. Microsoft.NETCore.App (System.Net.Http) | 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.1.7 * ### [CVE-2019-0548: ASP.NET Core Denial Of Service Vulnerability](https://github.com/aspnet/Announcements/issues/335) - + This security vulnerability exists in ASP.NET Core 1.0, 1.1, 2.1 and 2.2. If an application is hosted on Internet Information Server (IIS) a remote unauthenticated attacker can use a specially crafted request to cause a Denial of Service. **Affected Package and Binary updates** @@ -70,7 +70,7 @@ All fixes of note can be seen in the [2.1.7 commits](2.1.7-commits.md) list. AspNetCoreModule (ANCM) | Prior to 12.1.18346.0 | >=12.1.18346.0 * ### [CVE-2019-0564: ASP.NET Core Denial Of Service Vulnerability](https://github.com/aspnet/Announcements/issues/334) - + This security vulnerability exists when ASP.NET Core 2.1 and 2.2 improperly handles web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against an ASP.NET Core web application. The vulnerability can be exploited remotely, without authentication. A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to the .NET Core application. @@ -91,18 +91,18 @@ All fixes of note can be seen in the [2.1.7 commits](2.1.7-commits.md) list. A security vulnerability exists wherein .NET Core 2.1 improperly handles specially crafted files. An attacker who successfully exploited this vulnerability could write arbitrary files and directories to certain locations on a vulnerable system. However, an attacker would have limited control over the destination of the files and directories. To exploit the vulnerability, an attacker must send a specially crafted file to a vulnerable system - + **Package and Binary updates** - + Package name | Vulnerable versions | Secure versions ------------ | ------------------- | ------------------------- Microsoft.NETCore.App* | 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6 | 2.1.7 \* Updated Microsoft.NETCore.App contains System.IO.Compression.ZipFile.dll version 4.3.1, which is not available separately on nuget.org. - + ## Packages updated in this release: -Package name | Version ------------- | ------------------- +Package name | Version +------------ | ------------------- dotnet-aspnet-codegenerator | 2.1.7 Microsoft.AspNetCore | 2.1.7 Microsoft.AspNetCore.All | 2.1.7 @@ -230,6 +230,6 @@ System.Threading.Tasks.Extensions | 4.5.2 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.7-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.503-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/ diff --git a/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md b/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md index 90775a81b..21b21e4d2 100644 --- a/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md +++ b/release-notes/2.1/2.1.700-SDK/2.1.700-SDK-download.md @@ -12,7 +12,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019 | :-- | :--: | | Visual Studio 2017 (Windows) | [2.1.507](../2.1.11/2.1.11-download.md) | | Visual Studio 2019 (Windows) | [2.1.700](#downloads) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -135,7 +135,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.11-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.700-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-may-2019/ diff --git a/release-notes/2.1/2.1.8/2.1.8-download.md b/release-notes/2.1/2.1.8/2.1.8-download.md index 36cfd1ca4..e77d6fad6 100644 --- a/release-notes/2.1/2.1.8/2.1.8-download.md +++ b/release-notes/2.1/2.1.8/2.1.8-download.md @@ -142,7 +142,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.8-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.504-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.1/2.1.8/2.1.8.md b/release-notes/2.1/2.1.8/2.1.8.md index c03f7cfe7..2c669c502 100644 --- a/release-notes/2.1/2.1.8/2.1.8.md +++ b/release-notes/2.1/2.1.8/2.1.8.md @@ -202,6 +202,6 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.1.8 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.8-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.504-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/ diff --git a/release-notes/2.1/2.1.9/2.1.9-download.md b/release-notes/2.1/2.1.9/2.1.9-download.md index 1b223663b..c249cda14 100644 --- a/release-notes/2.1/2.1.9/2.1.9-download.md +++ b/release-notes/2.1/2.1.9/2.1.9-download.md @@ -141,7 +141,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.9-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.505-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/2019/03/12/net-core-march-2019/ diff --git a/release-notes/2.1/2.1.9/2.1.9.md b/release-notes/2.1/2.1.9/2.1.9.md index bc1acc8ab..bf0252491 100644 --- a/release-notes/2.1/2.1.9/2.1.9.md +++ b/release-notes/2.1/2.1.9/2.1.9.md @@ -176,6 +176,6 @@ System.Security.Cryptography.OpenSsl | 4.5.1 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.9-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.505-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2019/ diff --git a/release-notes/2.1/Preview/2.1.600-preview-download.md b/release-notes/2.1/Preview/2.1.600-preview-download.md index 4ef3abefa..98b10354e 100644 --- a/release-notes/2.1/Preview/2.1.600-preview-download.md +++ b/release-notes/2.1/Preview/2.1.600-preview-download.md @@ -120,7 +120,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.600-preview-009426-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.1/Preview/2.1.600-preview.md b/release-notes/2.1/Preview/2.1.600-preview.md index d286bd353..ba4924e97 100644 --- a/release-notes/2.1/Preview/2.1.600-preview.md +++ b/release-notes/2.1/Preview/2.1.600-preview.md @@ -73,7 +73,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.600-preview-009426-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.1/README.md b/release-notes/2.1/README.md index 5a9357a89..92ebc0303 100644 --- a/release-notes/2.1/README.md +++ b/release-notes/2.1/README.md @@ -5,7 +5,7 @@ This release is out of support. See [.NET releases](../../releases.md) for in-su [.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) was an [LTS release](../../release-policies.md) and was supported for (a little more than) three years, from May 2018 to August 2021. It was [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](2.1-supported-os.md). - [Downloads](https://dotnet.microsoft.com/download/dotnet/2.1) (also see [Releases](#releases)) -- [Installation docs](https://docs.microsoft.com/dotnet/core/install/) +- [Installation docs](https://learn.microsoft.com/dotnet/core/install/) - [Containers](https://hub.docker.com/_/microsoft-dotnet) - [Supported operating systems](2.1-supported-os.md) - [Known Issues](2.1-known-issues.md) diff --git a/release-notes/2.2/2.2.0/2.2.0-download.md b/release-notes/2.2/2.2.0/2.2.0-download.md index 363e7ad61..7f050e00f 100644 --- a/release-notes/2.2/2.2.0/2.2.0-download.md +++ b/release-notes/2.2/2.2.0/2.2.0-download.md @@ -135,7 +135,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.0/2.2.0.md b/release-notes/2.2/2.2.0/2.2.0.md index 411061e14..269c69d41 100644 --- a/release-notes/2.2/2.2.0/2.2.0.md +++ b/release-notes/2.2/2.2.0/2.2.0.md @@ -42,7 +42,7 @@ The following repo has been updated ## Azure AppServices -* Deployment of .NET Core 2.2.0 to Azure App Services is complete. ANCM (ASP.NET Core Module) deployment is delayed and is expected to complete later in December. +* Deployment of .NET Core 2.2.0 to Azure App Services is complete. ANCM (ASP.NET Core Module) deployment is delayed and is expected to complete later in December. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ @@ -100,7 +100,7 @@ The following repo has been updated [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://aka.ms/netcore22announce diff --git a/release-notes/2.2/2.2.1/2.2.1-download.md b/release-notes/2.2/2.2.1/2.2.1-download.md index eb491d73c..d4ec5e793 100644 --- a/release-notes/2.2/2.2.1/2.2.1-download.md +++ b/release-notes/2.2/2.2.1/2.2.1-download.md @@ -129,7 +129,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.1-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.103-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/2019/01/ \ No newline at end of file diff --git a/release-notes/2.2/2.2.1/2.2.1.md b/release-notes/2.2/2.2.1/2.2.1.md index 2850956a7..e4de3e7b4 100644 --- a/release-notes/2.2/2.2.1/2.2.1.md +++ b/release-notes/2.2/2.2.1/2.2.1.md @@ -49,7 +49,7 @@ The following OS versions have changed support status since our last release: ## Changes in 2.2.1 -.NET Core 2.2.1 release carries both security and non-security fixes. In addition to the listed vulnerabilites (see CVEs below) support for new Japanese calendar era and running in a sandbox on Mac has been added along with a few other reliability fixes. +.NET Core 2.2.1 release carries both security and non-security fixes. In addition to the listed vulnerabilites (see CVEs below) support for new Japanese calendar era and running in a sandbox on Mac has been added along with a few other reliability fixes. All fixes of note can be seen in the [2.2.1 commits](2.2.1-commits.md) list. @@ -64,7 +64,7 @@ All fixes of note can be seen in the [2.2.1 commits](2.2.1-commits.md) list. Microsoft.NETCore.App (System.Net.Http) | 2.2.0 | 2.2.1 * ### [CVE-2019-0548: ASP.NET Core Denial Of Service Vulnerability](https://github.com/aspnet/Announcements/issues/335) - + This security vulnerability exists in ASP.NET Core 1.0, 1.1, 2.1 and 2.2. If an application is hosted on Internet Information Server (IIS) a remote unauthenticated attacker can use a specially crafted request to cause a Denial of Service. **Affected Package and Binary updates** @@ -74,7 +74,7 @@ All fixes of note can be seen in the [2.2.1 commits](2.2.1-commits.md) list. AspNetCoreModule (ANCM) | Prior to 12.2.18346.0 | >=12.2.18346.0 * ### [CVE-2019-0564: ASP.NET Core Denial Of Service Vulnerability](https://github.com/aspnet/Announcements/issues/334) - + This security vulnerability exists when ASP.NET Core 2.1 and 2.2 improperly handles web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against an ASP.NET Core web application. The vulnerability can be exploited remotely, without authentication. A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to the .NET Core application. @@ -92,8 +92,8 @@ All fixes of note can be seen in the [2.2.1 commits](2.2.1-commits.md) list. ## Packages updated in this release: -Package name | Version ------------- | ------------------- +Package name | Version +------------ | ------------------- dotnet-aspnet-codegenerator | 2.2.1 dotnet-ef | 2.2.1 Microsoft.AspNetCore.All | 2.2.1 @@ -241,6 +241,6 @@ System.Net.WebSockets.WebSocketProtocol | 4.5.3 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.1-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.1.503-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/01/ diff --git a/release-notes/2.2/2.2.101-SDK/2.2.101-download.md b/release-notes/2.2/2.2.101-SDK/2.2.101-download.md index da8b58772..592daef8f 100644 --- a/release-notes/2.2/2.2.101-SDK/2.2.101-download.md +++ b/release-notes/2.2/2.2.101-SDK/2.2.101-download.md @@ -133,7 +133,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.101-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://aka.ms/netcore22announce \ No newline at end of file diff --git a/release-notes/2.2/2.2.101-SDK/2.2.101.md b/release-notes/2.2/2.2.101-SDK/2.2.101.md index 21bddb6f2..9875be9be 100644 --- a/release-notes/2.2/2.2.101-SDK/2.2.101.md +++ b/release-notes/2.2/2.2.101-SDK/2.2.101.md @@ -81,7 +81,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.101-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://aka.ms/netcore22announce diff --git a/release-notes/2.2/2.2.2/2.2.2-download.md b/release-notes/2.2/2.2.2/2.2.2-download.md index 72a437949..a1105bcd8 100644 --- a/release-notes/2.2/2.2.2/2.2.2-download.md +++ b/release-notes/2.2/2.2.2/2.2.2-download.md @@ -143,7 +143,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.2-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.104-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.2/2.2.2/2.2.2.md b/release-notes/2.2/2.2.2/2.2.2.md index a071dacc5..58201d879 100644 --- a/release-notes/2.2/2.2.2/2.2.2.md +++ b/release-notes/2.2/2.2.2/2.2.2.md @@ -214,6 +214,6 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.2 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.2-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.104-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/02/12/net-core-february-2019/ diff --git a/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md b/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md index c132b6822..3851c880e 100644 --- a/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md +++ b/release-notes/2.2/2.2.202-SDK/2.2.202-SDK.md @@ -128,7 +128,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.3-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.202-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.203-SDK/2.2.203-SDK-download.md b/release-notes/2.2/2.2.203-SDK/2.2.203-SDK-download.md index 32d5fe0bf..8cc62f343 100644 --- a/release-notes/2.2/2.2.203-SDK/2.2.203-SDK-download.md +++ b/release-notes/2.2/2.2.203-SDK/2.2.203-SDK-download.md @@ -12,7 +12,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019 | :-- | :--: | | Visual Studio 2017 (Windows) | [2.2.106](../2.2.4/2.2.4-download.md) | | Visual Studio 2019 (Windows) | [2.2.203](#downloads) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -140,7 +140,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.4-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.203-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.204-SDK/2.2.204-SDK-download.md b/release-notes/2.2/2.2.204-SDK/2.2.204-SDK-download.md index 7a6110971..b36fd8f0d 100644 --- a/release-notes/2.2/2.2.204-SDK/2.2.204-SDK-download.md +++ b/release-notes/2.2/2.2.204-SDK/2.2.204-SDK-download.md @@ -12,7 +12,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019. | :-- | :--: | | Visual Studio 2017 (Windows) | [2.2.107](../2.2.5/2.2.5-download.md) | | Visual Studio 2019 (Windows) | [2.2.204](#downloads) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -138,7 +138,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.4-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.204-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-may-2019/ diff --git a/release-notes/2.2/2.2.3/2.2.3-download.md b/release-notes/2.2/2.2.3/2.2.3-download.md index 591c583e2..cf47c104b 100644 --- a/release-notes/2.2/2.2.3/2.2.3-download.md +++ b/release-notes/2.2/2.2.3/2.2.3-download.md @@ -143,6 +143,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.3-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.105-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/2019/03/12/net-core-march-2019/ diff --git a/release-notes/2.2/2.2.3/2.2.3.md b/release-notes/2.2/2.2.3/2.2.3.md index cbf4b91b8..33f2c570f 100644 --- a/release-notes/2.2/2.2.3/2.2.3.md +++ b/release-notes/2.2/2.2.3/2.2.3.md @@ -201,6 +201,6 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.2.3 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.3-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.105-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-march-2019/ \ No newline at end of file diff --git a/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md b/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md index 55273bceb..115d32b72 100644 --- a/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md +++ b/release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md @@ -12,7 +12,7 @@ This .NET Core SDK release is the version which shipped with Visual Studio 2019 | :-- | :--: | | Visual Studio 2017 (Windows) | [2.2.107](../2.2.5/2.2.5-download.md) | | Visual Studio 2019 (Windows) | [2.2.300](#downloads) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -138,7 +138,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.4-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.300-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-may-2019/ diff --git a/release-notes/2.2/2.2.4/2.2.4-download.md b/release-notes/2.2/2.2.4/2.2.4-download.md index eac856fe0..a0ad1c931 100644 --- a/release-notes/2.2/2.2.4/2.2.4-download.md +++ b/release-notes/2.2/2.2.4/2.2.4-download.md @@ -14,7 +14,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | :-- | :--: | | Visual Studio 2017 (Windows) | [2.2.106](#downloads) | | Visual Studio 2019 (Windows) | [2.2.203](../2.2.203-SDK/2.2.203-SDK-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -157,7 +157,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.4-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.106-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.4/2.2.4.md b/release-notes/2.2/2.2.4/2.2.4.md index 910001b7e..6fb36df3f 100644 --- a/release-notes/2.2/2.2.4/2.2.4.md +++ b/release-notes/2.2/2.2.4/2.2.4.md @@ -8,7 +8,7 @@ | :-- | :--: | | Visual Studio 2017 (Windows) | [2.2.106](#downloads) | | Visual Studio 2019 (Windows) | [2.2.203](../2.2.203-SDK/2.2.203-SDK-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | * [Blog Post][dotnet-blog] * [Downloads](#downloads) @@ -210,6 +210,6 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.4 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.4-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.106-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2019-updates-2-1-10-and-2-2-4/ diff --git a/release-notes/2.2/2.2.5/2.2.5-download.md b/release-notes/2.2/2.2.5/2.2.5-download.md index c4b554c30..cf17234e8 100644 --- a/release-notes/2.2/2.2.5/2.2.5-download.md +++ b/release-notes/2.2/2.2.5/2.2.5-download.md @@ -14,7 +14,7 @@ See the [Release Notes](2.2.5.md) for details about what is included in this upd | :-- | :--: | | Visual Studio 2017 (Windows) | [2.2.107](#downloads) | | Visual Studio 2019 (Windows) | [2.2.204](../2.2.204-SDK/2.2.204-SDK-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads @@ -155,7 +155,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.5-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.107-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-may-2019/ diff --git a/release-notes/2.2/2.2.5/2.2.5.md b/release-notes/2.2/2.2.5/2.2.5.md index b727a2478..9af8f5bba 100644 --- a/release-notes/2.2/2.2.5/2.2.5.md +++ b/release-notes/2.2/2.2.5/2.2.5.md @@ -8,7 +8,7 @@ | :-- | :--: | | Visual Studio 2017 (Windows) | [2.2.107](#downloads) | | Visual Studio 2019 (Windows) | [2.2.204](../2.2.204-SDK/2.2.204-SDK-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | * [Blog Post][dotnet-blog] * [Downloads](#downloads) @@ -259,7 +259,7 @@ System.Data.SqlClient|4.6.1 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.5-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.107-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-may-2019/ diff --git a/release-notes/2.2/2.2.6/2.2.205-sdk-download.md b/release-notes/2.2/2.2.6/2.2.205-sdk-download.md index 40b69e2d7..0da9e63b1 100644 --- a/release-notes/2.2/2.2.6/2.2.205-sdk-download.md +++ b/release-notes/2.2/2.2.6/2.2.205-sdk-download.md @@ -16,7 +16,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | Visual Studio 2019 version 16.0 (Windows) | [2.2.205](#downloads) | | Visual Studio 2019 version 16.1 (Windows) | [2.2.301](2.2.301-sdk-download.md) | | Visual Studio 2019 version 16.2 (Windows) | [2.2.401](2.2.401-sdk-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | @@ -164,7 +164,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.301-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.6/2.2.301-sdk-download.md b/release-notes/2.2/2.2.6/2.2.301-sdk-download.md index 9939edaa3..6685ce869 100644 --- a/release-notes/2.2/2.2.6/2.2.301-sdk-download.md +++ b/release-notes/2.2/2.2.6/2.2.301-sdk-download.md @@ -16,7 +16,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | Visual Studio 2019 version 16.0 (Windows) | [2.2.205](2.2.205-sdk-download.md) | | Visual Studio 2019 version 16.1 (Windows) | [2.2.301](#downloads) | | Visual Studio 2019 version 16.2 (Windows) | [2.2.401](2.2.401-sdk-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | @@ -162,7 +162,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.301-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.6/2.2.401-sdk-download.md b/release-notes/2.2/2.2.6/2.2.401-sdk-download.md index dfcc8c45f..5a27914b6 100644 --- a/release-notes/2.2/2.2.6/2.2.401-sdk-download.md +++ b/release-notes/2.2/2.2.6/2.2.401-sdk-download.md @@ -16,7 +16,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | Visual Studio 2019 version 16.0 (Windows) | [2.2.205](2.2.205-sdk-download.md) | | Visual Studio 2019 version 16.1 (Windows) | [2.2.301](2.2.301-sdk-download.md) | | Visual Studio 2019 version 16.2 (Windows) | [2.2.401](#downloads) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | @@ -151,7 +151,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.401-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.6/2.2.6-download.md b/release-notes/2.2/2.2.6/2.2.6-download.md index aeb8790a6..ade173bf4 100644 --- a/release-notes/2.2/2.2.6/2.2.6-download.md +++ b/release-notes/2.2/2.2.6/2.2.6-download.md @@ -16,7 +16,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/2 | Visual Studio 2019 version 16.0 (Windows) | [2.2.205](2.2.205-sdk-download.md) | | Visual Studio 2019 version 16.1 (Windows) | [2.2.301](2.2.301-sdk-download.md) | | Visual Studio 2019 version 16.2 (Windows) | [2.2.401](2.2.401-sdk-download.md) | -| Visual Studio for Mac | https://docs.microsoft.com/visualstudio/mac/net-core-support | +| Visual Studio for Mac | https://learn.microsoft.com/visualstudio/mac/net-core-support | ## Downloads | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | @@ -163,7 +163,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.301-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.6/2.2.6.md b/release-notes/2.2/2.2.6/2.2.6.md index 618b05cfa..c1f12e397 100644 --- a/release-notes/2.2/2.2.6/2.2.6.md +++ b/release-notes/2.2/2.2.6/2.2.6.md @@ -11,7 +11,7 @@ The July Update for .NET Core 2.1 includes multiple SDK builds. If you are a Vis | Windows | Visual Studio 2019 version 16.1 | [2.2.301](2.2.301-sdk-download.md) | | Windows | Visual Studio 2019 version 16.0 | [2.2.205](2.2.205-sdk-download.md) | | Windows | Visual Studio 2017 | [2.2.108](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | * [Blog Post][dotnet-blog] * [Downloads](#downloads) @@ -233,7 +233,7 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver|2.2.6 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.6-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.301-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-july-2019/ diff --git a/release-notes/2.2/2.2.7/2.2.206-download.md b/release-notes/2.2/2.2.7/2.2.206-download.md index 9b851e6d4..0aad6ecd1 100755 --- a/release-notes/2.2/2.2.7/2.2.206-download.md +++ b/release-notes/2.2/2.2.7/2.2.206-download.md @@ -16,7 +16,7 @@ The September Update for .NET Core 2.2 includes multiple SDK builds. If you are | Windows | Visual Studio 2019 version 16.2 | [2.2.402](2.2.402-download.md) | | Windows | Visual Studio 2019 version 16.0 | [2.2.206](#downloads) | | Windows | Visual Studio 2017 | [2.2.109](2.2.7-download.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Downloads @@ -113,7 +113,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.7/2.2.402-download.md b/release-notes/2.2/2.2.7/2.2.402-download.md index 7dd5ed6dd..52190084e 100755 --- a/release-notes/2.2/2.2.7/2.2.402-download.md +++ b/release-notes/2.2/2.2.7/2.2.402-download.md @@ -16,7 +16,7 @@ The September Update for .NET Core 2.2 includes multiple SDK builds. If you are | Windows | Visual Studio 2019 version 16.2 | [2.2.402](#downloads) | | Windows | Visual Studio 2019 version 16.0 | [2.2.206](2.2.206-download.md) | | Windows | Visual Studio 2017 | [2.2.109](2.2.7-download.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Downloads @@ -113,7 +113,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.7/2.2.7-download.md b/release-notes/2.2/2.2.7/2.2.7-download.md index 814f41e2e..8c7a24f50 100755 --- a/release-notes/2.2/2.2.7/2.2.7-download.md +++ b/release-notes/2.2/2.2.7/2.2.7-download.md @@ -16,7 +16,7 @@ The September Update for .NET Core 2.2 includes multiple SDK builds. If you are | Windows | Visual Studio 2019 version 16.2 | [2.2.402](2.2.402-download.md) | | Windows | Visual Studio 2019 version 16.0 | [2.2.206](2.2.206-download.md) | | Windows | Visual Studio 2017 | [2.2.109](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Downloads @@ -113,7 +113,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.7/2.2.7.md b/release-notes/2.2/2.2.7/2.2.7.md index 1282159fa..08089316d 100755 --- a/release-notes/2.2/2.2.7/2.2.7.md +++ b/release-notes/2.2/2.2.7/2.2.7.md @@ -40,7 +40,7 @@ The September Update for .NET Core 2.2 includes multiple SDK builds. If you are | Windows | Visual Studio 2019 version 16.2 | [2.2.402](2.2.402-download.md) | | Windows | Visual Studio 2019 version 16.0 | [2.2.206](2.2.206-download.md) | | Windows | Visual Studio 2017 | [2.2.109](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ### Docker Images @@ -236,6 +236,6 @@ runtime.win-x86.microsoft.netcore.dotnethostresolver | 2.2.7 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-september-2019/ diff --git a/release-notes/2.2/2.2.8/2.2.207-download.md b/release-notes/2.2/2.2.8/2.2.207-download.md index a7530bcf5..eb27061ff 100644 --- a/release-notes/2.2/2.2.8/2.2.207-download.md +++ b/release-notes/2.2/2.2.8/2.2.207-download.md @@ -31,7 +31,7 @@ The November Update for .NET Core 2.2 includes multiple SDK builds. If you are a | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.2.207](#downloads) | | Windows | Visual Studio 2017 | [2.2.110](2.2.8-download.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -115,7 +115,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.8/2.2.8-install-instructions.md b/release-notes/2.2/2.2.8/2.2.8-install-instructions.md index f81b6166c..32e5cdcca 100644 --- a/release-notes/2.2/2.2.8/2.2.8-install-instructions.md +++ b/release-notes/2.2/2.2.8/2.2.8-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/2.2/2.2.8/2.2.8.md b/release-notes/2.2/2.2.8/2.2.8.md index d2ca222d5..8b3543e9e 100644 --- a/release-notes/2.2/2.2.8/2.2.8.md +++ b/release-notes/2.2/2.2.8/2.2.8.md @@ -32,7 +32,7 @@ The November Update for .NET Core 2.2 includes multiple SDK builds. If you are a | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.0 | [2.2.207](2.2.207-download.md) | | Windows | Visual Studio 2017 | [2.2.110](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ### Docker Images @@ -137,7 +137,7 @@ runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 2.2.8 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.8-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-November-2019/ diff --git a/release-notes/2.2/preview/2.2.0-preview1-download.md b/release-notes/2.2/preview/2.2.0-preview1-download.md index 55ac2a25c..b81458168 100644 --- a/release-notes/2.2/preview/2.2.0-preview1-download.md +++ b/release-notes/2.2/preview/2.2.0-preview1-download.md @@ -92,7 +92,7 @@ export PATH=$PATH:$HOME/dotnet [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-preview1-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-preview1-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview1.md b/release-notes/2.2/preview/2.2.0-preview1.md index 9b26b68a3..7b15bf2a2 100644 --- a/release-notes/2.2/preview/2.2.0-preview1.md +++ b/release-notes/2.2/preview/2.2.0-preview1.md @@ -96,7 +96,7 @@ The following repo has been updated [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-preview1-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-preview1-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview2-download.md b/release-notes/2.2/preview/2.2.0-preview2-download.md index a92c7bf7a..ca5681895 100644 --- a/release-notes/2.2/preview/2.2.0-preview2-download.md +++ b/release-notes/2.2/preview/2.2.0-preview2-download.md @@ -92,7 +92,7 @@ export PATH=$PATH:$HOME/dotnet [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-preview2-26905-02-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-preview2-009404-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/09/11/net-core-sep-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview2.md b/release-notes/2.2/preview/2.2.0-preview2.md index 20edc4ce6..13c98da62 100644 --- a/release-notes/2.2/preview/2.2.0-preview2.md +++ b/release-notes/2.2/preview/2.2.0-preview2.md @@ -94,7 +94,7 @@ The following repo has been updated [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-preview2-26905-02-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-preview2-009404-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2018/09/11/net-core-sep-2018-update/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview3-download.md b/release-notes/2.2/preview/2.2.0-preview3-download.md index 994239222..890b15e1d 100644 --- a/release-notes/2.2/preview/2.2.0-preview3-download.md +++ b/release-notes/2.2/preview/2.2.0-preview3-download.md @@ -86,7 +86,7 @@ export PATH=$PATH:$HOME/dotnet [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-preview3-27014-02-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-preview3-009430-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.0-preview3.md b/release-notes/2.2/preview/2.2.0-preview3.md index 191ed036f..00250db75 100644 --- a/release-notes/2.2/preview/2.2.0-preview3.md +++ b/release-notes/2.2/preview/2.2.0-preview3.md @@ -8,7 +8,7 @@ * [.NET Core](https://blogs.msdn.microsoft.com/dotnet/2018/10/17/announcing-net-core-2-2-preview-3/) * [ASP.NET Core](https://blogs.msdn.microsoft.com/webdev/2018/10/17/asp-net-core-2-2-0-preview3-now-available/) * [Entity Framework Core](https://blogs.msdn.microsoft.com/dotnet/2018/10/17/announcing-entity-framework-core-2-2-preview-3/) - + The .NET Core SDK 2.2.100 Preview 3 includes .NET Core 2.2 Runtime Preview so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.2.100 Preview, the following command will show that you're running version `2.2.100-preview3-009430` of the tools. `dotnet --version` @@ -87,7 +87,7 @@ The following repo has been updated [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-preview3-27014-02-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-preview3-009430-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/ [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md diff --git a/release-notes/2.2/preview/2.2.200-preview-download.md b/release-notes/2.2/preview/2.2.200-preview-download.md index 30bf209b7..67eca0d6a 100644 --- a/release-notes/2.2/preview/2.2.200-preview-download.md +++ b/release-notes/2.2/preview/2.2.200-preview-download.md @@ -128,7 +128,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.200-preview-009648-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/2.2/preview/2.2.200-preview.md b/release-notes/2.2/preview/2.2.200-preview.md index f6931af11..6cd7c54be 100644 --- a/release-notes/2.2/preview/2.2.200-preview.md +++ b/release-notes/2.2/preview/2.2.200-preview.md @@ -81,7 +81,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.200-preview-009648-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://aka.ms/netcore22announce diff --git a/release-notes/3.0/3.0.0/3.0.0-download.md b/release-notes/3.0/3.0.0/3.0.0-download.md index 157e3c6b5..4dbefdde1 100644 --- a/release-notes/3.0/3.0.0/3.0.0-download.md +++ b/release-notes/3.0/3.0.0/3.0.0-download.md @@ -151,7 +151,7 @@ This will install the ASP.NET Core Module for IIS. [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.0/3.0.0/3.0.0.md b/release-notes/3.0/3.0.0/3.0.0.md index a4c87b07d..45b68d1cb 100644 --- a/release-notes/3.0/3.0.0/3.0.0.md +++ b/release-notes/3.0/3.0.0/3.0.0.md @@ -2,7 +2,7 @@ .NET Core 3.0.0 is available for download and usage in your environment. This release includes .NET Core 3.0.0 and .NET Core SDK 3.0.100. -**Visual Studio compatibility:** .NET Core 3.0.0 requires Visual Studio 2019 16.3 GA to take full advantage of all its features. .NET Core 3.0.0 will not work properly in earlier versions of Visual Studio. +**Visual Studio compatibility:** .NET Core 3.0.0 requires Visual Studio 2019 16.3 GA to take full advantage of all its features. .NET Core 3.0.0 will not work properly in earlier versions of Visual Studio. * [Changes in this release](#notable-changes-in-300) * [Known issues](../3.0-known-issues.md) @@ -153,7 +153,7 @@ Here are some of the additions and updates we're excited to bring in 3.0 GA. See [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0/ diff --git a/release-notes/3.0/3.0.1/3.0.1-install-instructions.md b/release-notes/3.0/3.0.1/3.0.1-install-instructions.md index 75c4123de..249f95f6a 100644 --- a/release-notes/3.0/3.0.1/3.0.1-install-instructions.md +++ b/release-notes/3.0/3.0.1/3.0.1-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.0/3.0.1/3.0.1.md b/release-notes/3.0/3.0.1/3.0.1.md index 642917d47..c1b9d953e 100644 --- a/release-notes/3.0/3.0.1/3.0.1.md +++ b/release-notes/3.0/3.0.1/3.0.1.md @@ -14,7 +14,7 @@ We've created an issue at [dotnet/core #3848](https://github.com/dotnet/core/iss | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]1 | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]1 | - | | Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - | - | @@ -60,7 +60,7 @@ The images are expected to be available later today. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-November-2019/ diff --git a/release-notes/3.0/3.0.2/3.0.2-install-instructions.md b/release-notes/3.0/3.0.2/3.0.2-install-instructions.md index 5ca2f448f..e1fa8f590 100644 --- a/release-notes/3.0/3.0.2/3.0.2-install-instructions.md +++ b/release-notes/3.0/3.0.2/3.0.2-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.0/3.0.2/3.0.2.md b/release-notes/3.0/3.0.2/3.0.2.md index dbefb56b8..6dc954a9c 100644 --- a/release-notes/3.0/3.0.2/3.0.2.md +++ b/release-notes/3.0/3.0.2/3.0.2.md @@ -141,7 +141,7 @@ Microsoft.WindowsDesktop.App | 3.1.0 | 3.1.1 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-January-2020/ diff --git a/release-notes/3.0/3.0.3/3.0.3-install-instructions.md b/release-notes/3.0/3.0.3/3.0.3-install-instructions.md index 9a7841c49..44b460639 100644 --- a/release-notes/3.0/3.0.3/3.0.3-install-instructions.md +++ b/release-notes/3.0/3.0.3/3.0.3-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.0/3.0.3/3.0.3.md b/release-notes/3.0/3.0.3/3.0.3.md index 9e303eaea..3e3939eba 100644 --- a/release-notes/3.0/3.0.3/3.0.3.md +++ b/release-notes/3.0/3.0.3/3.0.3.md @@ -14,7 +14,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | - | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]1 | - | | Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - | - | @@ -64,7 +64,7 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-february-2020/ diff --git a/release-notes/3.0/preview/3.0.0-preview-known-issues.md b/release-notes/3.0/preview/3.0.0-preview-known-issues.md index ce7609b60..4525959f0 100644 --- a/release-notes/3.0/preview/3.0.0-preview-known-issues.md +++ b/release-notes/3.0/preview/3.0.0-preview-known-issues.md @@ -22,24 +22,24 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma - **[RESOLVED] Misnamed or colliding non-resx resources ([microsoft/msbuild#4740](https://github.com/microsoft/msbuild/issues/4740))** Projects that specify non-resx `EmbeddedResource`s may have the resources embedded under an incorrect name (causing code that uses the correct name to fail at runtime). If two or more files are embedded in this way, `CS1508: The resource identifier ... has already been used in this assembly` may be issued at build time. - + This can be worked around with a property in the project file - + ```xml false ``` - + Resolved in the final `3.0.100` SDK. - **Builds fail with `MSB3041` when a `.resx` file is in a subfolder [microsoft/msbuild#4695](https://github.com/microsoft/msbuild/issues/4695)** MSBuild incorrectly constructs paths to `DependentUpon` source files related to `.resx` files that aren't at the project root. There is a workaround: - + Explicitly set `DependentUpon` metadata for resource files ([example for Entity Framework migrations](https://github.com/aspnet/EntityFramework6/issues/1225#issuecomment-528571274)). - + ### Preview 5 - **Visual style in WinForms app not showing correctly when publishing with PublishReadyToRun=true** @@ -47,9 +47,9 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma The ReadyToRun compiler in this preview does not copy Win32 resources from the managed assembly to the compiled output binary, which causes an issue with visual styles in WinForms apps. The workaround is to skip compilation of System.Windows.Forms.dll by adding the following to the project file: ```xml - + - ``` + ``` - **[RESOLVED] Scaffolding hangs indefinitely** @@ -65,8 +65,8 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma WebSocket connections to IIS In-Process servers will close after the client sends ~30MB of data. - To workaround this issue you can host your app with the [OutOfProcess](https://docs.microsoft.com/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-3.0#out-of-process-hosting-model) hosting model. Or you can change the `MaxRequestBodySize` limit in your app when handling WebSocket requests by adding the following to your middleware pipeline: - + To workaround this issue you can host your app with the [OutOfProcess](https://learn.microsoft.com/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-3.0#out-of-process-hosting-model) hosting model. Or you can change the `MaxRequestBodySize` limit in your app when handling WebSocket requests by adding the following to your middleware pipeline: + ```csharp app.Use(next => context => { @@ -83,9 +83,9 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma - **[RESOLVED] Starting a client or bi-directional streaming gRPC call with an already canceled `CallOptions.CancellationToken` will hang** Starting a client or bi-directional streaming call with an already canceled `CallOptions.CancellationToken` will not properly cancel the call. Sending a message with `RequestStream.WriteAsync` will hang. - + To workaround this issue ensure that the `CancellationToken` passed to client or bi-directional streaming calls is only ever canceled after the call has started. - + - **[RESOLVED] Using the @ref automatic backing field feature result in build errors** We added a productivity feature in Blazor to automatically generate backing fields for elements that utilized the `@ref` attribute. Unfortunately, we missed a critical design flaw which prevents this from working end-to-end. For more information check out the corresponding [announcement](https://github.com/aspnet/Announcements/issues/381). @@ -194,7 +194,7 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma ``` 2. Disable the check in `EndpointRouting`: - + ```C# services.AddRouting(r => r.SuppressCheckForUnhandledSecurityMetadata = true); ``` @@ -256,10 +256,10 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma $(NoWarn);NU1605 ``` - + - **[RESOLVED] Referencing 3.0.0 MVC libraries don't work as intended**: There are several issues with referencing a 3.0.0 MVC library. - * Razor pages will 404, + * Razor pages will 404, * ApplicationParts and factories will not be discoverable * Controllers will not be discoverable @@ -304,7 +304,7 @@ When building or running the react template with authentication, after opening t ```console × Error: Module build failed: SyntaxError: ClientApp/src/components/ api-authorization/ApiAuthorizationConstants.js: Unexpected token (27:25) - + 25 | DefaultLoginRedirectPath: '/', 26 | ApiAuthorizationClientConfigurationUrl: `/_configuration/$ {ApplicationName}`, > 27 | ApiAuthorizationPrefix = prefix, diff --git a/release-notes/3.0/preview/3.0.0-preview1-download.md b/release-notes/3.0/preview/3.0.0-preview1-download.md index 44bbf6328..fe4399c1c 100644 --- a/release-notes/3.0/preview/3.0.0-preview1-download.md +++ b/release-notes/3.0/preview/3.0.0-preview1-download.md @@ -87,7 +87,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview-27122-01-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-009812-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview1.md b/release-notes/3.0/preview/3.0.0-preview1.md index 9189a2506..3b080ff89 100644 --- a/release-notes/3.0/preview/3.0.0-preview1.md +++ b/release-notes/3.0/preview/3.0.0-preview1.md @@ -46,11 +46,11 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co * New APIs for GPIO, PWM, SPI and I2C * Support for TLS 1.3 and OpenSSL 1.1.1 on Linux * Cryptography improvements -* More BCL improvements +* More BCL improvements * Support for adding default implementations of interface members * Enabled tiered compilation by default for better performance * Added assembly metadata reading with new MetadataLoadContext type -* Added support for ARM64 for Linux +* Added support for ARM64 for Linux ## Docker Images @@ -112,7 +112,7 @@ The following repos have been updated [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview-27122-01-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-009812-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://aka.ms/netcore3preview1 diff --git a/release-notes/3.0/preview/3.0.0-preview2-download.md b/release-notes/3.0/preview/3.0.0-preview2-download.md index a0532714d..a084896b6 100644 --- a/release-notes/3.0/preview/3.0.0-preview2-download.md +++ b/release-notes/3.0/preview/3.0.0-preview2-download.md @@ -114,7 +114,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview-27324-5-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-010184-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview2.md b/release-notes/3.0/preview/3.0.0-preview2.md index 570fc1c2c..b79332344 100644 --- a/release-notes/3.0/preview/3.0.0-preview2.md +++ b/release-notes/3.0/preview/3.0.0-preview2.md @@ -107,7 +107,7 @@ The following repos have been updated [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview-27324-5-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-010184-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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://blogs.msdn.microsoft.com/dotnet/2019/01/29/announcing-net-core-3-preview-2/ diff --git a/release-notes/3.0/preview/3.0.0-preview3.md b/release-notes/3.0/preview/3.0.0-preview3.md index 1d5cf96e5..c251b857f 100644 --- a/release-notes/3.0/preview/3.0.0-preview3.md +++ b/release-notes/3.0/preview/3.0.0-preview3.md @@ -167,7 +167,7 @@ public readonly struct Memory [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview3-27503-5-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview3-010431-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-preview-3/ diff --git a/release-notes/3.0/preview/3.0.0-preview4-download.md b/release-notes/3.0/preview/3.0.0-preview4-download.md index 91d8b5768..0b628a51b 100755 --- a/release-notes/3.0/preview/3.0.0-preview4-download.md +++ b/release-notes/3.0/preview/3.0.0-preview4-download.md @@ -113,7 +113,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview4-27615-11-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview4-011223-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.0/preview/3.0.0-preview4.md b/release-notes/3.0/preview/3.0.0-preview4.md index cb31c4fd8..8c7dbe569 100644 --- a/release-notes/3.0/preview/3.0.0-preview4.md +++ b/release-notes/3.0/preview/3.0.0-preview4.md @@ -53,9 +53,9 @@ The following repos have been updated * SDK Docker Images Contain PowerShell Core * Better support Docker CPU (--cpus) Limits -A few changes have been made which could result in subtle changes of behavior in existing code. +A few changes have been made which could result in subtle changes of behavior in existing code. -* Change Auto charset to mean UTF-8 off-Windows. The new behavior is more appropriate for x-plan and it matches Mono now. [coreclr/23664](https://github.com/dotnet/coreclr/pull/23664). +* Change Auto charset to mean UTF-8 off-Windows. The new behavior is more appropriate for x-plan and it matches Mono now. [coreclr/23664](https://github.com/dotnet/coreclr/pull/23664). * Correctly marshal struct return values on Unix. The new behavior more closely matches Mono. [coreclr/22041](https://github.com/dotnet/coreclr/pull/22041). * Correctly marshal struct return values in member functions: [coreclr/23145](https://github.com/dotnet/coreclr/pull/23145). @@ -110,7 +110,7 @@ A few changes have been made which could result in subtle changes of behavior in [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview4-27615-11-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview4-011223-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-preview-4/ diff --git a/release-notes/3.0/preview/3.0.0-preview5-download.md b/release-notes/3.0/preview/3.0.0-preview5-download.md index b358514ec..cd78eb6a8 100644 --- a/release-notes/3.0/preview/3.0.0-preview5-download.md +++ b/release-notes/3.0/preview/3.0.0-preview5-download.md @@ -147,7 +147,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview5-27626-15-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview5-011568-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.0/preview/3.0.0-preview5.md b/release-notes/3.0/preview/3.0.0-preview5.md index 3ba17487c..b698d5ff0 100644 --- a/release-notes/3.0/preview/3.0.0-preview5.md +++ b/release-notes/3.0/preview/3.0.0-preview5.md @@ -77,7 +77,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev ## Lifecycle News -### Ubuntu 14.04 reached the end of standard support +### Ubuntu 14.04 reached the end of standard support Ubuntu 14.04 reached the end of its [Standard Support lifecycle](https://wiki.ubuntu.com/Releases) April 2019. As described in [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md), we will no longer test .NET Core on this version or produce updates for the OS version. @@ -149,7 +149,7 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview5-27626-15-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview5-011568-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-preview-5/ diff --git a/release-notes/3.0/preview/3.0.0-preview6-download.md b/release-notes/3.0/preview/3.0.0-preview6-download.md index 258852957..56b658083 100644 --- a/release-notes/3.0/preview/3.0.0-preview6-download.md +++ b/release-notes/3.0/preview/3.0.0-preview6-download.md @@ -101,13 +101,13 @@ After downloading the files, run your package utility to install the files in th 9. netstandard-targeting-pack 10. dotnet-sdk -**CentOS, Fedora, OpenSUSE, Oracle Linux, RHEL and SLES** +**CentOS, Fedora, OpenSUSE, Oracle Linux, RHEL and SLES** `sudo rpm -ivh [package name]` -**Debian and Ubuntu** +**Debian and Ubuntu** `sudo dpkg -i [package name]` -Here is a simple example script for Fedora to download and install the packages as described above. +Here is a simple example script for Fedora to download and install the packages as described above. ``` bash cd $HOME/Downloads @@ -254,7 +254,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview6-27804-01-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview6-012264-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.0/preview/3.0.0-preview6.md b/release-notes/3.0/preview/3.0.0-preview6.md index 6284f1670..1dbb668bc 100644 --- a/release-notes/3.0/preview/3.0.0-preview6.md +++ b/release-notes/3.0/preview/3.0.0-preview6.md @@ -52,7 +52,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co - [WebSDK][websdk-symbols.zip] - [WinForms][winforms-symbols.zip] - [WPF][wpf-symbols.zip] - + ## Docker Images The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/). @@ -167,7 +167,7 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview6-27804-01-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview6-012264-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-preview-6/ diff --git a/release-notes/3.0/preview/3.0.0-preview7-download.md b/release-notes/3.0/preview/3.0.0-preview7-download.md index e7f3b68fd..07076bbbf 100644 --- a/release-notes/3.0/preview/3.0.0-preview7-download.md +++ b/release-notes/3.0/preview/3.0.0-preview7-download.md @@ -82,13 +82,13 @@ After downloading the files, run your package utility to install the files in th 9. netstandard-targeting-pack 10. dotnet-sdk -**CentOS, Fedora, OpenSUSE, Oracle Linux, RHEL and SLES** +**CentOS, Fedora, OpenSUSE, Oracle Linux, RHEL and SLES** `sudo rpm -ivh [package name]` -**Debian and Ubuntu** +**Debian and Ubuntu** `sudo dpkg -i [package name]` -Here is a simple example script for Fedora to download and install the packages as described above. +Here is a simple example script for Fedora to download and install the packages as described above. ``` bash cd $HOME/Downloads @@ -218,7 +218,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview7-27912-14-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview7-012821-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-preview-7/ diff --git a/release-notes/3.0/preview/3.0.0-preview7.md b/release-notes/3.0/preview/3.0.0-preview7.md index bccc94bfc..2d4866782 100644 --- a/release-notes/3.0/preview/3.0.0-preview7.md +++ b/release-notes/3.0/preview/3.0.0-preview7.md @@ -49,7 +49,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev * .NET Core SDK Size Improvements -* SOS Update: +* SOS Update: SOS no longer ships as part of the .NET Core runtime. SOS now ships out of band and works with any version of the runtime. Instructions to install the new out of band SOS is available at https://github.com/dotnet/diagnostics#installing-sos. @@ -57,15 +57,15 @@ Here is list of some of the additions and updates we're excited to bring in Prev * NetTrace replaces NetPerf format: - The NetPerf format is obsolete and has now been replaced with NetTrace format which serves the identical role. The format is supported in Visual Studio 2019 starting with 16.3 Preview 1, [TraceEvent](https://github.com/microsoft/perfview/releases/tag/T.2.0.43) version 2.0.43 and [PerfView](https://github.com/microsoft/perfview/releases/tag/P2.0.44) version 2.0.44. - + The NetPerf format is obsolete and has now been replaced with NetTrace format which serves the identical role. The format is supported in Visual Studio 2019 starting with 16.3 Preview 1, [TraceEvent](https://github.com/microsoft/perfview/releases/tag/T.2.0.43) version 2.0.43 and [PerfView](https://github.com/microsoft/perfview/releases/tag/P2.0.44) version 2.0.44. + The most visible change is that trace files should be smaller than before. It is also faster to write, supports some new metadata on events, and makes some parsing scenarios more efficient. For more details see the [file format spec](https://github.com/microsoft/perfview/blob/0c7e80e04d9ccefad7eef3e0c675225905c86f44/src/TraceEvent/EventPipe/EventPipeFormat.md). * CoreCLR: [bugs][coreclr_bugs] | [features][coreclr_features] * CoreFX: [bugs][corefx_bugs] | [features][corefx_features] * ASP.NET Core: [bugs][aspnet_bugs] | [features][aspnet_features] ## Lifecycle News -[Debian 10](https://www.debian.org/releases/buster/) has been released (GA) and will be supported by .NET Core 3.0 going forward. +[Debian 10](https://www.debian.org/releases/buster/) has been released (GA) and will be supported by .NET Core 3.0 going forward. As described in [.NET Core OS Lifecycle Policy](../../../os-lifecycle-policy.md), we will no longer test .NET Core or produce updates for OS versions which are out of standard support or are end of life. @@ -135,7 +135,7 @@ As described in [.NET Core OS Lifecycle Policy](../../../os-lifecycle-policy.md) [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview7-27912-14-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview7-012821-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-preview-7/ diff --git a/release-notes/3.0/preview/3.0.0-preview8-download.md b/release-notes/3.0/preview/3.0.0-preview8-download.md index d281c18cd..9c871f089 100644 --- a/release-notes/3.0/preview/3.0.0-preview8-download.md +++ b/release-notes/3.0/preview/3.0.0-preview8-download.md @@ -82,13 +82,13 @@ After downloading the files, run your package utility to install the files in th 9. netstandard-targeting-pack 10. dotnet-sdk -**CentOS, Fedora, OpenSUSE, Oracle Linux, RHEL and SLES** +**CentOS, Fedora, OpenSUSE, Oracle Linux, RHEL and SLES** `sudo rpm -ivh [package name]` -**Debian and Ubuntu** +**Debian and Ubuntu** `sudo dpkg -i [package name]` -Here is a simple example script for Fedora to download and install the packages as described above. +Here is a simple example script for Fedora to download and install the packages as described above. ``` bash cd $HOME/Downloads @@ -220,7 +220,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview8-28405-07-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview8-013656-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-preview-8/ diff --git a/release-notes/3.0/preview/3.0.0-preview8.md b/release-notes/3.0/preview/3.0.0-preview8.md index 65447aa01..a7560f207 100644 --- a/release-notes/3.0/preview/3.0.0-preview8.md +++ b/release-notes/3.0/preview/3.0.0-preview8.md @@ -128,7 +128,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview8-28405-07-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview8-013656-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-preview-8/ diff --git a/release-notes/3.0/preview/3.0.0-preview9-download.md b/release-notes/3.0/preview/3.0.0-preview9-download.md index 2e182dc42..23c7a71cd 100644 --- a/release-notes/3.0/preview/3.0.0-preview9-download.md +++ b/release-notes/3.0/preview/3.0.0-preview9-download.md @@ -222,7 +222,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview9-19423-09-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview9-014004-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-preview-9/ diff --git a/release-notes/3.0/preview/3.0.0-preview9.md b/release-notes/3.0/preview/3.0.0-preview9.md index 5c52ddaa1..2ae43ec45 100644 --- a/release-notes/3.0/preview/3.0.0-preview9.md +++ b/release-notes/3.0/preview/3.0.0-preview9.md @@ -131,7 +131,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview9-19423-09-runtime-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview9-014004-sdk-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-preview-9/ diff --git a/release-notes/3.0/preview/3.0.0-rc1-download.md b/release-notes/3.0/preview/3.0.0-rc1-download.md index d2315665f..3d6391195 100644 --- a/release-notes/3.0/preview/3.0.0-rc1-download.md +++ b/release-notes/3.0/preview/3.0.0-rc1-download.md @@ -172,7 +172,7 @@ This will install the ASP.NET Core Module for IIS. [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-rc1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.0/preview/3.0.0-rc1.md b/release-notes/3.0/preview/3.0.0-rc1.md index 5e0313a8c..fc78fdb9e 100644 --- a/release-notes/3.0/preview/3.0.0-rc1.md +++ b/release-notes/3.0/preview/3.0.0-rc1.md @@ -172,7 +172,7 @@ Here are some of the additions and updates we're excited to bring in RC 1. See t [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-rc1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-0-release-candidate-1/ diff --git a/release-notes/3.1/3.1-supported-os.md b/release-notes/3.1/3.1-supported-os.md index 7f9f9437e..925d756ba 100644 --- a/release-notes/3.1/3.1-supported-os.md +++ b/release-notes/3.1/3.1-supported-os.md @@ -16,11 +16,11 @@ OS | Version | Architectures | ------------------------------|-------------------------------|----------------|----- Windows Client | 7 SP1(**\***), 8.1 | x64, x86 | Windows 10 Client | Version 1607+ | x64, x86 | 1607 is the minimum version for support. See [Out of support OS versions](#out-of-support-os-versions) below for Windows 10 releases that are no longer supported. -Windows 11 Client | Version 22000+ | x64, x86, Arm64 | +Windows 11 Client | Version 22000+ | x64, x86, Arm64 | Nano Server | Version 1803+ | x64, ARM32 | Windows Server | 2012+ | x64, x86 | -* Windows 7 SP1 is supported with [Extended Security Updates](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed. +* Windows 7 SP1 is supported with [Extended Security Updates](https://learn.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed. * See the [Windows Lifecycle Fact Sheet](https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet) for details regarding each Windows release lifecycle. diff --git a/release-notes/3.1/3.1.0/3.1.0-install-instructions.md b/release-notes/3.1/3.1.0/3.1.0-install-instructions.md index 03f73a3a6..7f78e57ba 100644 --- a/release-notes/3.1/3.1.0/3.1.0-install-instructions.md +++ b/release-notes/3.1/3.1.0/3.1.0-install-instructions.md @@ -14,7 +14,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b ## Installing .NET Core on Linux -See our [Linux package manager](https://docs.microsoft.com/dotnet/core/install/linux-package-manager-rhel7) pages for details on installing .NET Core using package managers. +See our [Linux package manager](https://learn.microsoft.com/dotnet/core/install/linux-package-manager-rhel7) pages for details on installing .NET Core using package managers. ### Install using Snap @@ -47,7 +47,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-1-0/ diff --git a/release-notes/3.1/3.1.0/3.1.0.md b/release-notes/3.1/3.1.0/3.1.0.md index cb8b28cac..a48683d87 100644 --- a/release-notes/3.1/3.1.0/3.1.0.md +++ b/release-notes/3.1/3.1.0/3.1.0.md @@ -23,7 +23,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]1 | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]1 | - | | RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | @@ -61,7 +61,7 @@ Here is list of some of the additions and updates we're excited to bring in 3.1. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-1/ diff --git a/release-notes/3.1/3.1.1/3.1.1-install-instructions.md b/release-notes/3.1/3.1.1/3.1.1-install-instructions.md index 094dec7a4..9aa24e1b9 100644 --- a/release-notes/3.1/3.1.1/3.1.1-install-instructions.md +++ b/release-notes/3.1/3.1.1/3.1.1-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.1/3.1.1/3.1.1.md b/release-notes/3.1/3.1.1/3.1.1.md index 25e29f459..94731efe5 100644 --- a/release-notes/3.1/3.1.1/3.1.1.md +++ b/release-notes/3.1/3.1.1/3.1.1.md @@ -148,7 +148,7 @@ Microsoft.WindowsDesktop.App | 3.1.0 | 3.1.1 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-january-2020/ diff --git a/release-notes/3.1/3.1.10/3.1.10-install-instructions.md b/release-notes/3.1/3.1.10/3.1.10-install-instructions.md index 68c8377ef..71022dc22 100644 --- a/release-notes/3.1/3.1.10/3.1.10-install-instructions.md +++ b/release-notes/3.1/3.1.10/3.1.10-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-november-2020/ diff --git a/release-notes/3.1/3.1.10/3.1.10.md b/release-notes/3.1/3.1.10/3.1.10.md index 4b2c0499a..d7a3b191c 100644 --- a/release-notes/3.1/3.1.10/3.1.10.md +++ b/release-notes/3.1/3.1.10/3.1.10.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.110 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications.
@@ -56,7 +56,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.404](3.1.404-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.110](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -75,7 +75,7 @@ The following repos have been updated. ## Adding a switch to enable sending ISO-8859-1 headers with SocketsHttpHandler -Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://docs.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. +Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://learn.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. - `AppContext` switch: `System.Net.Http.SocketsHttpHandler.AllowLatin1Headers`. `false` - disabled, `true` - enabled - Environment variable: `DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_ALLOWLATIN1HEADERS`. `0` - disabled, `1` - enabled @@ -87,7 +87,7 @@ This switch is specific to .NET Core 3.1 since service release 3.1.10, and not a ## macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: ``` true @@ -352,7 +352,7 @@ Microsoft.Extensions.Logging.Abstractions | 3.1.10.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-november-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.10/3.1.404-download.md b/release-notes/3.1/3.1.10/3.1.404-download.md index c5c05626c..783c0a09d 100644 --- a/release-notes/3.1/3.1.10/3.1.404-download.md +++ b/release-notes/3.1/3.1.10/3.1.404-download.md @@ -31,7 +31,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.404](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.110](3.1.10.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -119,7 +119,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.10-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.10) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8261839b-2b61-4c49-a3e4-90b32f25bf50/12ff8ed47c32c199c04066eb07647f4e/dotnet-runtime-3.1.10-linux-arm.tar.gz diff --git a/release-notes/3.1/3.1.11/3.1.11-install-instructions.md b/release-notes/3.1/3.1.11/3.1.11-install-instructions.md index 06840946b..48295b434 100644 --- a/release-notes/3.1/3.1.11/3.1.11-install-instructions.md +++ b/release-notes/3.1/3.1.11/3.1.11-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-november-2020/ diff --git a/release-notes/3.1/3.1.11/3.1.11.md b/release-notes/3.1/3.1.11/3.1.11.md index 83c9ab18c..d4b84e4a6 100644 --- a/release-notes/3.1/3.1.11/3.1.11.md +++ b/release-notes/3.1/3.1.11/3.1.11.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.111 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.405](3.1.405-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.111](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -77,7 +77,7 @@ A denial-of-service vulnerability exists in the way Kestrel parses HTTP/2 reques ## Adding a switch to enable sending ISO-8859-1 headers with SocketsHttpHandler -Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://docs.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. +Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://learn.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. - `AppContext` switch: `System.Net.Http.SocketsHttpHandler.AllowLatin1Headers`. `false` - disabled, `true` - enabled - Environment variable: `DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_ALLOWLATIN1HEADERS`. `0` - disabled, `1` - enabled @@ -89,7 +89,7 @@ This switch is specific to .NET Core 3.1 since service release 3.1.11, and not a ## macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: ``` true @@ -348,7 +348,7 @@ Microsoft.Extensions.Localization.Abstractions | 3.1.11.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-january-2021/ diff --git a/release-notes/3.1/3.1.11/3.1.405-download.md b/release-notes/3.1/3.1.11/3.1.405-download.md index cd7185d44..cc34f045b 100644 --- a/release-notes/3.1/3.1.11/3.1.405-download.md +++ b/release-notes/3.1/3.1.11/3.1.405-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.405](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.111](3.1.11.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,7 +118,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.11-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.11) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a119100f-e7b3-4c30-a91a-d6ce6b02b51a/196c932070dd023726664a9789e4dc83/dotnet-runtime-3.1.11-linux-arm.tar.gz diff --git a/release-notes/3.1/3.1.12/3.1.12-install-instructions.md b/release-notes/3.1/3.1.12/3.1.12-install-instructions.md index 4eac96461..8b3da31e2 100644 --- a/release-notes/3.1/3.1.12/3.1.12-install-instructions.md +++ b/release-notes/3.1/3.1.12/3.1.12-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/19a5a3cc-b297-4a10-9b22-1184a0aeb990/5af443d748d2c5fb444477f202a11470/dotnet-hosting-3.1.12-win.exe diff --git a/release-notes/3.1/3.1.12/3.1.12.md b/release-notes/3.1/3.1.12/3.1.12.md index b70f2bb37..78adf6b01 100644 --- a/release-notes/3.1/3.1.12/3.1.12.md +++ b/release-notes/3.1/3.1.12/3.1.12.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.112 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.406](3.1.406-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.112](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -82,7 +82,7 @@ A remote code execution vulnerability exists when parsing certain types of graph ## Adding a switch to enable sending ISO-8859-1 headers with SocketsHttpHandler -Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://docs.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. +Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://learn.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. - `AppContext` switch: `System.Net.Http.SocketsHttpHandler.AllowLatin1Headers`. `false` - disabled, `true` - enabled - Environment variable: `DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_ALLOWLATIN1HEADERS`. `0` - disabled, `1` - enabled @@ -94,7 +94,7 @@ This switch is specific to .NET Core 3.1 since service release 3.1.12, and not a ## macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: ``` true @@ -359,7 +359,7 @@ Microsoft.Extensions.Hosting.WindowsServices | 3.1.12.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-february-2021/ diff --git a/release-notes/3.1/3.1.12/3.1.406-download.md b/release-notes/3.1/3.1.12/3.1.406-download.md index 87e6f9369..9e41dcb8d 100644 --- a/release-notes/3.1/3.1.12/3.1.406-download.md +++ b/release-notes/3.1/3.1.12/3.1.406-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.406](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.112](3.1.12.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -119,7 +119,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.12-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.12) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/06a5020e-0419-44e4-a0f7-8626c3395745/6cfef3a75663a3c27ea57fe6db7386bb/dotnet-runtime-3.1.12-linux-arm.tar.gz diff --git a/release-notes/3.1/3.1.13/3.1.13-install-instructions.md b/release-notes/3.1/3.1.13/3.1.13-install-instructions.md index 32998a75b..2a6baa1b9 100644 --- a/release-notes/3.1/3.1.13/3.1.13-install-instructions.md +++ b/release-notes/3.1/3.1.13/3.1.13-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.13-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.13-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/0f60f951-edec-48a1-aaa1-2f5b5bcbb704/e205315e03bb9f4ac0a6a7efd5d89178/dotnet-hosting-3.1.13-win.exe diff --git a/release-notes/3.1/3.1.13/3.1.13.md b/release-notes/3.1/3.1.13/3.1.13.md index b2d6bf5fc..f09cdc858 100644 --- a/release-notes/3.1/3.1.13/3.1.13.md +++ b/release-notes/3.1/3.1.13/3.1.13.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.113 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.407](3.1.407-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.113](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -76,7 +76,7 @@ A remote code execution vulnerability exists in .NET 5 and .NET Core due to how ## Adding a switch to enable sending ISO-8859-1 headers with SocketsHttpHandler -Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://docs.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. +Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://learn.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. - `AppContext` switch: `System.Net.Http.SocketsHttpHandler.AllowLatin1Headers`. `false` - disabled, `true` - enabled - Environment variable: `DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_ALLOWLATIN1HEADERS`. `0` - disabled, `1` - enabled @@ -88,7 +88,7 @@ This switch is specific to .NET Core 3.1 since service release 3.1.13, and not a ## macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: ``` true @@ -360,7 +360,7 @@ Microsoft.Extensions.Hosting.WindowsServices | 3.1.13.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.13-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.13-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-march-2021/ diff --git a/release-notes/3.1/3.1.13/3.1.407-download.md b/release-notes/3.1/3.1.13/3.1.407-download.md index 28c6658ef..4c9bf5124 100644 --- a/release-notes/3.1/3.1.13/3.1.407-download.md +++ b/release-notes/3.1/3.1.13/3.1.407-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.407](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.113](3.1.13.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -119,7 +119,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.13-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.13-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.13) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7b53e04d-db64-4b97-af76-9da1a1567d94/e71e3d484accc5bb8db9e4f556d52cc9/dotnet-runtime-3.1.13-linux-arm.tar.gz diff --git a/release-notes/3.1/3.1.14/3.1.14-install-instructions.md b/release-notes/3.1/3.1.14/3.1.14-install-instructions.md index 1b0dd19fe..75683d780 100644 --- a/release-notes/3.1/3.1.14/3.1.14-install-instructions.md +++ b/release-notes/3.1/3.1.14/3.1.14-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.13-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.13-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bdc70151-74f7-427c-a368-716d5f1840c5/6186889f6c784bae224eb15fb94c45fe/dotnet-hosting-3.1.14-win.exe diff --git a/release-notes/3.1/3.1.14/3.1.14.md b/release-notes/3.1/3.1.14/3.1.14.md index c03a900ce..2f25cd767 100644 --- a/release-notes/3.1/3.1.14/3.1.14.md +++ b/release-notes/3.1/3.1.14/3.1.14.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.114 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.408](3.1.408-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.114](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -67,7 +67,7 @@ The following repos have been updated. * [Setup](https://github.com/dotnet/core-setup/pulls?q=milestone%3A3.1.14+is%3Aclosed+label%3Aservicing-approved) ## macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: ``` true @@ -338,7 +338,7 @@ Microsoft.Extensions.Hosting.WindowsServices | 3.1.14.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.14-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.14-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-april-2021/ diff --git a/release-notes/3.1/3.1.14/3.1.408-download.md b/release-notes/3.1/3.1.14/3.1.408-download.md index fc5d8f5d1..a4f0010ad 100644 --- a/release-notes/3.1/3.1.14/3.1.408-download.md +++ b/release-notes/3.1/3.1.14/3.1.408-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.408](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.114](3.1.14.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -119,7 +119,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.14-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.14-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.14) diff --git a/release-notes/3.1/3.1.15/3.1.15-install-instructions.md b/release-notes/3.1/3.1.15/3.1.15-install-instructions.md index d258be475..17ed675ae 100644 --- a/release-notes/3.1/3.1.15/3.1.15-install-instructions.md +++ b/release-notes/3.1/3.1.15/3.1.15-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.15-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c8eabe25-bb2b-4089-992e-48198ff72ad8/a55a5313bfb65ac9bd2e5069dd4de5bc/dotnet-hosting-3.1.15-win.exe diff --git a/release-notes/3.1/3.1.15/3.1.15.md b/release-notes/3.1/3.1.15/3.1.15.md index 2e8a1bff1..bcb1daf24 100644 --- a/release-notes/3.1/3.1.15/3.1.15.md +++ b/release-notes/3.1/3.1.15/3.1.15.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.115 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.409](3.1.409-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.115](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -75,7 +75,7 @@ Microsoft is releasing this security advisory to provide information about a vul An elevation of privilage vulnerability exists in .NET 5.0 and .NET Core 3.1 when a user runs a single file application on Operating Systems based on Linux or macOS. ## macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: ``` true @@ -346,7 +346,7 @@ Microsoft.Extensions.Logging.Abstractions | 3.1.15.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.15-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-may-2021/ diff --git a/release-notes/3.1/3.1.15/3.1.409-download.md b/release-notes/3.1/3.1.15/3.1.409-download.md index fbcd699d9..7e63697b0 100644 --- a/release-notes/3.1/3.1.15/3.1.409-download.md +++ b/release-notes/3.1/3.1.15/3.1.409-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.409](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.115](3.1.15.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -119,7 +119,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.15-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.15-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.15) diff --git a/release-notes/3.1/3.1.16/3.1.16-install-instructions.md b/release-notes/3.1/3.1.16/3.1.16-install-instructions.md index b775e7033..64ea201a8 100644 --- a/release-notes/3.1/3.1.16/3.1.16-install-instructions.md +++ b/release-notes/3.1/3.1.16/3.1.16-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.16-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/8bc07709-5179-4e00-97c1-7ba838a17896/e509eaa80062bb3cfc94d64a7bf70afb/dotnet-hosting-3.1.16-win.exe diff --git a/release-notes/3.1/3.1.16/3.1.16.md b/release-notes/3.1/3.1.16/3.1.16.md index 6c076e09e..01e90a002 100644 --- a/release-notes/3.1/3.1.16/3.1.16.md +++ b/release-notes/3.1/3.1.16/3.1.16.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.116 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.410](3.1.410-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.116](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -74,7 +74,7 @@ Microsoft is releasing this security advisory to provide information about a vul A denial of service vulnerability exists when ASP.NET Core improperly handles client disconnect. ## macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: ``` true @@ -346,7 +346,7 @@ Microsoft.Extensions.Logging.Abstractions | 3.1.16.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.16-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-june-2021/ diff --git a/release-notes/3.1/3.1.16/3.1.410-download.md b/release-notes/3.1/3.1.16/3.1.410-download.md index e0594ce82..586df784f 100644 --- a/release-notes/3.1/3.1.16/3.1.410-download.md +++ b/release-notes/3.1/3.1.16/3.1.410-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.410](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.116](3.1.16.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -119,7 +119,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.16-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.16-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.16) diff --git a/release-notes/3.1/3.1.17/3.1.17-install-instructions.md b/release-notes/3.1/3.1.17/3.1.17-install-instructions.md index a4943fd55..9f1b22344 100644 --- a/release-notes/3.1/3.1.17/3.1.17-install-instructions.md +++ b/release-notes/3.1/3.1.17/3.1.17-install-instructions.md @@ -91,6 +91,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/db4f9e1d-7ef3-4409-8c37-1c57a66c1232/97f890c7af1f3e2049992299f2c7a54c/dotnet-hosting-3.1.17-win.exe diff --git a/release-notes/3.1/3.1.17/3.1.17.md b/release-notes/3.1/3.1.17/3.1.17.md index e9d7d750a..6d45c6703 100644 --- a/release-notes/3.1/3.1.17/3.1.17.md +++ b/release-notes/3.1/3.1.17/3.1.17.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.117 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.411](3.1.411-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.117](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -331,7 +331,7 @@ Microsoft.Extensions.Hosting.WindowsServices | 3.1.17.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-july-2021/ diff --git a/release-notes/3.1/3.1.17/3.1.411-download.md b/release-notes/3.1/3.1.17/3.1.411-download.md index 83d467916..49bc0b6f9 100644 --- a/release-notes/3.1/3.1.17/3.1.411-download.md +++ b/release-notes/3.1/3.1.17/3.1.411-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.411](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.117](3.1.17.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -119,7 +119,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.17-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.17) diff --git a/release-notes/3.1/3.1.18/3.1.118.md b/release-notes/3.1/3.1.18/3.1.118.md index 07ce17842..e73e9d0b7 100644 --- a/release-notes/3.1/3.1.18/3.1.118.md +++ b/release-notes/3.1/3.1.18/3.1.118.md @@ -29,7 +29,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.118](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,7 +118,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.18-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.18) diff --git a/release-notes/3.1/3.1.18/3.1.18.md b/release-notes/3.1/3.1.18/3.1.18.md index d82cb426d..746c6f3fa 100644 --- a/release-notes/3.1/3.1.18/3.1.18.md +++ b/release-notes/3.1/3.1.18/3.1.18.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.412 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.412](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.118](3.1.118.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -72,7 +72,7 @@ An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .N Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. -A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame. +A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame. # Microsoft Security Advisory CVE-2021-34532 | ASP.NET Core Information Disclosure Vulnerability @@ -353,7 +353,7 @@ Microsoft.Extensions.Localization.Abstractions | 3.1.18.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.18-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.18-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-august-2021/ diff --git a/release-notes/3.1/3.1.19/3.1.119.md b/release-notes/3.1/3.1.19/3.1.119.md index ea53d750a..d3300327e 100644 --- a/release-notes/3.1/3.1.19/3.1.119.md +++ b/release-notes/3.1/3.1.19/3.1.119.md @@ -29,7 +29,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.119](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,7 +118,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.19-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux diff --git a/release-notes/3.1/3.1.19/3.1.19.md b/release-notes/3.1/3.1.19/3.1.19.md index 957b7390a..d942bec2b 100644 --- a/release-notes/3.1/3.1.19/3.1.19.md +++ b/release-notes/3.1/3.1.19/3.1.19.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.413 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.413](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.119](3.1.119.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -331,7 +331,7 @@ Microsoft.Extensions.Hosting.WindowsServices | 3.1.19.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.19-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.19-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/september-2021-updates/ diff --git a/release-notes/3.1/3.1.2/3.1.2-install-instructions.md b/release-notes/3.1/3.1.2/3.1.2-install-instructions.md index 7b43e42ef..fcbd23433 100644 --- a/release-notes/3.1/3.1.2/3.1.2-install-instructions.md +++ b/release-notes/3.1/3.1.2/3.1.2-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.1/3.1.2/3.1.2.md b/release-notes/3.1/3.1.2/3.1.2.md index 7778e9dd3..4b6c52c27 100644 --- a/release-notes/3.1/3.1.2/3.1.2.md +++ b/release-notes/3.1/3.1.2/3.1.2.md @@ -36,7 +36,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.102](#downloads) | | Windows | Visual Studio 2019 version 16.5 | [3.1.200](3.1.200-sdk.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -70,7 +70,7 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo * [ASP.NETCore](https://github.com/search?q=is%3Apr+label%3AServicing-approved+milestone%3A3.1.2+repo%3Adotnet%2Faspnetcore+repo%3Adotnet%2Fextensions+repo%3Adotnet%2Faspnetcore-tooling+repo%3Adotnet%2Fblazor+repo%3Adotnet%2Fefcore+repo%3Adotnet%2Fef6) ### macOS Notarization Change - Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://review.docs.microsoft.com/dotnet/core/install/macos-notarization-issues?branch=pr-en-us-17092). If you want to opt into using the AppHost, please use following: + Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://review.learn.microsoft.com/dotnet/core/install/macos-notarization-issues?branch=pr-en-us-17092). If you want to opt into using the AppHost, please use following: ``` true @@ -85,7 +85,7 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-february-2020/ diff --git a/release-notes/3.1/3.1.2/3.1.200-sdk.md b/release-notes/3.1/3.1.2/3.1.200-sdk.md index 734d21a8e..ac339233c 100644 --- a/release-notes/3.1/3.1.2/3.1.200-sdk.md +++ b/release-notes/3.1/3.1.2/3.1.200-sdk.md @@ -1,5 +1,5 @@ # .NET Core 3.1.200 SDK - March 16, 2020 -[.NET Core 3.1.200 SDK](https://dotnet.microsoft.com/download/dotnet/3.1) is available for download and usage in your environment. This release includes the [.NET Core 3.1.2](../3.1.2/3.1.2.md) and [ASP.NET Core 3.1.2](../3.1.2/3.1.2.md) Runtimes that shipped in **February 2020**. This release also ships with [Visual Studio 16.5](https://docs.microsoft.com/visualstudio/releases/2019/release-notes). +[.NET Core 3.1.200 SDK](https://dotnet.microsoft.com/download/dotnet/3.1) is available for download and usage in your environment. This release includes the [.NET Core 3.1.2](../3.1.2/3.1.2.md) and [ASP.NET Core 3.1.2](../3.1.2/3.1.2.md) Runtimes that shipped in **February 2020**. This release also ships with [Visual Studio 16.5](https://learn.microsoft.com/visualstudio/releases/2019/release-notes). * [Downloads](https://dotnet.microsoft.com/download/dotnet/3.1) * [Notable changes in this release](#notable-changes-in-31200-sdk) @@ -14,7 +14,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]1 | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | | RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | @@ -31,7 +31,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.102](3.1.2.md) | | Windows | Visual Studio 2019 version 16.5 | [3.1.200](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -46,7 +46,7 @@ The following repositories have been updated: .NET Core 3.1.200 SDK release carries following new changes: -* MSBuild now loads tasks with [AssemblyLoadContext](https://docs.microsoft.com/dotnet/api/system.runtime.loader.assemblyloadcontext?view=netcore-3.1) isolation, allowing tasks that have conflicting dependencies to be loaded in the same process [microsoft/msbuild#4916](https://github.com/microsoft/msbuild/pull/4916). +* MSBuild now loads tasks with [AssemblyLoadContext](https://learn.microsoft.com/dotnet/api/system.runtime.loader.assemblyloadcontext?view=netcore-3.1) isolation, allowing tasks that have conflicting dependencies to be loaded in the same process [microsoft/msbuild#4916](https://github.com/microsoft/msbuild/pull/4916). * .NET Core SDK 3.1.200 can build C++ Common Language Infrastructure (CLI) libraries. @@ -58,7 +58,7 @@ The following repositories have been updated: [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.200-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.200-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-march-2020/ diff --git a/release-notes/3.1/3.1.20/3.1.120.md b/release-notes/3.1/3.1.20/3.1.120.md index 522fea435..c42663035 100644 --- a/release-notes/3.1/3.1.20/3.1.120.md +++ b/release-notes/3.1/3.1.20/3.1.120.md @@ -29,7 +29,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.120](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -65,7 +65,7 @@ The commands listed below do not specifically include package managers to help w | Fedora | dnf | | OpenSUSE, SLES | zypper | -Note: .NET Core 3.1 is available in the default Fedora 33+ packages feeds. Before using the default Fedora package feed, please make sure to remove any packages.microsoft.com registration first. +Note: .NET Core 3.1 is available in the default Fedora 33+ packages feeds. Before using the default Fedora package feed, please make sure to remove any packages.microsoft.com registration first. ## Develop applications @@ -118,7 +118,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.20-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux diff --git a/release-notes/3.1/3.1.20/3.1.20.md b/release-notes/3.1/3.1.20/3.1.20.md index ff69b6b11..aeb169bc4 100644 --- a/release-notes/3.1/3.1.20/3.1.20.md +++ b/release-notes/3.1/3.1.20/3.1.20.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.414 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ The following repos have been updated. | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.414](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.120](3.1.120.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -71,7 +71,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co ## Known Issue -Between the time of 10/12/2021 10:00AM PST and 10/14/2021 10:00AM PST the .NET Core 3.1.20 update was available as an automatic update on Microsoft Update to operating systems Windows Server 2012 R2, Windows Server 2016, Windows Server version 1709, Windows Server version 1803, Windows Server 2019, Windows Server version 1903, Windows Server version 1909, Windows Server version 2004, and Windows Server version 20H2 for the x64 architecture. Systems that are configured to take automatic updates from Microsoft Update with these operating systems and with any of the .NET Core versions 3.1.10 through 3.1.19 installed may have been updated to 3.1.20 during this time. The .NET Core 3.1.20 is no longer available as an automatic update, but will continue to be available through Microsoft Update WSUS and Microsoft Catalog. +Between the time of 10/12/2021 10:00AM PST and 10/14/2021 10:00AM PST the .NET Core 3.1.20 update was available as an automatic update on Microsoft Update to operating systems Windows Server 2012 R2, Windows Server 2016, Windows Server version 1709, Windows Server version 1803, Windows Server 2019, Windows Server version 1903, Windows Server version 1909, Windows Server version 2004, and Windows Server version 20H2 for the x64 architecture. Systems that are configured to take automatic updates from Microsoft Update with these operating systems and with any of the .NET Core versions 3.1.10 through 3.1.19 installed may have been updated to 3.1.20 during this time. The .NET Core 3.1.20 is no longer available as an automatic update, but will continue to be available through Microsoft Update WSUS and Microsoft Catalog. ## Packages updated in this release: @@ -479,7 +479,7 @@ runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 3.1.20.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.20-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.20-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/october-2021-updates/ diff --git a/release-notes/3.1/3.1.21/3.1.21.md b/release-notes/3.1/3.1.21/3.1.21.md index 7c0b2e935..ea6e1e8fd 100644 --- a/release-notes/3.1/3.1.21/3.1.21.md +++ b/release-notes/3.1/3.1.21/3.1.21.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.415 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -49,7 +49,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.415](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -320,7 +320,7 @@ Microsoft.Extensions.Logging.Abstractions | 3.1.21.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.21-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.21-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/november-2021-updates/ diff --git a/release-notes/3.1/3.1.22/3.1.22.md b/release-notes/3.1/3.1.22/3.1.22.md index fd1127916..19d5710ce 100644 --- a/release-notes/3.1/3.1.22/3.1.22.md +++ b/release-notes/3.1/3.1.22/3.1.22.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.416 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -53,7 +53,7 @@ Customers that have opted to receive .NET Core updates via the Microsoft Update | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.416](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -313,7 +313,7 @@ Microsoft.Extensions.Logging.Abstractions | 3.1.22.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.22-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.22-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/december-2021-updates/ diff --git a/release-notes/3.1/3.1.23/3.1.23.md b/release-notes/3.1/3.1.23/3.1.23.md index 4e321c6ac..71ed63bb5 100644 --- a/release-notes/3.1/3.1.23/3.1.23.md +++ b/release-notes/3.1/3.1.23/3.1.23.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.417 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.417](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | @@ -92,7 +92,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.23-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.23-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/march-2022-updates/ diff --git a/release-notes/3.1/3.1.24/3.1.24.md b/release-notes/3.1/3.1.24/3.1.24.md index a720dac5e..53a0380e7 100644 --- a/release-notes/3.1/3.1.24/3.1.24.md +++ b/release-notes/3.1/3.1.24/3.1.24.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.418 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.418](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Notable Changes @@ -72,7 +72,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.24-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.24-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/april-2022-update/ diff --git a/release-notes/3.1/3.1.25/3.1.25.md b/release-notes/3.1/3.1.25/3.1.25.md index 012c67754..f95fa4d5e 100644 --- a/release-notes/3.1/3.1.25/3.1.25.md +++ b/release-notes/3.1/3.1.25/3.1.25.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.419 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.419](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Notable Changes @@ -89,7 +89,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.25-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.25-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/may-2022-update/ diff --git a/release-notes/3.1/3.1.26/3.1.26.md b/release-notes/3.1/3.1.26/3.1.26.md index d83245c0c..09b2036f4 100644 --- a/release-notes/3.1/3.1.26/3.1.26.md +++ b/release-notes/3.1/3.1.26/3.1.26.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.420 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.9 | [3.1.420](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Notable Changes @@ -73,7 +73,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.26-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.26-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/june-2022-updates/ diff --git a/release-notes/3.1/3.1.27/3.1.27.md b/release-notes/3.1/3.1.27/3.1.27.md index 0d41341d8..885bcd3d3 100644 --- a/release-notes/3.1/3.1.27/3.1.27.md +++ b/release-notes/3.1/3.1.27/3.1.27.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.421 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.9 | [3.1.421](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Notable Changes @@ -65,7 +65,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.27-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.27-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/july-2022-updates/ diff --git a/release-notes/3.1/3.1.28/3.1.28.md b/release-notes/3.1/3.1.28/3.1.28.md index d11927c33..6b9252f98 100644 --- a/release-notes/3.1/3.1.28/3.1.28.md +++ b/release-notes/3.1/3.1.28/3.1.28.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.422 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.9 | [3.1.422](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Notable Changes @@ -73,7 +73,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.28-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.28-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/august-2022-updates/ diff --git a/release-notes/3.1/3.1.29/3.1.29.md b/release-notes/3.1/3.1.29/3.1.29.md index bf603c39e..6eb5be0db 100644 --- a/release-notes/3.1/3.1.29/3.1.29.md +++ b/release-notes/3.1/3.1.29/3.1.29.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.423 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.9 | [3.1.423](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Notable Changes @@ -75,7 +75,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.29-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.29-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/september-2022-updates/ diff --git a/release-notes/3.1/3.1.3/3.1.201-download.md b/release-notes/3.1/3.1.3/3.1.201-download.md index b330df838..3aed00446 100644 --- a/release-notes/3.1/3.1.3/3.1.201-download.md +++ b/release-notes/3.1/3.1.3/3.1.201-download.md @@ -13,7 +13,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]1 | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | | RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.103](3.1.3.md) | | Windows | Visual Studio 2019 version 16.5 | [3.1.201](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,7 +118,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-march-2020/ diff --git a/release-notes/3.1/3.1.3/3.1.3-install-instructions.md b/release-notes/3.1/3.1.3/3.1.3-install-instructions.md index eb3ab405b..8815d5bbe 100644 --- a/release-notes/3.1/3.1.3/3.1.3-install-instructions.md +++ b/release-notes/3.1/3.1.3/3.1.3-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/3.1/3.1.3/3.1.3.md b/release-notes/3.1/3.1.3/3.1.3.md index e2e88ee15..4e5c11ef4 100644 --- a/release-notes/3.1/3.1.3/3.1.3.md +++ b/release-notes/3.1/3.1.3/3.1.3.md @@ -35,7 +35,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.103](#downloads) | | Windows | Visual Studio 2019 version 16.5 | [3.1.201](3.1.201-download.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -63,7 +63,7 @@ The following repos have been updated * [Core-Setup](https://github.com/dotnet/core-setup/issues?utf8=✓&q=milestone:3.1.3+label:servicing-approved) ### macOS Notarization Change - Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: + Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: ``` true @@ -78,7 +78,7 @@ The following repos have been updated [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-march-2020/ diff --git a/release-notes/3.1/3.1.30/3.1.30.md b/release-notes/3.1/3.1.30/3.1.30.md index 54ff0269f..78d07e2f5 100644 --- a/release-notes/3.1/3.1.30/3.1.30.md +++ b/release-notes/3.1/3.1.30/3.1.30.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.424 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.9 | [3.1.424](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Notable Changes @@ -73,7 +73,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.30-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.30-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/october-2022-updates/ diff --git a/release-notes/3.1/3.1.31/3.1.31.md b/release-notes/3.1/3.1.31/3.1.31.md index 3c4efdebe..d131da29b 100644 --- a/release-notes/3.1/3.1.31/3.1.31.md +++ b/release-notes/3.1/3.1.31/3.1.31.md @@ -25,7 +25,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 3.1.425 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -45,7 +45,7 @@ The following repos have been updated. | OS | Development Environment | .NET Core SDK | | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.9 | [3.1.425](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Notable Changes @@ -65,7 +65,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.31-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.31-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/november-2022-updates/ diff --git a/release-notes/3.1/3.1.4/3.1.202-download.md b/release-notes/3.1/3.1.4/3.1.202-download.md index 1356ca22a..0b4c1300a 100644 --- a/release-notes/3.1/3.1.4/3.1.202-download.md +++ b/release-notes/3.1/3.1.4/3.1.202-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.103](3.1.4.md) | | Windows | Visual Studio 2019 version 16.5 | [3.1.201](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,8 +118,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ diff --git a/release-notes/3.1/3.1.4/3.1.300-sdk.md b/release-notes/3.1/3.1.4/3.1.300-sdk.md index d0faa0839..c3cf22966 100644 --- a/release-notes/3.1/3.1.4/3.1.300-sdk.md +++ b/release-notes/3.1/3.1.4/3.1.300-sdk.md @@ -14,7 +14,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]1 | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | | RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | @@ -31,7 +31,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.4 | [3.1.104](3.1.4.md) | | Windows | Visual Studio 2019 version 16.6 | [3.1.300](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -46,7 +46,7 @@ The following repositories have been updated: .NET Core 3.1.300 SDK release carries following new changes: -* MSBuild now loads tasks with [AssemblyLoadContext](https://docs.microsoft.com/dotnet/api/system.runtime.loader.assemblyloadcontext?view=netcore-3.1) isolation, allowing tasks that have conflicting dependencies to be loaded in the same process [microsoft/msbuild#4916](https://github.com/microsoft/msbuild/pull/4916). +* MSBuild now loads tasks with [AssemblyLoadContext](https://learn.microsoft.com/dotnet/api/system.runtime.loader.assemblyloadcontext?view=netcore-3.1) isolation, allowing tasks that have conflicting dependencies to be loaded in the same process [microsoft/msbuild#4916](https://github.com/microsoft/msbuild/pull/4916). * .NET Core SDK 3.1.300 can build C++ Common Language Infrastructure (CLI) libraries. @@ -58,7 +58,7 @@ The following repositories have been updated: [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.300-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.300-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-march-2020/ diff --git a/release-notes/3.1/3.1.4/3.1.4-install-instructions.md b/release-notes/3.1/3.1.4/3.1.4-install-instructions.md index cec5cd5cd..f3dc0a459 100644 --- a/release-notes/3.1/3.1.4/3.1.4-install-instructions.md +++ b/release-notes/3.1/3.1.4/3.1.4-install-instructions.md @@ -89,8 +89,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.1/3.1.4/3.1.4.md b/release-notes/3.1/3.1.4/3.1.4.md index b1d79a415..0558d6155 100644 --- a/release-notes/3.1/3.1.4/3.1.4.md +++ b/release-notes/3.1/3.1.4/3.1.4.md @@ -36,7 +36,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | Windows | Visual Studio 2019 version 16.4 | [3.1.104](#downloads) | | Windows | Visual Studio 2019 version 16.5 | [3.1.202](3.1.202-download.md) | | Windows | Visual Studio 2019 version 16.6 | [3.1.300](3.1.300-sdk.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -95,7 +95,7 @@ For more information, see the [Github announcement](https://github.com/aspnet/An * [Core-Setup](https://github.com/dotnet/core-setup/issues?utf8=✓&q=milestone:3.1.4+label:servicing-approved) ### macOS Notarization Change - Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: + Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: ``` true @@ -376,8 +376,8 @@ dotnet-svcutil.xmlserializer | 1.2.0 [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.4-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.5/3.1.301-download.md b/release-notes/3.1/3.1.5/3.1.301-download.md index 8a5158116..ab4db8582 100644 --- a/release-notes/3.1/3.1.5/3.1.301-download.md +++ b/release-notes/3.1/3.1.5/3.1.301-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.301](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.105](3.1.5.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,8 +118,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ diff --git a/release-notes/3.1/3.1.5/3.1.5-install-instructions.md b/release-notes/3.1/3.1.5/3.1.5-install-instructions.md index b8b4d2639..f75490cd2 100644 --- a/release-notes/3.1/3.1.5/3.1.5-install-instructions.md +++ b/release-notes/3.1/3.1.5/3.1.5-install-instructions.md @@ -89,8 +89,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.1/3.1.5/3.1.5.md b/release-notes/3.1/3.1.5/3.1.5.md index 50623052f..9cd7dfaa5 100644 --- a/release-notes/3.1/3.1.5/3.1.5.md +++ b/release-notes/3.1/3.1.5/3.1.5.md @@ -35,7 +35,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.301](3.1.301-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.105](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -76,7 +76,7 @@ A remote unauthenticated attacker could exploit this vulnerability by issuing sp * [Core-Setup](https://github.com/dotnet/core-setup/issues?utf8=✓&q=milestone:3.1.5+label:servicing-approved) ### macOS Notarization Change - Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: + Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: ``` true @@ -365,8 +365,8 @@ microsoft.build.utilities.core | 16.6.0.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.5-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-june-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.6/3.1.302-download.md b/release-notes/3.1/3.1.6/3.1.302-download.md index cd5487106..06b5ecc12 100644 --- a/release-notes/3.1/3.1.6/3.1.302-download.md +++ b/release-notes/3.1/3.1.6/3.1.302-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.302](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.106](3.1.6.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,8 +118,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ diff --git a/release-notes/3.1/3.1.6/3.1.6-install-instructions.md b/release-notes/3.1/3.1.6/3.1.6-install-instructions.md index 33763be62..a64741eb1 100644 --- a/release-notes/3.1/3.1.6/3.1.6-install-instructions.md +++ b/release-notes/3.1/3.1.6/3.1.6-install-instructions.md @@ -87,8 +87,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.1/3.1.6/3.1.6.md b/release-notes/3.1/3.1.6/3.1.6.md index 0fd115a5f..a8e938e3f 100644 --- a/release-notes/3.1/3.1.6/3.1.6.md +++ b/release-notes/3.1/3.1.6/3.1.6.md @@ -35,7 +35,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.302](3.1.302-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.106](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -75,7 +75,7 @@ The security update addresses the vulnerability by restricting the types that ar * [Winforms](https://github.com/dotnet/winforms/issues?utf8=%E2%9C%93&q=milestone:3.1.6+label:servicing-approved) ### macOS Notarization Change - Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: + Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: ``` true @@ -341,8 +341,8 @@ Microsoft.Extensions.Hosting | 3.1.6.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.6-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-june-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.7/3.1.401-download.md b/release-notes/3.1/3.1.7/3.1.401-download.md index d39061a19..ca1c64acf 100644 --- a/release-notes/3.1/3.1.7/3.1.401-download.md +++ b/release-notes/3.1/3.1.7/3.1.401-download.md @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.401](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.106](3.1.7.md) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,8 +118,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-march-2020/ diff --git a/release-notes/3.1/3.1.7/3.1.7-install-instructions.md b/release-notes/3.1/3.1.7/3.1.7-install-instructions.md index a032828fb..dbc713e8b 100644 --- a/release-notes/3.1/3.1.7/3.1.7-install-instructions.md +++ b/release-notes/3.1/3.1.7/3.1.7-install-instructions.md @@ -89,8 +89,8 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.1/3.1.7/3.1.7.md b/release-notes/3.1/3.1.7/3.1.7.md index 3b9c9e0bd..e4ed6fee5 100644 --- a/release-notes/3.1/3.1.7/3.1.7.md +++ b/release-notes/3.1/3.1.7/3.1.7.md @@ -35,7 +35,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.401](3.1.401-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.107](#downloads) | -| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| MacOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -74,7 +74,7 @@ The update addresses the vulnerability by correcting how the ASP.NET Core web ap * [ASP.NETCore](https://github.com/search?q=is%3Apr+label%3AServicing-approved+milestone%3A3.1.7+repo%3Adotnet%2Faspnetcore+repo%3Adotnet%2Fextensions+repo%3Adotnet%2Faspnetcore-tooling+repo%3Adotnet%2Fblazor+repo%3Adotnet%2Fefcore+repo%3Adotnet%2Fef6) ### macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: ``` true @@ -330,8 +330,8 @@ Microsoft.Extensions.Hosting.Abstractions | 3.1.7.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/ +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/ [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-august-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.8/3.1.402-download.md b/release-notes/3.1/3.1.8/3.1.402-download.md index 38218cf60..49354995f 100644 --- a/release-notes/3.1/3.1.8/3.1.402-download.md +++ b/release-notes/3.1/3.1.8/3.1.402-download.md @@ -13,7 +13,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]1 | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | | RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.402](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.106](3.1.8.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,7 +118,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2020/ diff --git a/release-notes/3.1/3.1.8/3.1.8-install-instructions.md b/release-notes/3.1/3.1.8/3.1.8-install-instructions.md index 591ebd218..bb619079c 100644 --- a/release-notes/3.1/3.1.8/3.1.8-install-instructions.md +++ b/release-notes/3.1/3.1.8/3.1.8-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2020/ diff --git a/release-notes/3.1/3.1.8/3.1.8.md b/release-notes/3.1/3.1.8/3.1.8.md index 99ce09f85..a105687ff 100644 --- a/release-notes/3.1/3.1.8/3.1.8.md +++ b/release-notes/3.1/3.1.8/3.1.8.md @@ -35,7 +35,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.402](3.1.402-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.108](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -74,7 +74,7 @@ The security update addresses the vulnerability by fixing the way the ASP.NET Co * [ASP.NETCore](https://github.com/search?q=is%3Apr+label%3AServicing-approved+milestone%3A3.1.8+repo%3Adotnet%2Faspnetcore+repo%3Adotnet%2Fextensions+repo%3Adotnet%2Faspnetcore-tooling+repo%3Adotnet%2Fblazor+repo%3Adotnet%2Fefcore+repo%3Adotnet%2Fef6) ### macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: ``` true @@ -328,7 +328,7 @@ Microsoft.Extensions.Logging.Abstractions | 3.1.8.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.8-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/3.1.9/3.1.403-download.md b/release-notes/3.1/3.1.9/3.1.403-download.md index e4268baca..6ed1378bd 100644 --- a/release-notes/3.1/3.1.9/3.1.403-download.md +++ b/release-notes/3.1/3.1.9/3.1.403-download.md @@ -13,7 +13,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]1 | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] \| [ARM64 Alpine][aspnetcore-runtime-linux-musl-arm64.tar.gz] | - | | RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - | @@ -30,7 +30,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3 | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.6 | [3.1.403](#downloads) | | Windows | Visual Studio 2019 version 16.4 | [3.1.109](3.1.9.md) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker @@ -118,7 +118,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [//]: # ( Runtime 3.1.9) [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7c1177f6-feb9-4404-a795-adb77e78b9ab/d3ca4e135e1af71bea28623774f8df27/dotnet-runtime-3.1.9-linux-arm.tar.gz diff --git a/release-notes/3.1/3.1.9/3.1.9-install-instructions.md b/release-notes/3.1/3.1.9/3.1.9-install-instructions.md index 67c3c7dd1..d75e13f7b 100644 --- a/release-notes/3.1/3.1.9/3.1.9-install-instructions.md +++ b/release-notes/3.1/3.1.9/3.1.9-install-instructions.md @@ -89,7 +89,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-september-2020/ diff --git a/release-notes/3.1/3.1.9/3.1.9.md b/release-notes/3.1/3.1.9/3.1.9.md index 0108b9607..50bb76fef 100644 --- a/release-notes/3.1/3.1.9/3.1.9.md +++ b/release-notes/3.1/3.1.9/3.1.9.md @@ -35,7 +35,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | :-- | :-- | :--: | | Windows | Visual Studio 2019 version 16.7 | [3.1.403](3.1.403-download.md) | | Windows | Visual Studio 2019 version 16.4 | [3.1.109](#downloads) | -| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://docs.microsoft.com/visualstudio/mac/net-core-support) | +| macOS | Visual Studio for Mac | [Visual Studio for Mac .NET Core Support](https://learn.microsoft.com/visualstudio/mac/net-core-support) | ## Docker Images @@ -68,7 +68,7 @@ Fedroa 33 and Ubuntu 20.10 has been added as [supported OS](../3.1-supported-os. ## Adding a switch to enable sending ISO-8859-1 headers with SocketsHttpHandler -Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://docs.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. +Since the introduction of `SocketsHttpHandler` in .NET Core 2.1, an attempt to send non-ASCII characters in HTTP headers throws an `HttpRequestException`. This (RFC-conform) behavior turned out to be a blocker for some users trying to migrate from .NET Framework. In .NET 5 we are addressing this by the introduction of [`SocketsHttpHandler.RequestHeaderEncodingSelector`](https://learn.microsoft.com/dotnet/api/system.net.http.socketshttphandler.requestheaderencodingselector?view=net-5.0). To unblock users who are not (yet) able to migrate to .NET 5.0, we also added a runtime-configuration switch as part of .NET Core 3.1 servicing. This switch allows relaxing the HTTP header validation, enabling `SocketsHttpHandler` to send ISO-8859-1 (Latin-1) encoded characters in headers. - `AppContext` switch: `System.Net.Http.SocketsHttpHandler.AllowLatin1Headers`. `false` - disabled, `true` - enabled - Environment variable: `DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_ALLOWLATIN1HEADERS`. `0` - disabled, `1` - enabled @@ -80,7 +80,7 @@ This switch is specific to .NET Core 3.1 since service release 3.1.9, and not av ## macOS Notarization Change - Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: + Running "dotnet build" will generate a dll instead of a dylib on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://learn.microsoft.com/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, add the following to your project file: ``` true @@ -353,7 +353,7 @@ Microsoft.DotNet.Common.ProjectTemplates.2.1 | 3.1.8.nupkg [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.9-sha.txt -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-october-2020/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1/ diff --git a/release-notes/3.1/README.md b/release-notes/3.1/README.md index da108d302..3408da0a6 100644 --- a/release-notes/3.1/README.md +++ b/release-notes/3.1/README.md @@ -3,7 +3,7 @@ [.NET Core 3.1](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) is a [Long Term Support (LTS) release](../../release-policies.md) and will be supported for three years, from December 2019 to December 2022. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](3.1-supported-os.md). - [Downloads](https://dotnet.microsoft.com/download/dotnet/3.1) (also see [Releases](#releases)) -- [Installation docs](https://docs.microsoft.com/dotnet/core/install/) +- [Installation docs](https://learn.microsoft.com/dotnet/core/install/) - [Containers](https://hub.docker.com/_/microsoft-dotnet) - [Supported OSes](3.1-supported-os.md) - [Known Issues](3.1-known-issues.md) diff --git a/release-notes/3.1/install-linux.md b/release-notes/3.1/install-linux.md index 5b90f41ac..7f0fec628 100644 --- a/release-notes/3.1/install-linux.md +++ b/release-notes/3.1/install-linux.md @@ -25,7 +25,7 @@ Each of the distributions can be downloaded from: ## Install using deb/rpm packages -DEB and RPM install packages for Linux are available from Microsoft or, natively from some Linux distributions. It is recommended that you use packages provided by distribution, when available. See [Install .NET on Linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux) for a complete list of supported Linux distributions and installer package options for each. +DEB and RPM install packages for Linux are available from Microsoft or, natively from some Linux distributions. It is recommended that you use packages provided by distribution, when available. See [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux) for a complete list of supported Linux distributions and installer package options for each. ## Install using Snap diff --git a/release-notes/3.1/install.md b/release-notes/3.1/install.md index d74e9aebc..e7420472e 100644 --- a/release-notes/3.1/install.md +++ b/release-notes/3.1/install.md @@ -1,6 +1,6 @@ # .NET 3.1 installation instructions -Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://docs.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://docs.microsoft.com/dotnet). +Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://learn.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://learn.microsoft.com/dotnet). Operating system specific instructions: diff --git a/release-notes/3.1/preview/3.1.0-preview1-download.md b/release-notes/3.1/preview/3.1.0-preview1-download.md index d0893a3a0..6f2734afd 100644 --- a/release-notes/3.1/preview/3.1.0-preview1-download.md +++ b/release-notes/3.1/preview/3.1.0-preview1-download.md @@ -146,7 +146,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-1-preview-1/ diff --git a/release-notes/3.1/preview/3.1.0-preview1.md b/release-notes/3.1/preview/3.1.0-preview1.md index 51f86f0e7..68146524c 100644 --- a/release-notes/3.1/preview/3.1.0-preview1.md +++ b/release-notes/3.1/preview/3.1.0-preview1.md @@ -4,7 +4,7 @@ **Visual Studio compatibility:** .NET Core 3.1 Preview 1 requires Visual Studio 2019 16.4 Preview 2 to take full advantage of all its features. .NET Core 3.1 Preview 1 will not work properly in earlier versions of Visual Studio. Visit [Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/) to learn about VS previews. -**Known Issue:** Visual Studio 16.4 Preview 2 may uninstall .NET Core 3.0 when installed the .NET Core 3.1 SDK. We recommend you re-install or repair the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet/3.0) if this happens. +**Known Issue:** Visual Studio 16.4 Preview 2 may uninstall .NET Core 3.0 when installed the .NET Core 3.1 SDK. We recommend you re-install or repair the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet/3.0) if this happens. * [Downloads](https://dotnet.microsoft.com/download/dotnet/3.1) * [Changes in this release](#notable-changes-in-310-preview-1) @@ -58,7 +58,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-1-preview-1/ diff --git a/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md b/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md index d57f03d9c..88069a4dd 100644 --- a/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md +++ b/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md @@ -135,7 +135,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-1-preview-2/ diff --git a/release-notes/3.1/preview/3.1.0-preview2.md b/release-notes/3.1/preview/3.1.0-preview2.md index a5afb2a0e..3056310bc 100644 --- a/release-notes/3.1/preview/3.1.0-preview2.md +++ b/release-notes/3.1/preview/3.1.0-preview2.md @@ -36,7 +36,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co **Visual Studio compatibility:** .NET Core 3.1 Preview 2 requires Visual Studio 2019 16.4 Preview 3 to take full advantage of all its features. .NET Core 3.1 Preview 2 will not work properly in earlier versions of Visual Studio. Visit [Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/) to learn about VS previews. -**Known Issue:** Visual Studio 16.4 Preview 3 may uninstall .NET Core 3.0 when installed the .NET Core 3.1 SDK. We recommend you re-install or repair the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet/3.0) if this happens. +**Known Issue:** Visual Studio 16.4 Preview 3 may uninstall .NET Core 3.0 when installed the .NET Core 3.1 SDK. We recommend you re-install or repair the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet/3.0) if this happens. ## Docker Images @@ -63,7 +63,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux [linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [snap-install]: 3.1.0-preview2-install-instructions.md diff --git a/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md b/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md index be63cb9ab..13d820434 100644 --- a/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md +++ b/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md @@ -135,7 +135,7 @@ This will install the ASP.NET Core Module for IIS. [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-1-preview-3/ diff --git a/release-notes/3.1/preview/3.1.0-preview3.md b/release-notes/3.1/preview/3.1.0-preview3.md index e502980d8..a08398f38 100644 --- a/release-notes/3.1/preview/3.1.0-preview3.md +++ b/release-notes/3.1/preview/3.1.0-preview3.md @@ -23,7 +23,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |:-----------------: | -| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | +| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|
[Hosting Bundle][dotnet-hosting-win.exe]2 | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]1 | - | | Linux | [Snap Install][snap-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]1 \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]1 \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]1 \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]1 | - | | Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - | - | @@ -35,7 +35,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co **Visual Studio compatibility:** .NET Core 3.1 Preview 3 requires Visual Studio 2019 16.4 Preview 5 to take full advantage of all its features. .NET Core 3.1 Preview 3 will not work properly in earlier versions of Visual Studio. Visit [Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/) to learn about VS previews. -**Known Issue:** Visual Studio 16.4 Preview 5 may uninstall .NET Core 3.0 when installed the .NET Core 3.1 SDK. We recommend you re-install or repair the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet/3.0) if this happens. +**Known Issue:** Visual Studio 16.4 Preview 5 may uninstall .NET Core 3.0 when installed the .NET Core 3.1 SDK. We recommend you re-install or repair the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet/3.0) if this happens. ## Docker Images @@ -63,7 +63,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.1.0-preview3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3-1-preview-3/ diff --git a/release-notes/5.0/5.0-supported-os.md b/release-notes/5.0/5.0-supported-os.md index fa127c9d8..3cf90f3e9 100644 --- a/release-notes/5.0/5.0-supported-os.md +++ b/release-notes/5.0/5.0-supported-os.md @@ -15,14 +15,14 @@ OS | Version | Architectures [Windows Server Core][Windows-Server] | 2012+ | x64, x86 | [Windows Server][Windows-Server-lifecycle] [Nano Server][Nano-Server] | Version 1809+ | x64 | [Windows Server][Windows-Server-lifecycle] -**\*** Windows 7 SP1 is supported with [Extended Security Updates](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed. +**\*** Windows 7 SP1 is supported with [Extended Security Updates](https://learn.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed. [Windows-client]: https://www.microsoft.com/windows/ [Windows-lifecycle]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet [win-client-docker]: https://hub.docker.com/_/microsoft-windows -[Windows-Server-lifecycle]: https://docs.microsoft.com/windows-server/get-started/windows-server-release-info -[Nano-Server]: https://docs.microsoft.com/windows-server/get-started/getting-started-with-nano-server -[Windows-Server]: https://docs.microsoft.com/windows-server/ +[Windows-Server-lifecycle]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info +[Nano-Server]: https://learn.microsoft.com/windows-server/get-started/getting-started-with-nano-server +[Windows-Server]: https://learn.microsoft.com/windows-server/ ## Linux @@ -46,31 +46,31 @@ Note: .NET 5 requires OpenSSL 1.x. Newer distro versions such as Ubuntu 22.04 us [CentOS]: https://www.centos.org/ [CentOS-lifecycle]:https://wiki.centos.org/FAQ/General [CentOS-docker]: https://hub.docker.com/_/centos -[CentOS-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-centos8 +[CentOS-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-centos8 [Debian]: https://www.debian.org/ [Debian-lifecycle]: https://wiki.debian.org/DebianReleases -[Debian-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-debian10 +[Debian-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-debian10 [Fedora]: https://getfedora.org/ [Fedora-lifecycle]: https://fedoraproject.org/wiki/End_of_life [Fedora-docker]: https://hub.docker.com/_/fedora -[Fedora-msft-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-fedora32 +[Fedora-msft-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-fedora32 [Fedora-pm]: https://fedoraproject.org/wiki/DotNet [Linux-Mint]: https://linuxmint.com/ [Linux-Mint-lifecycle]: https://forums.linuxmint.com/viewforum.php?f=143 [OpenSUSE]: https://opensuse.org/ [OpenSUSE-lifecycle]: https://en.opensuse.org/Lifetime [OpenSUSE-docker]: https://hub.docker.com/r/opensuse/leap -[OpenSUSE-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-opensuse15 +[OpenSUSE-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-opensuse15 [RHEL]: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux [RHEL-lifecycle]: https://access.redhat.com/support/policy/updates/errata/ -[RHEL-msft-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-rhel8 +[RHEL-msft-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-rhel8 [RHEL-pm]: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_.net_applications_in_rhel_8/using-net-core-on-rhel_gsg#installing-net-core_gsg [SLES]: https://www.suse.com/products/server/ [SLES-lifecycle]: https://www.suse.com/lifecycle/ -[SLES-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-sles15 +[SLES-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-sles15 [Ubuntu]: https://ubuntu.com/ [Ubuntu-lifecycle]: https://wiki.ubuntu.com/Releases -[Ubuntu-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-ubuntu-2004 +[Ubuntu-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-ubuntu-2004 ## macOS diff --git a/release-notes/5.0/5.0.0/5.0.0-install-instructions.md b/release-notes/5.0/5.0.0/5.0.0-install-instructions.md index c49826246..3e8ee52b8 100644 --- a/release-notes/5.0/5.0.0/5.0.0-install-instructions.md +++ b/release-notes/5.0/5.0.0/5.0.0-install-instructions.md @@ -28,7 +28,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://docs.microsoft.com/dotnet/core/install/) 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 [Linux Setup](https://learn.microsoft.com/dotnet/core/install/) for a possible resolution. ### Install using a Package Manager @@ -84,6 +84,6 @@ 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 -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.0/5.0.0.md b/release-notes/5.0/5.0.0/5.0.0.md index e48e4d447..198099ecd 100644 --- a/release-notes/5.0/5.0.0/5.0.0.md +++ b/release-notes/5.0/5.0.0/5.0.0.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.100 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -50,7 +50,7 @@ You need [Visual Studio 16.8](https://visualstudio.microsoft.com) or later to us ## Notable Changes -* [What's new in .NET 5.0](https://docs.microsoft.com/dotnet/core/dotnet-five) +* [What's new in .NET 5.0](https://learn.microsoft.com/dotnet/core/dotnet-five) * [.NET 5.0 Blog][dotnet-blog] * [ASP.NET Core Blog][aspnet-blog] * [EF Core Blog][ef-blog] @@ -78,7 +78,7 @@ The list of contributors can be found in the [5.0 Contributor List](../5.0-contr [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.1/5.0.1-install-instructions.md b/release-notes/5.0/5.0.1/5.0.1-install-instructions.md index 6ff661733..3186e0a82 100644 --- a/release-notes/5.0/5.0.1/5.0.1-install-instructions.md +++ b/release-notes/5.0/5.0.1/5.0.1-install-instructions.md @@ -43,7 +43,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://docs.microsoft.com/dotnet/core/install/) 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 [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. @@ -84,6 +84,6 @@ 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 -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.1/5.0.1.md b/release-notes/5.0/5.0.1/5.0.1.md index 751585d5f..5d52883ec 100644 --- a/release-notes/5.0/5.0.1/5.0.1.md +++ b/release-notes/5.0/5.0.1/5.0.1.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.101 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -77,7 +77,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.10/5.0.10.md b/release-notes/5.0/5.0.10/5.0.10.md index 3305eb271..73d4383ea 100644 --- a/release-notes/5.0/5.0.10/5.0.10.md +++ b/release-notes/5.0/5.0.10/5.0.10.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.401 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -74,7 +74,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.10/5.0.207.md b/release-notes/5.0/5.0.10/5.0.207.md index 2995ff6bd..370955b4f 100644 --- a/release-notes/5.0/5.0.10/5.0.207.md +++ b/release-notes/5.0/5.0.10/5.0.207.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.207 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -61,7 +61,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.11/5.0.11.md b/release-notes/5.0/5.0.11/5.0.11.md index 1ebfcc879..0731b7e83 100644 --- a/release-notes/5.0/5.0.11/5.0.11.md +++ b/release-notes/5.0/5.0.11/5.0.11.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.402 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -86,7 +86,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.11/5.0.208.md b/release-notes/5.0/5.0.11/5.0.208.md index f2ae4608d..7586ccea9 100644 --- a/release-notes/5.0/5.0.11/5.0.208.md +++ b/release-notes/5.0/5.0.11/5.0.208.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.208 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -61,7 +61,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.12/5.0.12.md b/release-notes/5.0/5.0.12/5.0.12.md index bd48a3106..591f1c577 100644 --- a/release-notes/5.0/5.0.12/5.0.12.md +++ b/release-notes/5.0/5.0.12/5.0.12.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.403 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -78,7 +78,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.12/5.0.209.md b/release-notes/5.0/5.0.12/5.0.209.md index 1c710d1f4..431f58fbd 100644 --- a/release-notes/5.0/5.0.12/5.0.209.md +++ b/release-notes/5.0/5.0.12/5.0.209.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.209 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -61,7 +61,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.13/5.0.13.md b/release-notes/5.0/5.0.13/5.0.13.md index c054f1b80..f620060ac 100644 --- a/release-notes/5.0/5.0.13/5.0.13.md +++ b/release-notes/5.0/5.0.13/5.0.13.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.404 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -91,7 +91,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.13/5.0.210.md b/release-notes/5.0/5.0.13/5.0.210.md index 22244cd0e..4bd18f15f 100644 --- a/release-notes/5.0/5.0.13/5.0.210.md +++ b/release-notes/5.0/5.0.13/5.0.210.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.210 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -67,7 +67,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.14/5.0.14.md b/release-notes/5.0/5.0.14/5.0.14.md index 54c21464c..bbe2448e0 100644 --- a/release-notes/5.0/5.0.14/5.0.14.md +++ b/release-notes/5.0/5.0.14/5.0.14.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.405 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -81,7 +81,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.14/5.0.211.md b/release-notes/5.0/5.0.14/5.0.211.md index e1004b3b3..5013ed4fb 100644 --- a/release-notes/5.0/5.0.14/5.0.211.md +++ b/release-notes/5.0/5.0.14/5.0.211.md @@ -26,7 +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://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -62,7 +62,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.15/5.0.15.md b/release-notes/5.0/5.0.15/5.0.15.md index 6924c6ee1..3ad7a0d0b 100644 --- a/release-notes/5.0/5.0.15/5.0.15.md +++ b/release-notes/5.0/5.0.15/5.0.15.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.406 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -98,7 +98,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.15/5.0.212.md b/release-notes/5.0/5.0.15/5.0.212.md index dc9baffaa..6b5cb266f 100644 --- a/release-notes/5.0/5.0.15/5.0.212.md +++ b/release-notes/5.0/5.0.15/5.0.212.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.212 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -62,7 +62,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.16/5.0.16.md b/release-notes/5.0/5.0.16/5.0.16.md index 98dd686a2..002561b12 100644 --- a/release-notes/5.0/5.0.16/5.0.16.md +++ b/release-notes/5.0/5.0.16/5.0.16.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.407 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -75,7 +75,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.16/5.0.213.md b/release-notes/5.0/5.0.16/5.0.213.md index 37a6414df..25be6d1eb 100644 --- a/release-notes/5.0/5.0.16/5.0.213.md +++ b/release-notes/5.0/5.0.16/5.0.213.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.213 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -62,7 +62,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.17/5.0.17.md b/release-notes/5.0/5.0.17/5.0.17.md index f84e2ac89..a95843351 100644 --- a/release-notes/5.0/5.0.17/5.0.17.md +++ b/release-notes/5.0/5.0.17/5.0.17.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.408 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -95,7 +95,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.17/5.0.214.md b/release-notes/5.0/5.0.17/5.0.214.md index 764651167..2cdbe2c3d 100644 --- a/release-notes/5.0/5.0.17/5.0.214.md +++ b/release-notes/5.0/5.0.17/5.0.214.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.214 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -62,7 +62,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.2/5.0.2-install-instructions.md b/release-notes/5.0/5.0.2/5.0.2-install-instructions.md index ef4882b30..ff7b05650 100644 --- a/release-notes/5.0/5.0.2/5.0.2-install-instructions.md +++ b/release-notes/5.0/5.0.2/5.0.2-install-instructions.md @@ -43,7 +43,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://docs.microsoft.com/dotnet/core/install/) 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 [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. @@ -84,6 +84,6 @@ 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 -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.2/5.0.2.md b/release-notes/5.0/5.0.2/5.0.2.md index a9a949b28..fccfd9271 100644 --- a/release-notes/5.0/5.0.2/5.0.2.md +++ b/release-notes/5.0/5.0.2/5.0.2.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.102 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -80,7 +80,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.3/5.0.200-sdk.md b/release-notes/5.0/5.0.3/5.0.200-sdk.md index 98fc41671..e63dd0d57 100644 --- a/release-notes/5.0/5.0.3/5.0.200-sdk.md +++ b/release-notes/5.0/5.0.3/5.0.200-sdk.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.200 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -74,7 +74,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.3/5.0.3-install-instructions.md b/release-notes/5.0/5.0.3/5.0.3-install-instructions.md index e17fc190b..73eb3b94d 100644 --- a/release-notes/5.0/5.0.3/5.0.3-install-instructions.md +++ b/release-notes/5.0/5.0.3/5.0.3-install-instructions.md @@ -45,7 +45,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://docs.microsoft.com/dotnet/core/install/) 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 [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. @@ -86,6 +86,6 @@ 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 -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.3/5.0.3.md b/release-notes/5.0/5.0.3/5.0.3.md index e378d0edb..d9c36be1f 100644 --- a/release-notes/5.0/5.0.3/5.0.3.md +++ b/release-notes/5.0/5.0.3/5.0.3.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.103 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -86,7 +86,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.4/5.0.201-download.md b/release-notes/5.0/5.0.4/5.0.201-download.md index dd700cc0e..e5e026b8c 100644 --- a/release-notes/5.0/5.0.4/5.0.201-download.md +++ b/release-notes/5.0/5.0.4/5.0.201-download.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.201 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -55,7 +55,7 @@ You need [Visual Studio 16.9](https://visualstudio.microsoft.com) or later to us [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.4/5.0.4-install-instructions.md b/release-notes/5.0/5.0.4/5.0.4-install-instructions.md index 83a4af6bf..0547c3679 100644 --- a/release-notes/5.0/5.0.4/5.0.4-install-instructions.md +++ b/release-notes/5.0/5.0.4/5.0.4-install-instructions.md @@ -45,7 +45,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://docs.microsoft.com/dotnet/core/install/) 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 [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. @@ -86,6 +86,6 @@ 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 -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.4/5.0.4.md b/release-notes/5.0/5.0.4/5.0.4.md index 8b3f1f7dc..5143dce4d 100644 --- a/release-notes/5.0/5.0.4/5.0.4.md +++ b/release-notes/5.0/5.0.4/5.0.4.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.104 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -88,7 +88,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.5/5.0.5-install-instructions.md b/release-notes/5.0/5.0.5/5.0.5-install-instructions.md index f69560a12..fe7014b3a 100644 --- a/release-notes/5.0/5.0.5/5.0.5-install-instructions.md +++ b/release-notes/5.0/5.0.5/5.0.5-install-instructions.md @@ -45,7 +45,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://docs.microsoft.com/dotnet/core/install/) 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 [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. @@ -86,6 +86,6 @@ 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 -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.5/5.0.5.md b/release-notes/5.0/5.0.5/5.0.5.md index 6899bf88c..224148286 100644 --- a/release-notes/5.0/5.0.5/5.0.5.md +++ b/release-notes/5.0/5.0.5/5.0.5.md @@ -28,7 +28,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.202 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -81,7 +81,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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-april-2021/ diff --git a/release-notes/5.0/5.0.6/5.0.300-sdk.md b/release-notes/5.0/5.0.6/5.0.300-sdk.md index 5da234228..a284a0a18 100644 --- a/release-notes/5.0/5.0.6/5.0.300-sdk.md +++ b/release-notes/5.0/5.0.6/5.0.300-sdk.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.300 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -75,7 +75,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.6/5.0.6-install-instructions.md b/release-notes/5.0/5.0.6/5.0.6-install-instructions.md index 1e4a26cb5..ae68129ef 100644 --- a/release-notes/5.0/5.0.6/5.0.6-install-instructions.md +++ b/release-notes/5.0/5.0.6/5.0.6-install-instructions.md @@ -45,7 +45,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://docs.microsoft.com/dotnet/core/install/) 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 [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. @@ -86,6 +86,6 @@ 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 -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.6/5.0.6.md b/release-notes/5.0/5.0.6/5.0.6.md index 1a4b610e6..9eaaacf00 100644 --- a/release-notes/5.0/5.0.6/5.0.6.md +++ b/release-notes/5.0/5.0.6/5.0.6.md @@ -28,7 +28,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.203 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -84,7 +84,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.7/5.0.301-sdk.md b/release-notes/5.0/5.0.7/5.0.301-sdk.md index ff39438e3..5f28c459a 100644 --- a/release-notes/5.0/5.0.7/5.0.301-sdk.md +++ b/release-notes/5.0/5.0.7/5.0.301-sdk.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.301 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -61,7 +61,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.7/5.0.7-install-instructions.md b/release-notes/5.0/5.0.7/5.0.7-install-instructions.md index 8d2c06de4..018a6892e 100644 --- a/release-notes/5.0/5.0.7/5.0.7-install-instructions.md +++ b/release-notes/5.0/5.0.7/5.0.7-install-instructions.md @@ -45,7 +45,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://docs.microsoft.com/dotnet/core/install/) 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 [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. @@ -86,6 +86,6 @@ 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 -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.7/5.0.7.md b/release-notes/5.0/5.0.7/5.0.7.md index cee2abda9..63ce71762 100644 --- a/release-notes/5.0/5.0.7/5.0.7.md +++ b/release-notes/5.0/5.0.7/5.0.7.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.204 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -80,7 +80,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/5.0.8/5.0.302-sdk.md b/release-notes/5.0/5.0.8/5.0.302-sdk.md index f3107ee21..12f3ab6ed 100644 --- a/release-notes/5.0/5.0.8/5.0.302-sdk.md +++ b/release-notes/5.0/5.0.8/5.0.302-sdk.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.302 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -61,7 +61,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.8-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-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/ diff --git a/release-notes/5.0/5.0.8/5.0.8-install-instructions.md b/release-notes/5.0/5.0.8/5.0.8-install-instructions.md index eab86cc2d..6cb0c62f0 100644 --- a/release-notes/5.0/5.0.8/5.0.8-install-instructions.md +++ b/release-notes/5.0/5.0.8/5.0.8-install-instructions.md @@ -45,7 +45,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://docs.microsoft.com/dotnet/core/install/) 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 [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. @@ -86,6 +86,6 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ [release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.8/5.0.8.md -[linux-setup]: https://docs.microsoft.com/dotnet/core/install/linux +[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 diff --git a/release-notes/5.0/5.0.8/5.0.8.md b/release-notes/5.0/5.0.8/5.0.8.md index 4e78296fd..7469758b1 100644 --- a/release-notes/5.0/5.0.8/5.0.8.md +++ b/release-notes/5.0/5.0.8/5.0.8.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.205 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -84,7 +84,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.8-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-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/ diff --git a/release-notes/5.0/5.0.9/5.0.206.md b/release-notes/5.0/5.0.9/5.0.206.md index 54792d410..c7fa71c95 100644 --- a/release-notes/5.0/5.0.9/5.0.206.md +++ b/release-notes/5.0/5.0.9/5.0.206.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.206 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -61,7 +61,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-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/ diff --git a/release-notes/5.0/5.0.9/5.0.303.md b/release-notes/5.0/5.0.9/5.0.303.md index d4bc0ee63..c3a72d36f 100644 --- a/release-notes/5.0/5.0.9/5.0.303.md +++ b/release-notes/5.0/5.0.9/5.0.303.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.303 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -61,7 +61,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-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/ diff --git a/release-notes/5.0/5.0.9/5.0.9.md b/release-notes/5.0/5.0.9/5.0.9.md index 4c58b73a1..16f1126a4 100644 --- a/release-notes/5.0/5.0.9/5.0.9.md +++ b/release-notes/5.0/5.0.9/5.0.9.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 5.0.400 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -70,7 +70,7 @@ An information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .N Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. -A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame. +A denial of service vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where .NET (Core) server applications providing WebSocket endpoints could be tricked into endlessly looping while trying to read a single WebSocket frame. # Microsoft Security Advisory CVE-2021-34532 | ASP.NET Core Information Disclosure Vulnerability @@ -102,7 +102,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.9-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-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/ diff --git a/release-notes/5.0/README.md b/release-notes/5.0/README.md index b14468ad9..8562e9215 100644 --- a/release-notes/5.0/README.md +++ b/release-notes/5.0/README.md @@ -5,7 +5,7 @@ This release is out of support. See [.NET releases](../../releases.md) for in-su [.NET 5](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) was released on May 10, 2020. The release was a collaborative effort by many contributors. [.NET 5 reached end of support on May 10, 2022](https://devblogs.microsoft.com/dotnet/dotnet-5-end-of-support-update/) | It was [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](5.0-supported-os.md). - [Downloads](https://dotnet.microsoft.com/download/dotnet/5.0) (also see [Releases](#releases)) -- [Installation docs](https://docs.microsoft.com/dotnet/core/install/) +- [Installation docs](https://learn.microsoft.com/dotnet/core/install/) - [Containers](https://hub.docker.com/_/microsoft-dotnet) - [Supported OSes](5.0-supported-os.md) - [Known Issues](5.0-known-issues.md) diff --git a/release-notes/5.0/install-linux.md b/release-notes/5.0/install-linux.md index e4e340dc0..8b64674b4 100644 --- a/release-notes/5.0/install-linux.md +++ b/release-notes/5.0/install-linux.md @@ -25,7 +25,7 @@ Each of the distributions can be downloaded from: ## Install using deb/rpm packages -DEB and RPM install packages for Linux are available from Microsoft or, natively from some Linux distributions. It is recommended that you use packages provided by you distribution, when available. See [Install .NET on Linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux) for a complete list of supported Linux Distros and installer package options for each. +DEB and RPM install packages for Linux are available from Microsoft or, natively from some Linux distributions. It is recommended that you use packages provided by you distribution, when available. See [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux) for a complete list of supported Linux Distros and installer package options for each. ## Install using Snap diff --git a/release-notes/5.0/install.md b/release-notes/5.0/install.md index 3cbc1e08c..ad51150b1 100644 --- a/release-notes/5.0/install.md +++ b/release-notes/5.0/install.md @@ -1,6 +1,6 @@ # .NET 5 installation instructions -Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://docs.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://docs.microsoft.com/dotnet). +Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://learn.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://learn.microsoft.com/dotnet). Operating system specific instructions: diff --git a/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md index fc2cc8bbb..7666f0ffb 100644 --- a/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md @@ -79,7 +79,7 @@ This will install the ASP.NET Core Module for IIS. [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-preview.1.md b/release-notes/5.0/preview/5.0.0-preview.1.md index 7258ddd57..dfbc19d35 100644 --- a/release-notes/5.0/preview/5.0.0-preview.1.md +++ b/release-notes/5.0/preview/5.0.0-preview.1.md @@ -57,7 +57,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-preview.2.md b/release-notes/5.0/preview/5.0.0-preview.2.md index 15345ab30..16ca2aabe 100644 --- a/release-notes/5.0/preview/5.0.0-preview.2.md +++ b/release-notes/5.0/preview/5.0.0-preview.2.md @@ -57,7 +57,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-preview.3.md b/release-notes/5.0/preview/5.0.0-preview.3.md index 6b98b3509..5e3942c66 100644 --- a/release-notes/5.0/preview/5.0.0-preview.3.md +++ b/release-notes/5.0/preview/5.0.0-preview.3.md @@ -57,7 +57,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-preview.4-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.4-install-instructions.md index a1cf898a9..5a60f06ed 100644 --- a/release-notes/5.0/preview/5.0.0-preview.4-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.4-install-instructions.md @@ -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://docs.microsoft.com/dotnet/core/install/) 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 [Linux Setup](https://learn.microsoft.com/dotnet/core/install/) for a possible resolution. ### Install using deb/rpm packages diff --git a/release-notes/5.0/preview/5.0.0-preview.4.md b/release-notes/5.0/preview/5.0.0-preview.4.md index 1a28f436c..4e3178dc3 100644 --- a/release-notes/5.0/preview/5.0.0-preview.4.md +++ b/release-notes/5.0/preview/5.0.0-preview.4.md @@ -57,7 +57,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-preview.5-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.5-install-instructions.md index 29ec6359b..840e48663 100644 --- a/release-notes/5.0/preview/5.0.0-preview.5-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.5-install-instructions.md @@ -28,7 +28,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://docs.microsoft.com/dotnet/core/install/) 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 [Linux Setup](https://learn.microsoft.com/dotnet/core/install/) for a possible resolution. ### Install using deb/rpm packages diff --git a/release-notes/5.0/preview/5.0.0-preview.5.md b/release-notes/5.0/preview/5.0.0-preview.5.md index 01f33904f..1065a4d0d 100644 --- a/release-notes/5.0/preview/5.0.0-preview.5.md +++ b/release-notes/5.0/preview/5.0.0-preview.5.md @@ -57,7 +57,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-preview.6-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.6-install-instructions.md index 13e1060f5..6c4d4d037 100644 --- a/release-notes/5.0/preview/5.0.0-preview.6-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.6-install-instructions.md @@ -28,7 +28,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://docs.microsoft.com/dotnet/core/install/) 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 [Linux Setup](https://learn.microsoft.com/dotnet/core/install/) for a possible resolution. ### Install using deb/rpm packages diff --git a/release-notes/5.0/preview/5.0.0-preview.6.md b/release-notes/5.0/preview/5.0.0-preview.6.md index bf08ccaf5..e9ab3d5ef 100644 --- a/release-notes/5.0/preview/5.0.0-preview.6.md +++ b/release-notes/5.0/preview/5.0.0-preview.6.md @@ -56,7 +56,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-preview.7-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.7-install-instructions.md index 72d5e14f0..006d70797 100644 --- a/release-notes/5.0/preview/5.0.0-preview.7-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.7-install-instructions.md @@ -28,7 +28,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://docs.microsoft.com/dotnet/core/install/) 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 [Linux Setup](https://learn.microsoft.com/dotnet/core/install/) for a possible resolution. ### Install using deb/rpm packages diff --git a/release-notes/5.0/preview/5.0.0-preview.7.md b/release-notes/5.0/preview/5.0.0-preview.7.md index b1da9aa68..cd18bba9f 100644 --- a/release-notes/5.0/preview/5.0.0-preview.7.md +++ b/release-notes/5.0/preview/5.0.0-preview.7.md @@ -58,7 +58,7 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md index d75b5c878..51263b266 100644 --- a/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md @@ -28,7 +28,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://docs.microsoft.com/dotnet/core/install/) 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 [Linux Setup](https://learn.microsoft.com/dotnet/core/install/) for a possible resolution. ### Install using deb/rpm packages diff --git a/release-notes/5.0/preview/5.0.0-preview.8.md b/release-notes/5.0/preview/5.0.0-preview.8.md index 00a1f6f24..c9ce20536 100644 --- a/release-notes/5.0/preview/5.0.0-preview.8.md +++ b/release-notes/5.0/preview/5.0.0-preview.8.md @@ -58,7 +58,7 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md b/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md index 381221d71..c62c7387c 100644 --- a/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md @@ -28,7 +28,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://docs.microsoft.com/dotnet/core/install/) 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 [Linux Setup](https://learn.microsoft.com/dotnet/core/install/) for a possible resolution. ### Install using deb/rpm packages diff --git a/release-notes/5.0/preview/5.0.0-rc.1.md b/release-notes/5.0/preview/5.0.0-rc.1.md index 160e0ef34..0e19d5d18 100644 --- a/release-notes/5.0/preview/5.0.0-rc.1.md +++ b/release-notes/5.0/preview/5.0.0-rc.1.md @@ -58,7 +58,7 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md b/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md index ce57766fc..22c6b00e3 100644 --- a/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md @@ -28,7 +28,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://docs.microsoft.com/dotnet/core/install/) 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 [Linux Setup](https://learn.microsoft.com/dotnet/core/install/) for a possible resolution. ### Install using deb/rpm packages diff --git a/release-notes/5.0/preview/5.0.0-rc.2.md b/release-notes/5.0/preview/5.0.0-rc.2.md index 2623b074b..672802e72 100644 --- a/release-notes/5.0/preview/5.0.0-rc.2.md +++ b/release-notes/5.0/preview/5.0.0-rc.2.md @@ -58,7 +58,7 @@ For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime [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://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/6.0/6.0.0/6.0.0.md b/release-notes/6.0/6.0.0/6.0.0.md index 65d108e9d..c493c6180 100644 --- a/release-notes/6.0/6.0.0/6.0.0.md +++ b/release-notes/6.0/6.0.0/6.0.0.md @@ -2,10 +2,10 @@ The .NET 6.0.0 and .NET 6.0.100 SDK releases are available for download. The latest 6.0 release is always listed at [.NET 6.0 Releases](../README.md). -## What's new in .NET 6 +## What's new in .NET 6 -.NET 6 is the next major release of .NET following .NET 5. See [What's new in .NET 6.0](https://docs.microsoft.com/dotnet/core/whats-new/dotnet-6) for more details. You can also find additional details on the following blog posts: -* [Announcing .NET 6][dotnet-blog] +.NET 6 is the next major release of .NET following .NET 5. See [What's new in .NET 6.0](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-6) for more details. You can also find additional details on the following blog posts: +* [Announcing .NET 6][dotnet-blog] * [.NET MAUI][maui-blog] * [ASP.NET Core Blog][aspnet-blog] @@ -41,11 +41,11 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.100 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -65,7 +65,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Windows SDK Updates * TFM support for the Windows 11 SDK is available in .NET 6. To target the Windows 11 SDK (10.0.22000) in .NET 6, set the `TargetFramework` property in your project file to `net6.0-windows10.0.22000.0`. @@ -102,7 +102,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.1/6.0.1.md b/release-notes/6.0/6.0.1/6.0.1.md index 088e652de..cd4a2ffd1 100644 --- a/release-notes/6.0/6.0.1/6.0.1.md +++ b/release-notes/6.0/6.0.1/6.0.1.md @@ -28,11 +28,11 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.101 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -52,7 +52,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Windows SDK Updates * .NET SDK 6.0.101 includes several fixes to the Windows SDK targeting packages produced by [C#/WinRT 1.4.1](https://github.com/microsoft/CsWinRT/releases/tag/1.4.1.211117.1). @@ -97,7 +97,7 @@ Customers that have opted to receive .NET Core updates via the Microsoft Update You need [Visual Studio 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.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 6.0 and C# 10.0. -## Known Issue +## Known Issue There have been limited reports of a failure to install the update via Microsoft Update on Windows 11. The update fails with error code 0x80070643. A workaround is to install the package that is failing manually by downloading it from the [.NET 6.0.101 x64 SDK download site](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.101-windows-x64-installer), then scanning again. This issue is tracked on [dotnet/issue#7044](https://github.com/dotnet/core/issues/7044). ## Feedback @@ -112,7 +112,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.1/6.0.200-preview.21617.4-sdk.md b/release-notes/6.0/6.0.1/6.0.200-preview.21617.4-sdk.md index e7cc9b1a2..8fe96f85a 100644 --- a/release-notes/6.0/6.0.1/6.0.200-preview.21617.4-sdk.md +++ b/release-notes/6.0/6.0.1/6.0.200-preview.21617.4-sdk.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.200-preview ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. @@ -44,7 +44,7 @@ You need [Visual Studio 17.1 Preview 2](https://visualstudio.microsoft.com) or l [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.1/6.0.200-preview.22055.15-sdk.md b/release-notes/6.0/6.0.1/6.0.200-preview.22055.15-sdk.md index 3e42c2c5f..8417000c6 100644 --- a/release-notes/6.0/6.0.1/6.0.200-preview.22055.15-sdk.md +++ b/release-notes/6.0/6.0.1/6.0.200-preview.22055.15-sdk.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.200-preview ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. @@ -44,7 +44,7 @@ You need [Visual Studio 17.1 Preview 3](https://visualstudio.microsoft.com) or l [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.10/6.0.10.md b/release-notes/6.0/6.0.10/6.0.10.md index b7fddddf0..9197b92f0 100644 --- a/release-notes/6.0/6.0.10/6.0.10.md +++ b/release-notes/6.0/6.0.10/6.0.10.md @@ -29,11 +29,11 @@ $ dotnet --version 6.0.402 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -53,7 +53,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -102,7 +102,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.10-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.10-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2022-updates/ diff --git a/release-notes/6.0/6.0.10/6.0.110.md b/release-notes/6.0/6.0.10/6.0.110.md index cb4e9e349..723c39ddf 100644 --- a/release-notes/6.0/6.0.10/6.0.110.md +++ b/release-notes/6.0/6.0.10/6.0.110.md @@ -28,7 +28,7 @@ $ dotnet --version 6.0.110 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -47,7 +47,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.10-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.10-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2022-updates/ diff --git a/release-notes/6.0/6.0.10/6.0.305.md b/release-notes/6.0/6.0.10/6.0.305.md index 7815153a2..d2eaa6155 100644 --- a/release-notes/6.0/6.0.10/6.0.305.md +++ b/release-notes/6.0/6.0.10/6.0.305.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.305 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -41,7 +41,7 @@ You need [Visual Studio 17.2](https://visualstudio.microsoft.com) or later to us [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.10-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.10-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.11/6.0.11.md b/release-notes/6.0/6.0.11/6.0.11.md index 0dfd7bee8..6540d2cf0 100644 --- a/release-notes/6.0/6.0.11/6.0.11.md +++ b/release-notes/6.0/6.0.11/6.0.11.md @@ -29,11 +29,11 @@ $ dotnet --version 6.0.403 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -53,7 +53,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -96,7 +96,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.11-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.11-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2022-updates/ diff --git a/release-notes/6.0/6.0.11/6.0.111.md b/release-notes/6.0/6.0.11/6.0.111.md index 69354b477..513761491 100644 --- a/release-notes/6.0/6.0.11/6.0.111.md +++ b/release-notes/6.0/6.0.11/6.0.111.md @@ -28,7 +28,7 @@ $ dotnet --version 6.0.111 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -45,7 +45,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.11-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.11-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2022-updates/ diff --git a/release-notes/6.0/6.0.11/6.0.306.md b/release-notes/6.0/6.0.11/6.0.306.md index 30021159d..38ded23fa 100644 --- a/release-notes/6.0/6.0.11/6.0.306.md +++ b/release-notes/6.0/6.0.11/6.0.306.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.306 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -41,7 +41,7 @@ You need [Visual Studio 17.2](https://visualstudio.microsoft.com) or later to us [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.11-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.11-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2022-updates/ diff --git a/release-notes/6.0/6.0.2/6.0.2.md b/release-notes/6.0/6.0.2/6.0.2.md index c72fd0406..8817424a3 100644 --- a/release-notes/6.0/6.0.2/6.0.2.md +++ b/release-notes/6.0/6.0.2/6.0.2.md @@ -28,11 +28,11 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.102 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -52,7 +52,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -103,7 +103,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.2/6.0.200-sdk.md b/release-notes/6.0/6.0.2/6.0.200-sdk.md index b8ffa24f2..e06fdc219 100644 --- a/release-notes/6.0/6.0.2/6.0.200-sdk.md +++ b/release-notes/6.0/6.0.2/6.0.200-sdk.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.200 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. @@ -44,7 +44,7 @@ You need [Visual Studio 17.1 GA](https://visualstudio.microsoft.com) or later to [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.2/6.0.300-sdk.md b/release-notes/6.0/6.0.2/6.0.300-sdk.md index 4c2a96354..17f39694e 100644 --- a/release-notes/6.0/6.0.2/6.0.300-sdk.md +++ b/release-notes/6.0/6.0.2/6.0.300-sdk.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.300 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. @@ -44,7 +44,7 @@ You need [Visual Studio 17.2 GA](https://visualstudio.microsoft.com) or later to [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.3/6.0.103.md b/release-notes/6.0/6.0.3/6.0.103.md index e64d9bdac..28bf36b03 100644 --- a/release-notes/6.0/6.0.3/6.0.103.md +++ b/release-notes/6.0/6.0.3/6.0.103.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.103 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -45,7 +45,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/6.0/6.0.3/6.0.3.md b/release-notes/6.0/6.0.3/6.0.3.md index 46ad4a2ab..0e9999b68 100644 --- a/release-notes/6.0/6.0.3/6.0.3.md +++ b/release-notes/6.0/6.0.3/6.0.3.md @@ -28,11 +28,11 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.201 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -52,7 +52,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Windows SDK Updates @@ -118,7 +118,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/6.0/6.0.3/6.0.300-sdk.md b/release-notes/6.0/6.0.3/6.0.300-sdk.md index e78e6ee0b..b5f15f4f3 100644 --- a/release-notes/6.0/6.0.3/6.0.300-sdk.md +++ b/release-notes/6.0/6.0.3/6.0.300-sdk.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.300-preview.22204.3 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. @@ -44,7 +44,7 @@ You need [Visual Studio 17.2 Preview 4](https://visualstudio.microsoft.com) or l [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.4/6.0.104.md b/release-notes/6.0/6.0.4/6.0.104.md index 7d6aef7cf..b1179484b 100644 --- a/release-notes/6.0/6.0.4/6.0.104.md +++ b/release-notes/6.0/6.0.4/6.0.104.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.104 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -45,7 +45,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.4-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/6.0/6.0.4/6.0.4.md b/release-notes/6.0/6.0.4/6.0.4.md index 28acdd46e..b3b107eff 100644 --- a/release-notes/6.0/6.0.4/6.0.4.md +++ b/release-notes/6.0/6.0.4/6.0.4.md @@ -28,11 +28,11 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.202 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -52,7 +52,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Windows SDK Updates @@ -78,7 +78,7 @@ The following repos have been updated: .NET 6.0.4 release carries non-security fixes. In .NET 6.0.4 the existing ASP.NET Core targeting pack RPM filename was updated: -* Old: aspnetcore-targeting-pack-[version].rpm +* Old: aspnetcore-targeting-pack-[version].rpm * New: aspnetcore-targeting-pack-[version]-x64.rpm ### Additional fixes in this release @@ -109,7 +109,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.4-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/6.0/6.0.5/6.0.105.md b/release-notes/6.0/6.0.5/6.0.105.md index 10ead90e4..6a7b76426 100644 --- a/release-notes/6.0/6.0.5/6.0.105.md +++ b/release-notes/6.0/6.0.5/6.0.105.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.105 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -45,7 +45,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.5-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/6.0/6.0.5/6.0.300.md b/release-notes/6.0/6.0.5/6.0.300.md index b9e021eaf..7bdfa37c7 100644 --- a/release-notes/6.0/6.0.5/6.0.300.md +++ b/release-notes/6.0/6.0.5/6.0.300.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.300 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -42,7 +42,7 @@ You need [Visual Studio 17.2 Preview 4](https://visualstudio.microsoft.com) or l [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.5-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.5/6.0.5.md b/release-notes/6.0/6.0.5/6.0.5.md index 382c077bc..4b2944cee 100644 --- a/release-notes/6.0/6.0.5/6.0.5.md +++ b/release-notes/6.0/6.0.5/6.0.5.md @@ -28,11 +28,11 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.203 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -52,7 +52,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Windows SDK Updates @@ -102,7 +102,7 @@ Microsoft is releasing this security advisory to provide information about a vul A vulnerability exists in .NET 6.0, .NET 5.0 and .NET Core 3.1 where a malicious client can cause a Denial of Service via excess memory allocations through HttpClient. In .NET 6.0.4 the existing ASP.NET Core targeting pack RPM filename was updated: -* Old: aspnetcore-targeting-pack-[version].rpm +* Old: aspnetcore-targeting-pack-[version].rpm * New: aspnetcore-targeting-pack-[version]-x64.rpm ### Additional fixes in this release @@ -126,7 +126,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.5-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/6.0/6.0.6/6.0.106.md b/release-notes/6.0/6.0.6/6.0.106.md index f8307ed09..4d6ef4179 100644 --- a/release-notes/6.0/6.0.6/6.0.106.md +++ b/release-notes/6.0/6.0.6/6.0.106.md @@ -27,7 +27,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.106 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -45,7 +45,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.6-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.6-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/june-2022-updates/ diff --git a/release-notes/6.0/6.0.6/6.0.6.md b/release-notes/6.0/6.0.6/6.0.6.md index 8d0fc90a3..d521ebbd9 100644 --- a/release-notes/6.0/6.0.6/6.0.6.md +++ b/release-notes/6.0/6.0.6/6.0.6.md @@ -28,11 +28,11 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.301 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -52,7 +52,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -104,7 +104,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.6-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.6-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/june-2022-updates/ diff --git a/release-notes/6.0/6.0.7/6.0.107.md b/release-notes/6.0/6.0.7/6.0.107.md index d7f55ee38..39023a5d9 100644 --- a/release-notes/6.0/6.0.7/6.0.107.md +++ b/release-notes/6.0/6.0.7/6.0.107.md @@ -28,7 +28,7 @@ $ dotnet --version 6.0.107 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -46,7 +46,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/july-2022-updates/ diff --git a/release-notes/6.0/6.0.7/6.0.7.md b/release-notes/6.0/6.0.7/6.0.7.md index d7481fbf9..8b4c9285d 100644 --- a/release-notes/6.0/6.0.7/6.0.7.md +++ b/release-notes/6.0/6.0.7/6.0.7.md @@ -29,11 +29,11 @@ $ dotnet --version 6.0.302 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -53,7 +53,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -100,7 +100,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/july-2022-updates/ diff --git a/release-notes/6.0/6.0.8/6.0.108.md b/release-notes/6.0/6.0.8/6.0.108.md index 05304e5d8..3149fc81d 100644 --- a/release-notes/6.0/6.0.8/6.0.108.md +++ b/release-notes/6.0/6.0.8/6.0.108.md @@ -28,7 +28,7 @@ $ dotnet --version 6.0.108 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -46,7 +46,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.8-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/august-2022-updates/ diff --git a/release-notes/6.0/6.0.8/6.0.400.md b/release-notes/6.0/6.0.8/6.0.400.md index 7954bfbb2..35aca1439 100644 --- a/release-notes/6.0/6.0.8/6.0.400.md +++ b/release-notes/6.0/6.0.8/6.0.400.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.400 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -41,7 +41,7 @@ You need [Visual Studio 17.3](https://visualstudio.microsoft.com) or later to us [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.8-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.8/6.0.8.md b/release-notes/6.0/6.0.8/6.0.8.md index 6e3f66706..73525af98 100644 --- a/release-notes/6.0/6.0.8/6.0.8.md +++ b/release-notes/6.0/6.0.8/6.0.8.md @@ -29,11 +29,11 @@ $ dotnet --version 6.0.400 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -53,7 +53,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -101,7 +101,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.8-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.8-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/august-2022-updates/ diff --git a/release-notes/6.0/6.0.9/6.0.109.md b/release-notes/6.0/6.0.9/6.0.109.md index dbece1e10..229f9c18e 100644 --- a/release-notes/6.0/6.0.9/6.0.109.md +++ b/release-notes/6.0/6.0.9/6.0.109.md @@ -28,7 +28,7 @@ $ dotnet --version 6.0.109 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -47,7 +47,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.9-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2022-updates/ diff --git a/release-notes/6.0/6.0.9/6.0.304.md b/release-notes/6.0/6.0.9/6.0.304.md index e4c4784e0..fd3494646 100644 --- a/release-notes/6.0/6.0.9/6.0.304.md +++ b/release-notes/6.0/6.0.9/6.0.304.md @@ -26,7 +26,7 @@ You can check your .NET SDK version by running the following command. The exampl $ dotnet --version 6.0.304 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Visual Studio Compatibility @@ -41,7 +41,7 @@ You need [Visual Studio 17.2](https://visualstudio.microsoft.com) or later to us [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.9-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6/ diff --git a/release-notes/6.0/6.0.9/6.0.9.md b/release-notes/6.0/6.0.9/6.0.9.md index 133236577..52b26b6a9 100644 --- a/release-notes/6.0/6.0.9/6.0.9.md +++ b/release-notes/6.0/6.0.9/6.0.9.md @@ -29,11 +29,11 @@ $ dotnet --version 6.0.401 ``` -Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## .NET Multi-Platform App UI (MAUI) Preview Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -53,7 +53,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -102,7 +102,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.9-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.9-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2022-updates/ diff --git a/release-notes/6.0/README.md b/release-notes/6.0/README.md index 3262fccbf..ff6eeaca4 100644 --- a/release-notes/6.0/README.md +++ b/release-notes/6.0/README.md @@ -3,7 +3,7 @@ [.NET 6](https://devblogs.microsoft.com/dotnet/announcing-net-6/) is an [Long Term Support (LTS)](../../release-policies.md) release and will be supported for three years, from November 8, 2021 to November 12, 2024. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](supported-os.md). - [Downloads](https://dotnet.microsoft.com/download/dotnet/6.0) -- [Linux Package Managers](https://docs.microsoft.com/dotnet/core/install/linux) +- [Linux Package Managers](https://learn.microsoft.com/dotnet/core/install/linux) - [Containers](https://mcr.microsoft.com/catalog?search=dotnet/) - [Supported OSes](supported-os.md) - [Known Issues](known-issues.md) diff --git a/release-notes/6.0/install-maui.md b/release-notes/6.0/install-maui.md index 1f5e22391..5cc93ab02 100644 --- a/release-notes/6.0/install-maui.md +++ b/release-notes/6.0/install-maui.md @@ -45,14 +45,14 @@ Then run the tool and follow the instructions presented: $ maui-check ``` -See our [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for further details about getting started, including installing Windows App SDK requirements. +See our [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for further details about getting started, including installing Windows App SDK requirements. ### Android Prerequisites: * [Install .NET 6.0.0 rc 2](#downloads) -* Android SDK Platform API 31. +* Android SDK Platform API 31. * [JDK 11](https://www.microsoft.com/openjdk) ### iOS, Mac Catalyst, and macOS (Cocoa) diff --git a/release-notes/6.0/install.md b/release-notes/6.0/install.md index ece8777e9..c0727a636 100644 --- a/release-notes/6.0/install.md +++ b/release-notes/6.0/install.md @@ -1,6 +1,6 @@ # .NET 6 installation instructions -Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://docs.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://docs.microsoft.com/dotnet). +Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://learn.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://learn.microsoft.com/dotnet). Operating system specific instructions: @@ -8,7 +8,7 @@ Operating system specific instructions: - [macOS](install-macos.md) - [Windows](install-windows.md) - Install .NET Multi-platform App UI Workloads: + Install .NET Multi-platform App UI Workloads: - [MAUI](install-maui.md) ## Distributions diff --git a/release-notes/6.0/known-issues.md b/release-notes/6.0/known-issues.md index 5bd25458b..f46bb76f1 100644 --- a/release-notes/6.0/known-issues.md +++ b/release-notes/6.0/known-issues.md @@ -7,7 +7,7 @@ You may encounter the following known issues, which may include workarounds, mit #### Summary There have been limited reports of a failure to install the .NET 6.0.1 update via Microsoft Update, the update fails with an error code 0x80070643. -.NET 6.0 can be updated to 6.0.1 via MU and .NET 6.0.1 is also included in the Visual Studio 17.0.3 update. Both options carry the .NET Core Runtime and ASP.NET Core runtime version 6.0.1 and the .NET 6 SDK version 6.0.101. When these are installed, applications will by default roll forward to using the latest runtime patch version automatically. See [framework dependent app runtime roll forward](https://docs.microsoft.com/en-us/dotnet/core/versions/selection#framework-dependent-apps-roll-forward) for more information about this behavior. +.NET 6.0 can be updated to 6.0.1 via MU and .NET 6.0.1 is also included in the Visual Studio 17.0.3 update. Both options carry the .NET Core Runtime and ASP.NET Core runtime version 6.0.1 and the .NET 6 SDK version 6.0.101. When these are installed, applications will by default roll forward to using the latest runtime patch version automatically. See [framework dependent app runtime roll forward](https://learn.microsoft.com/dotnet/core/versions/selection#framework-dependent-apps-roll-forward) for more information about this behavior. Therefore, installing either the 6.0.1 update via MU or the VS 17.0.3 update will secure the machine for the vulnerability described in [CVE-2021-43877](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-43877). @@ -25,7 +25,7 @@ As described previously the computer can be secured by installing the VS 17.0.3 ## Failure when using ICU App-Local feature in .NET 6.0.10 ### Summary -Applications using the [App-local ICU](https://learn.microsoft.com/en-us/dotnet/core/extensions/globalization-icu#app-local-icu) feature to deploy ICU library binaries with the application binaries can experience throwing unhandled [AccessViolationException](https://learn.microsoft.com/en-us/dotnet/api/system.accessviolationexception?view=net-6.0). The [reported issue](https://github.com/dotnet/runtime/issues/77045) contains more information about this failure. +Applications using the [App-local ICU](https://learn.microsoft.com/dotnet/core/extensions/globalization-icu#app-local-icu) feature to deploy ICU library binaries with the application binaries can experience throwing unhandled [AccessViolationException](https://learn.microsoft.com/dotnet/api/system.accessviolationexception?view=net-6.0). The [reported issue](https://github.com/dotnet/runtime/issues/77045) contains more information about this failure. **Workarounds** - If having the ICU app-local feature to use ICU in the .NET 6.0 application when running on OS like `Windows Server 2019`, migration to .NET 7.0 would help as ICU gets loaded in the application without the need to use the app-local feature. .NET 7.0 supports loading ICU by default on `Windows Server 2019`. diff --git a/release-notes/6.0/preview/6.0.0-preview.1-install-instructions.md b/release-notes/6.0/preview/6.0.0-preview.1-install-instructions.md index 4f89705b3..b74ff0c84 100644 --- a/release-notes/6.0/preview/6.0.0-preview.1-install-instructions.md +++ b/release-notes/6.0/preview/6.0.0-preview.1-install-instructions.md @@ -119,7 +119,7 @@ Prerequisites: [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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/ diff --git a/release-notes/6.0/preview/6.0.0-preview.1.md b/release-notes/6.0/preview/6.0.0-preview.1.md index 5c6b980bf..fca612140 100644 --- a/release-notes/6.0/preview/6.0.0-preview.1.md +++ b/release-notes/6.0/preview/6.0.0-preview.1.md @@ -50,7 +50,7 @@ $ dotnet --version
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -85,7 +85,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6-preview-1/ diff --git a/release-notes/6.0/preview/6.0.0-preview.2-install-instructions.md b/release-notes/6.0/preview/6.0.0-preview.2-install-instructions.md index 4ab427597..f246d29f8 100644 --- a/release-notes/6.0/preview/6.0.0-preview.2-install-instructions.md +++ b/release-notes/6.0/preview/6.0.0-preview.2-install-instructions.md @@ -124,7 +124,7 @@ Prerequisites: [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-2/ diff --git a/release-notes/6.0/preview/6.0.0-preview.2.md b/release-notes/6.0/preview/6.0.0-preview.2.md index 132bb9104..306bb14c3 100644 --- a/release-notes/6.0/preview/6.0.0-preview.2.md +++ b/release-notes/6.0/preview/6.0.0-preview.2.md @@ -48,7 +48,7 @@ $ dotnet --version
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -83,7 +83,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6-preview-2/ diff --git a/release-notes/6.0/preview/6.0.0-preview.3-install-instructions.md b/release-notes/6.0/preview/6.0.0-preview.3-install-instructions.md index 37ebaa64e..aec3c60ca 100644 --- a/release-notes/6.0/preview/6.0.0-preview.3-install-instructions.md +++ b/release-notes/6.0/preview/6.0.0-preview.3-install-instructions.md @@ -126,7 +126,7 @@ Prerequisites: [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-3/ diff --git a/release-notes/6.0/preview/6.0.0-preview.3.md b/release-notes/6.0/preview/6.0.0-preview.3.md index 419eb410b..b1f6d3e9b 100644 --- a/release-notes/6.0/preview/6.0.0-preview.3.md +++ b/release-notes/6.0/preview/6.0.0-preview.3.md @@ -48,7 +48,7 @@ $ dotnet --version
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -83,7 +83,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.3-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6-preview-3/ diff --git a/release-notes/6.0/preview/6.0.0-preview.4-install-instructions.md b/release-notes/6.0/preview/6.0.0-preview.4-install-instructions.md index e96e6bd36..cfb731160 100644 --- a/release-notes/6.0/preview/6.0.0-preview.4-install-instructions.md +++ b/release-notes/6.0/preview/6.0.0-preview.4-install-instructions.md @@ -126,7 +126,7 @@ Prerequisites: [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.4-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-4/ diff --git a/release-notes/6.0/preview/6.0.0-preview.4.md b/release-notes/6.0/preview/6.0.0-preview.4.md index 8a06ce373..393c40e86 100644 --- a/release-notes/6.0/preview/6.0.0-preview.4.md +++ b/release-notes/6.0/preview/6.0.0-preview.4.md @@ -7,7 +7,7 @@ The .NET 6.0.0 Preview 4 and .NET SDK 6.0.100-preview.4.21255.9 releases are ava .NET 6 is the next major release of .NET following .NET 5.0. You can see some of the new features available with .NET 6 Preview 4 at [dotnet/core #6098](https://github.com/dotnet/core/issues/6098). See the [.NET][dotnet-blog], [ASP.NET Core][aspnet-blog], [Entity Framework Core][ef-blog] and [.NET MAUI][maui-blog] blogs for additional details. -Here is list of some of the additions and updates we're excited to bring in Preview 4. +Here is list of some of the additions and updates we're excited to bring in Preview 4. * EntityFramework Core: [bugs][ef_bugs] | [features][ef_features] * .NET SDK [bugs][sdk_bugs] @@ -48,7 +48,7 @@ $ dotnet --version
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -70,7 +70,7 @@ The following repos have been updated. ## Visual Studio Compatibility -You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. +You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. ## Notable Changes .NET 6.0.100-preview4 SDK release carries following new changes: @@ -94,7 +94,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.4-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.4-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6-preview-4/ diff --git a/release-notes/6.0/preview/6.0.0-preview.5.md b/release-notes/6.0/preview/6.0.0-preview.5.md index c6913e7e6..a9a9bfbcb 100644 --- a/release-notes/6.0/preview/6.0.0-preview.5.md +++ b/release-notes/6.0/preview/6.0.0-preview.5.md @@ -7,7 +7,7 @@ The .NET 6.0.0 Preview 5 and .NET SDK 6.0.100-preview.5.21302.13 releases are av .NET 6 is the next major release of .NET following .NET 5. You can see some of the new features available with .NET 6 Preview 5 at [dotnet/core #6099](https://github.com/dotnet/core/issues/6099). See the [.NET][dotnet-blog], [ASP.NET Core][aspnet-blog], [Entity Framework Core][ef-blog] and [.NET MAUI][maui-blog] blogs for additional details. -Here is list of some of the additions and updates we're excited to bring in Preview 5. +Here is list of some of the additions and updates we're excited to bring in Preview 5. * EntityFramework Core: [bugs][ef_bugs] | [features][ef_features] * .NET SDK [bugs][sdk_bugs] @@ -53,7 +53,7 @@ $ dotnet workload install microsoft-tvos-sdk-full
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -75,7 +75,7 @@ The following repos have been updated. ## Visual Studio Compatibility -You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. +You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. ## Feedback @@ -89,7 +89,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.5-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.5-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6-preview-5/ diff --git a/release-notes/6.0/preview/6.0.0-preview.6.md b/release-notes/6.0/preview/6.0.0-preview.6.md index b4493c14a..a0d78b7af 100644 --- a/release-notes/6.0/preview/6.0.0-preview.6.md +++ b/release-notes/6.0/preview/6.0.0-preview.6.md @@ -7,7 +7,7 @@ The .NET 6.0.0 Preview 6 and .NET SDK 6.0.100-preview.6.21355.2 releases are ava .NET 6 is the next major release of .NET following .NET 5. You can see some of the new features available with .NET 6 Preview 6 at [dotnet/core #6325](https://github.com/dotnet/core/issues/6325). See the [.NET][dotnet-blog], [ASP.NET Core][aspnet-blog], [Entity Framework Core][ef-blog] and [.NET MAUI][maui-blog] blogs for additional details. -Here is list of some of the additions and updates we're excited to bring in Preview 6. +Here is list of some of the additions and updates we're excited to bring in Preview 6. * EntityFramework Core: [bugs][ef_bugs] | [features][ef_features] * .NET SDK [bugs][sdk_bugs] @@ -39,7 +39,7 @@ $ dotnet --version ### .NET Multi-Platform App UI (MAUI) Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -59,7 +59,7 @@ $ dotnet workload install microsoft-tvos-sdk-full
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -81,7 +81,7 @@ The following repos have been updated. ## Visual Studio Compatibility -You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. +You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. ## Feedback @@ -95,7 +95,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.6-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.6-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-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-6-preview-6/ diff --git a/release-notes/6.0/preview/6.0.0-preview.7.md b/release-notes/6.0/preview/6.0.0-preview.7.md index 51abfd537..c6aee5cb4 100644 --- a/release-notes/6.0/preview/6.0.0-preview.7.md +++ b/release-notes/6.0/preview/6.0.0-preview.7.md @@ -7,7 +7,7 @@ The .NET 6.0.0 Preview 7 and .NET SDK 6.0.100-preview.7.21379.14 releases are av .NET 6 is the next major release of .NET following .NET 5. You can see some of the new features available with .NET 6 Preview 7 at [dotnet/core #6444](https://github.com/dotnet/core/issues/6444). See the [.NET][dotnet-blog], [ASP.NET Core][aspnet-blog] and [.NET MAUI][maui-blog] blogs for additional details. -Here is list of some of the additions and updates we're excited to bring in Preview 7. +Here is list of some of the additions and updates we're excited to bring in Preview 7. * EntityFramework Core: [bugs][ef_bugs] | [features][ef_features] * .NET SDK [bugs][sdk_bugs] @@ -39,7 +39,7 @@ $ dotnet --version ### .NET Multi-Platform App UI (MAUI) Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -59,7 +59,7 @@ $ dotnet workload install microsoft-tvos-sdk-full
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -81,7 +81,7 @@ The following repos have been updated. ## Visual Studio Compatibility -You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. +You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. ## Feedback @@ -95,7 +95,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.7-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-preview.7-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[linux-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-6-preview-7/ diff --git a/release-notes/6.0/preview/6.0.0-rc.1.md b/release-notes/6.0/preview/6.0.0-rc.1.md index f1f9f05e3..c4ebdf20f 100644 --- a/release-notes/6.0/preview/6.0.0-rc.1.md +++ b/release-notes/6.0/preview/6.0.0-rc.1.md @@ -10,7 +10,7 @@ During the hot reload compilation, tag helpers from references were not being re .NET 6 is the next major release of .NET following .NET 5. You can see some of the new features available with .NET 6 RC 1 at [dotnet/core #6569](https://github.com/dotnet/core/issues/6569). See the [.NET][dotnet-blog], [ASP.NET Core][aspnet-blog] and [.NET MAUI][maui-blog] blogs for additional details. -Here is list of some of the additions and updates we're excited to bring in RC 1. +Here is list of some of the additions and updates we're excited to bring in RC 1. * EntityFramework Core: [bugs][ef_bugs] | [features][ef_features] * .NET SDK [bugs][sdk_bugs] @@ -40,17 +40,17 @@ $ dotnet --version 6.0.100-rc.1.21458.32 ``` ### .NET 6.0 RC1 Support and Servicing - + .NET 6 RC1 is supported for use in production, which means you can build an app using .NET 6 RC1, deploy this app to a production environment, and expect the level of support and servicing you would normally get for a stable (non-preview) release such as .NET 5. We will continue to support RC1 for 30 days after RC2 ships and support RC2 for 30 days after .NET 6 GA ships. You can contact the team directly at dotnet@microsoft.com if you run into challenges in your production environment. - + .NET 6 RC1 will not be updated after it is released. You will need to update your environment to .NET 6 RC2 and .NET 6 GA for future improvements, including security updates. ### .NET Multi-Platform App UI (MAUI) Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -70,7 +70,7 @@ $ dotnet workload install microsoft-tvos-sdk-full
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -106,7 +106,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-rc.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-rc.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6-rc1/ diff --git a/release-notes/6.0/preview/6.0.0-rc.2.md b/release-notes/6.0/preview/6.0.0-rc.2.md index 542a856fd..ce26049e8 100644 --- a/release-notes/6.0/preview/6.0.0-rc.2.md +++ b/release-notes/6.0/preview/6.0.0-rc.2.md @@ -7,7 +7,7 @@ The .NET 6.0.0 RC 2 and .NET SDK 6.0.100-rc.2.21505.57 releases are available fo .NET 6 is the next major release of .NET following .NET 5. You can see some of the new features available with .NET 6 RC 2 at [dotnet/core #6570](https://github.com/dotnet/core/issues/6570). See the [.NET][dotnet-blog], [ASP.NET Core][aspnet-blog] and [.NET MAUI][maui-blog] blogs for additional details. -Here is list of some of the additions and updates we're excited to bring in RC 2. +Here is list of some of the additions and updates we're excited to bring in RC 2. * EntityFramework Core: [bugs][ef_bugs] | [features][ef_features] * .NET SDK [bugs][sdk_bugs] @@ -37,17 +37,17 @@ $ dotnet --version 6.0.100-rc.2.21505.57 ``` ### .NET 6.0 RC2 Support and Servicing - + .NET 6 RC2 is supported for use in production, which means you can build an app using .NET 6 RC2, deploy this app to a production environment, and expect the level of support and servicing you would normally get for a stable (non-preview) release such as .NET 5. We will continue to support RC2 for 30 days after .NET 6 GA ships. You can contact the team directly at dotnet@microsoft.com if you run into challenges in your production environment. - + .NET 6 RC2 will not be updated after it is released. You will need to update your environment to .NET 6 GA for future improvements, including security updates. ### .NET Multi-Platform App UI (MAUI) Workload Downloads -.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://docs.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. +.NET 6 introduces Android, iOS, and macOS SDKs for developing native applications. These provide the foundational mobile and desktop pieces for the new [.NET MAUI](https://github.com/dotnet/maui). See [documentation](https://learn.microsoft.com/dotnet/maui/get-started/installation) for additional setup instructions and creating your first .NET MAUI application. After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command: @@ -67,7 +67,7 @@ $ dotnet workload install tvos
-Visit [.NET Documentation](https://docs.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/core/) to learn about .NET, for building many different types of applications. ## Docker Images @@ -89,7 +89,7 @@ The following repos have been updated. ## Visual Studio Compatibility -You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. +You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows. ## Feedback @@ -103,7 +103,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-rc.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/6.0.0-rc.2-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-6-release-candidate-2/ diff --git a/release-notes/6.0/supported-os.md b/release-notes/6.0/supported-os.md index 60ee22b43..9f123d8c0 100644 --- a/release-notes/6.0/supported-os.md +++ b/release-notes/6.0/supported-os.md @@ -15,14 +15,14 @@ OS | Version | Architectures [Windows Server Core][Windows-Server] | 2012+ | x64, x86 | [Windows Server][Windows-Server-lifecycle] [Nano Server][Nano-Server] | Version 1809+ | x64 | [Windows Server][Windows-Server-lifecycle] -**\*** Windows 7 SP1 is supported with [Extended Security Updates](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed. +**\*** Windows 7 SP1 is supported with [Extended Security Updates](https://learn.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) installed. [Windows-client]: https://www.microsoft.com/windows/ [Windows-lifecycle]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet [win-client-docker]: https://hub.docker.com/_/microsoft-windows -[Windows-Server-lifecycle]: https://docs.microsoft.com/windows-server/get-started/windows-server-release-info -[Nano-Server]: https://docs.microsoft.com/windows-server/get-started/getting-started-with-nano-server -[Windows-Server]: https://docs.microsoft.com/windows-server/ +[Windows-Server-lifecycle]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info +[Nano-Server]: https://learn.microsoft.com/windows-server/get-started/getting-started-with-nano-server +[Windows-Server]: https://learn.microsoft.com/windows-server/ ## Linux @@ -51,31 +51,31 @@ Other distributions are supported at best effort, per [.NET Support and Compatib [CentOS]: https://www.centos.org/ [CentOS-lifecycle]:https://wiki.centos.org/FAQ/General [CentOS-docker]: https://hub.docker.com/_/centos -[CentOS-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-centos8 +[CentOS-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-centos8 [Debian]: https://www.debian.org/ [Debian-lifecycle]: https://wiki.debian.org/DebianReleases -[Debian-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-debian10 +[Debian-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-debian10 [Fedora]: https://getfedora.org/ [Fedora-lifecycle]: https://fedoraproject.org/wiki/End_of_life [Fedora-docker]: https://hub.docker.com/_/fedora -[Fedora-msft-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-fedora32 +[Fedora-msft-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-fedora32 [Fedora-pm]: https://fedoraproject.org/wiki/DotNet [OpenSUSE]: https://opensuse.org/ [OpenSUSE-lifecycle]: https://en.opensuse.org/Lifetime [OpenSUSE-docker]: https://hub.docker.com/r/opensuse/leap -[OpenSUSE-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-opensuse15 +[OpenSUSE-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-opensuse15 [Oracle-Linux]: https://www.oracle.com/linux/ [Oracle-Lifecycle]: https://www.oracle.com/a/ocom/docs/elsp-lifetime-069338.pdf [RHEL]: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux [RHEL-lifecycle]: https://access.redhat.com/support/policy/updates/errata/ -[RHEL-msft-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-rhel8 +[RHEL-msft-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-rhel8 [RHEL-pm]: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_.net_applications_in_rhel_8/using-net-core-on-rhel_gsg#installing-net-core_gsg [SLES]: https://www.suse.com/products/server/ [SLES-lifecycle]: https://www.suse.com/lifecycle/ -[SLES-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-sles15 +[SLES-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-sles15 [Ubuntu]: https://ubuntu.com/ [Ubuntu-lifecycle]: https://wiki.ubuntu.com/Releases -[Ubuntu-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-ubuntu-2004 +[Ubuntu-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-ubuntu-2004 [glibc]: https://www.gnu.org/software/libc/ [musl]: https://musl.libc.org/ diff --git a/release-notes/7.0/7.0.0/7.0.0.md b/release-notes/7.0/7.0.0/7.0.0.md index cacb53be8..2199dd42f 100644 --- a/release-notes/7.0/7.0.0/7.0.0.md +++ b/release-notes/7.0/7.0.0/7.0.0.md @@ -4,7 +4,7 @@ The .NET 7.0.0 and .NET SDK 7.0.100 releases are available for download. The lat ## What's new in .NET 7 -.NET 7 is the next major release of .NET following .NET 6.0. You can see [What's new in .NET 7.0](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7) for more details. You can also find additional details on the following blog posts: +.NET 7 is the next major release of .NET following .NET 6.0. You can see [What's new in .NET 7.0](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-7) for more details. You can also find additional details on the following blog posts: * [Announcing .NET 7][dotnet-blog] * [EF Core][ef-blog] diff --git a/release-notes/7.0/README.md b/release-notes/7.0/README.md index c865549b5..3f229b82c 100644 --- a/release-notes/7.0/README.md +++ b/release-notes/7.0/README.md @@ -3,7 +3,7 @@ [.NET 7](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7/) is a [Standard Term Support (STS)](../../release-policies.md) release and will be supported for 18 months, from November 8th, 2022 to May 14th, 2024. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](supported-os.md). - [Downloads](https://dotnet.microsoft.com/download/dotnet/7.0) -- [Linux Package Managers](https://docs.microsoft.com/dotnet/core/install/linux) +- [Linux Package Managers](https://learn.microsoft.com/dotnet/core/install/linux) - [Containers](https://mcr.microsoft.com/catalog?search=dotnet/) - [Supported OSes](supported-os.md) - [Known Issues](known-issues.md) diff --git a/release-notes/7.0/install.md b/release-notes/7.0/install.md index 386c5ee07..fc7b7eaf0 100644 --- a/release-notes/7.0/install.md +++ b/release-notes/7.0/install.md @@ -1,6 +1,6 @@ # .NET 7 installation instructions -Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://docs.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://docs.microsoft.com/dotnet). +Concise install instructions are provided in this document and may be augmented in [release notes](README.md) for a given update. Complete [.NET installation instructions for Windows, macOS, and Linux](https://learn.microsoft.com/dotnet/core/install/) are provided for supported releases in [.NET documentation](https://learn.microsoft.com/dotnet). Operating system specific instructions: @@ -8,7 +8,7 @@ Operating system specific instructions: - [macOS](install-macos.md) - [Windows](install-windows.md) -## [Using dotnet-install-scripts](https://docs.microsoft.com/dotnet/core/tools/dotnet-install-script) +## [Using dotnet-install-scripts](https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script) ### Install the latest preview version of the 7.0.1xx SDK to the specified location: diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md index 90380de94..35c3a5c0e 100644 --- a/release-notes/7.0/known-issues.md +++ b/release-notes/7.0/known-issues.md @@ -79,7 +79,7 @@ Copy the following into a `.NET 7 Preview 5` Blazor WebAssembly project (`.cspro - + ``` That will copy the missing dependency into the DevServer package and enable Wasm debugging in .NET 7.0 Preview 5 after a single build. This workaround only needs to be run once per package root to repair the DevServer package but should be harmless to leave in as long as the project doesn’t have a different Serilog version requirement. @@ -98,22 +98,22 @@ More information and workaround can be found at https://github.com/dotnet/runtim ## .NET SDK -### [7.0] Projects using certain workloads don't load, build, and or run if .NET 7 Preview SDK workloads are installed: +### [7.0] Projects using certain workloads don't load, build, and or run if .NET 7 Preview SDK workloads are installed: If a preview .NET 7 SDK is installed, projects with workload dependencies such as `microsoft.net.workload.mono.toolchain` may fail to build, load, and or run. An example of this issue is described [here](https://github.com/dotnet/sdk/issues/28947). **Resolution** -The best method to resolve the issue is to uninstall any .NET 7 preview SDKs. For detailed instructions, see [dotnet uninstall instructions](https://learn.microsoft.com/en-us/dotnet/core/install/remove-runtime-sdk-versions?pivots=os-windows). For example, on Windows, dotnet preview SDKs can be uninstalled with add/remove programs. Another option is to try deleting the folder `C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.workload.mono.toolchain`, but this will only work for file-based installs. [Dotnet-core-uninstall](https://github.com/dotnet/cli-lab/releases) is another option for uninstalling the .NET 7 preview SDKs. +The best method to resolve the issue is to uninstall any .NET 7 preview SDKs. For detailed instructions, see [dotnet uninstall instructions](https://learn.microsoft.com/dotnet/core/install/remove-runtime-sdk-versions?pivots=os-windows). For example, on Windows, dotnet preview SDKs can be uninstalled with add/remove programs. Another option is to try deleting the folder `C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.workload.mono.toolchain`, but this will only work for file-based installs. [Dotnet-core-uninstall](https://github.com/dotnet/cli-lab/releases) is another option for uninstalling the .NET 7 preview SDKs. ### [RC1] dotnet restore --interactive not working for authenticated feeds The --interactive flag is not working with any dotnet.exe command in RC1. https://github.com/dotnet/sdk/issues/27597 -**Workarounds** +**Workarounds** - set `DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=1` before running `dotnet` - `msbuild /t:restore /p:nugetInteractive=true` -- [package source credentials](https://docs.microsoft.com/en-us/nuget/reference/nuget-config-file#packagesourcecredentials) +- [package source credentials](https://learn.microsoft.com/nuget/reference/nuget-config-file#packagesourcecredentials) - Open the project in Visual Studio ### `dotnet user-jwts` not functional in .NET 7 RC1 @@ -121,7 +121,7 @@ The --interactive flag is not working with any dotnet.exe command in RC1. https: The `dotnet user-jwts` command line tool is not functional in .NET 7 RC1 due to an assembly resolution bug. When running the CLI, you will encounter the following exception. ``` -$ dotnet user-jwts create +$ dotnet user-jwts create Could not load file or assembly 'Microsoft.Extensions.Configuration.Binder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. ``` @@ -180,7 +180,7 @@ To circumvent this issue, you will need to modify the local installation to prob ``` C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\7.0.0-rc.1.22427.2 ``` - + 4. Copy the assembly from Step 3 to the `user-jwts` tool directory from Step 1. - on Linux/macOS ``` diff --git a/release-notes/7.0/preview/7.0.0-preview.1.md b/release-notes/7.0/preview/7.0.0-preview.1.md index 9f77490c0..046d9ab27 100644 --- a/release-notes/7.0/preview/7.0.0-preview.1.md +++ b/release-notes/7.0/preview/7.0.0-preview.1.md @@ -69,7 +69,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/7.0.0-preview.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/7.0.0-preview.1-sha.txt -[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux +[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-7-preview-1/ diff --git a/release-notes/7.0/supported-os.md b/release-notes/7.0/supported-os.md index 5174efe01..cca6f4c3b 100644 --- a/release-notes/7.0/supported-os.md +++ b/release-notes/7.0/supported-os.md @@ -17,9 +17,9 @@ OS | Version | Architectures [Windows-client]: https://www.microsoft.com/windows/ [Windows-lifecycle]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet [win-client-docker]: https://hub.docker.com/_/microsoft-windows -[Windows-Server-lifecycle]: https://docs.microsoft.com/windows-server/get-started/windows-server-release-info -[Nano-Server]: https://docs.microsoft.com/windows-server/get-started/getting-started-with-nano-server -[Windows-Server]: https://docs.microsoft.com/windows-server/ +[Windows-Server-lifecycle]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info +[Nano-Server]: https://learn.microsoft.com/windows-server/get-started/getting-started-with-nano-server +[Windows-Server]: https://learn.microsoft.com/windows-server/ ## Linux @@ -48,31 +48,31 @@ Other distributions are supported at best effort, per [.NET Support and Compatib [CentOS]: https://www.centos.org/ [CentOS-lifecycle]:https://wiki.centos.org/FAQ/General [CentOS-docker]: https://hub.docker.com/_/centos -[CentOS-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-centos8 +[CentOS-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-centos8 [Debian]: https://www.debian.org/ [Debian-lifecycle]: https://wiki.debian.org/DebianReleases -[Debian-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-debian10 +[Debian-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-debian10 [Fedora]: https://getfedora.org/ [Fedora-lifecycle]: https://fedoraproject.org/wiki/End_of_life [Fedora-docker]: https://hub.docker.com/_/fedora -[Fedora-msft-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-fedora32 +[Fedora-msft-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-fedora32 [Fedora-pm]: https://fedoraproject.org/wiki/DotNet [OpenSUSE]: https://opensuse.org/ [OpenSUSE-lifecycle]: https://en.opensuse.org/Lifetime [OpenSUSE-docker]: https://hub.docker.com/r/opensuse/leap -[OpenSUSE-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-opensuse15 +[OpenSUSE-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-opensuse15 [Oracle-Linux]: https://www.oracle.com/linux/ [Oracle-Lifecycle]: https://www.oracle.com/a/ocom/docs/elsp-lifetime-069338.pdf [RHEL]: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux [RHEL-lifecycle]: https://access.redhat.com/support/policy/updates/errata/ -[RHEL-msft-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-rhel8 +[RHEL-msft-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-rhel8 [RHEL-pm]: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_.net_applications_in_rhel_8/using-net-core-on-rhel_gsg#installing-net-core_gsg [SLES]: https://www.suse.com/products/server/ [SLES-lifecycle]: https://www.suse.com/lifecycle/ -[SLES-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-sles15 +[SLES-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-sles15 [Ubuntu]: https://ubuntu.com/ [Ubuntu-lifecycle]: https://wiki.ubuntu.com/Releases -[Ubuntu-pm]: https://docs.microsoft.com/dotnet/core/install/linux-package-manager-ubuntu-2004 +[Ubuntu-pm]: https://learn.microsoft.com/dotnet/core/install/linux-package-manager-ubuntu-2004 [glibc]: https://www.gnu.org/software/libc/ [musl]: https://musl.libc.org/ diff --git a/release-notes/README.md b/release-notes/README.md index 2b80e0a68..dacca3aba 100644 --- a/release-notes/README.md +++ b/release-notes/README.md @@ -18,8 +18,8 @@ You can find release notes for all releases, including out-of-support releases, * [Download .NET](https://dotnet.microsoft.com/download/dotnet) * [Releases Index][releases-index.json] -- Index for all release channels in JSON format -* [dotnet-install scripts](https://docs.microsoft.com/dotnet/core/tools/dotnet-install-script) -* [Installation docs](https://docs.microsoft.com/dotnet/core/install/) +* [dotnet-install scripts](https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script) +* [Installation docs](https://learn.microsoft.com/dotnet/core/install/) [releases-index.json]: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json [policies]: ../release-policies.md diff --git a/release-notes/download-archives/1.0.12-download.md b/release-notes/download-archives/1.0.12-download.md index dee1cd42e..fcc9861ee 100644 --- a/release-notes/download-archives/1.0.12-download.md +++ b/release-notes/download-archives/1.0.12-download.md @@ -30,7 +30,7 @@ Images for .NET Core 1.0.12 are available on [Docker](https://hub.docker.com/r/m ## Installing .NET Core on Linux -Instructions for installing using your package manager can be found on the [dotnet-core](https://docs.microsoft.com/dotnet/core/install/linux) site. +Instructions for installing using your package manager can be found on the [dotnet-core](https://learn.microsoft.com/dotnet/core/install/linux) site. ## Installation from a binary archive diff --git a/release-notes/download-archives/1.1.9-download.md b/release-notes/download-archives/1.1.9-download.md index 77708c14d..15aa9018c 100644 --- a/release-notes/download-archives/1.1.9-download.md +++ b/release-notes/download-archives/1.1.9-download.md @@ -30,7 +30,7 @@ Images for .NET Core 1.1.9 are available on [Docker](https://hub.docker.com/r/mi ## Installing .NET Core on Linux -Instructions for installing using your package manager can be found on the [dotnet-core](https://docs.microsoft.com/dotnet/core/install/linux) site. +Instructions for installing using your package manager can be found on the [dotnet-core](https://learn.microsoft.com/dotnet/core/install/linux) site. ## Installation from a binary archive diff --git a/release-notes/download-archives/2.0.9-download.md b/release-notes/download-archives/2.0.9-download.md index a90617e3a..13966ac7e 100644 --- a/release-notes/download-archives/2.0.9-download.md +++ b/release-notes/download-archives/2.0.9-download.md @@ -30,7 +30,7 @@ If you have .NET Core Previews installed, it will need to be removed before atte `sudo apt remove dotnet-dev-2.0.0-preview2-006497` -Instructions for installing using your package manager can be found on the [dotnet-core](https://docs.microsoft.com/dotnet/core/install/linux) site. +Instructions for installing using your package manager can be found on the [dotnet-core](https://learn.microsoft.com/dotnet/core/install/linux) site. ## .NET Core Runtime-only installation diff --git a/release-notes/download-archives/2.1.2-download.md b/release-notes/download-archives/2.1.2-download.md index 313074ecf..a80ae6628 100644 --- a/release-notes/download-archives/2.1.2-download.md +++ b/release-notes/download-archives/2.1.2-download.md @@ -9,7 +9,7 @@ | ------- | :---------------------------------------------------: | :-------------------------------------------------------------------:| :----------------------------------------------------------------: | :----------------------------------------------------------------: | :-----------------: | | Windows | [32-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-win-x86.exe) / [64-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-win-x64.exe) | [32-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-win-x86.zip) / [64-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-win-x64.zip) | [32-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-win-x86.exe) / [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-win-x64.exe) | [32-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-win-x86.zip) / [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-win-x64.zip) | | macOS | [64-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-osx-x64.pkg) | [64-bit](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.302/dotnet-sdk-2.1.302-osx-x64.tar.gz)| [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-osx-x64.pkg) | [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-osx-x64.tar.gz) | -| Linux (for glibc based OS) | [See installations steps below](https://docs.microsoft.com/dotnet/core/install/linux) | [64-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-linux-x64.tar.gz) | - | [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-x64.tar.gz) | [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/aspnetcore-runtime-2.1.2-linux-x64.tar.gz) | +| Linux (for glibc based OS) | [See installations steps below](https://learn.microsoft.com/dotnet/core/install/linux) | [64-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-linux-x64.tar.gz) | - | [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-x64.tar.gz) | [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/aspnetcore-runtime-2.1.2-linux-x64.tar.gz) | | Linux ARM (for musl based OS, such as Alpine) | - | [64-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-linux-musl-x64.tar.gz) | - | [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-musl-x64.tar.gz) | [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/aspnetcore-runtime-2.1.2-linux-musl-x64.tar.gz) | | Linux ARM | - | [32-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-linux-arm.tar.gz) / [64-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-linux-arm64.tar.gz)| - | [32-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-arm.tar.gz) / [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-arm64.tar.gz) | [32-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/aspnetcore-runtime-2.1.2-linux-arm.tar.gz) | | RHEL6 | - | [64-bit](https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-2.1.302-rhel.6-x64.tar.gz) | - | [64-bit](https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-rhel.6-x64.tar.gz) | @@ -31,7 +31,7 @@ Images for .NET Core 2.1.2 are available on [Docker](https://hub.docker.com/r/mi ## Installing .NET Core on Linux -Instructions for installing using your package manager can be found on the [dotnet-core](https://docs.microsoft.com/dotnet/core/install/linux) site. +Instructions for installing using your package manager can be found on the [dotnet-core](https://learn.microsoft.com/dotnet/core/install/linux) site. ## Installation from a binary archive diff --git a/release-notes/download-archives/2.1.201-sdk-download.md b/release-notes/download-archives/2.1.201-sdk-download.md index 5fcc1d0ba..f167c7e8a 100644 --- a/release-notes/download-archives/2.1.201-sdk-download.md +++ b/release-notes/download-archives/2.1.201-sdk-download.md @@ -24,7 +24,7 @@ Images for .NET Core 2.0.7 are available on [Docker](https://hub.docker.com/r/mi ## Installing .NET Core on Linux -Instructions for installing using your package manager can be found on the [.NET Core](https://docs.microsoft.com/dotnet/core/install/linux) docs. +Instructions for installing using your package manager can be found on the [.NET Core](https://learn.microsoft.com/dotnet/core/install/linux) docs. ## Installation from a binary archive diff --git a/releases.md b/releases.md index 1763a190e..2e534a405 100644 --- a/releases.md +++ b/releases.md @@ -2,7 +2,7 @@ The .NET team releases new major versions of .NET annually, each November. Releases are either Long Term Support (LTS) or Standard Term Support (STS), and transition from full support through to end-of-life on a defined schedule, per [.NET release policies][policies]. .NET releases are [supported by Microsoft](microsoft-support.md) on [multiple operating systems](os-lifecycle-policy.md) and hardware architectures. -All .NET versions can be downloaded from the [.NET Website](https://dotnet.microsoft.com/download/dotnet), [Linux Package Managers](https://docs.microsoft.com/dotnet/core/install/linux), and the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=dotnet/). +All .NET versions can be downloaded from the [.NET Website](https://dotnet.microsoft.com/download/dotnet), [Linux Package Managers](https://learn.microsoft.com/dotnet/core/install/linux), and the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=dotnet/). ## Supported .NET versions diff --git a/samples/README.md b/samples/README.md index b43b85589..ec3c24e6f 100644 --- a/samples/README.md +++ b/samples/README.md @@ -14,6 +14,6 @@ This directory contains .NET samples and documents. ## Other resources * [Install .NET](https://dotnet.microsoft.com/download/) -* [.NET documentation](https://docs.microsoft.com/dotnet) +* [.NET documentation](https://learn.microsoft.com/dotnet) * [.NET samples repo](https://github.com/dotnet/samples) diff --git a/samples/RaspberryPiInstructions.md b/samples/RaspberryPiInstructions.md index 61afa93c8..931ae51ba 100644 --- a/samples/RaspberryPiInstructions.md +++ b/samples/RaspberryPiInstructions.md @@ -52,7 +52,7 @@ Note: All models of generation 1 and Pi Zero are not supported because the .NET * Install the [platform dependencies from your distro's package manager](https://github.com/dotnet/core/blob/main/Documentation/prereqs.md) for .NET Core. .NET Core depends on some packages from the Linux package manager as prerequisites to running your application. -For Raspbian [Debian 9 Jessie](https://docs.microsoft.com/dotnet/core/linux-prerequisites?tabs=netcore2x#install-net-core-for-debian-8-or-debian-9-64-bit) you need to do the following: +For Raspbian [Debian 9 Jessie](https://learn.microsoft.com/dotnet/core/linux-prerequisites?tabs=netcore2x#install-net-core-for-debian-8-or-debian-9-64-bit) you need to do the following: ``` sudo apt-get update sudo apt-get install curl libunwind8 gettext apt-transport-https @@ -62,7 +62,7 @@ sudo apt-get install curl libunwind8 gettext apt-transport-https ### Win10 IoT Core -* Install [Windows 10 IoT Core](https://docs.microsoft.com/windows/iot-core/getstarted) on your Pi. +* Install [Windows 10 IoT Core](https://learn.microsoft.com/windows/iot-core/getstarted) on your Pi. * Copy your app, i.e. whole `publish` directory mentioned above, to the Raspberry Pi and execute run `helloworld.exe` to see `Hello World!` from .NET Core running on your Pi. diff --git a/samples/linker-instructions-advanced.md b/samples/linker-instructions-advanced.md index 37c1bb4fa..4c0a3f8a9 100644 --- a/samples/linker-instructions-advanced.md +++ b/samples/linker-instructions-advanced.md @@ -16,7 +16,7 @@ The dynamic features of .NET make it hard for this analysis to catch all cases i ## Using the tasks package -The linker tasks package ([ILLink.Tasks](https://dotnet.myget.org/feed/dotnet-core/package/nuget/Illink.Tasks)) contains MSBuild targets that become a part of the referencing project's build, using the [mechanism described in the nuget docs](https://docs.microsoft.com/nuget/create-packages/creating-a-package#including-msbuild-props-and-targets-in-a-package). When this package is referenced in a project, the publish target is augmented with additional targets that run the linker on the app's assemblies before they are placed in the publish directory. +The linker tasks package ([ILLink.Tasks](https://dotnet.myget.org/feed/dotnet-core/package/nuget/Illink.Tasks)) contains MSBuild targets that become a part of the referencing project's build, using the [mechanism described in the nuget docs](https://learn.microsoft.com/nuget/create-packages/creating-a-package#including-msbuild-props-and-targets-in-a-package). When this package is referenced in a project, the publish target is augmented with additional targets that run the linker on the app's assemblies before they are placed in the publish directory. These targets will run the linker on all managed assemblies that are a part of the app, including dependencies from project references and package references. The linker will attempt to determine which parts of the code (in the project and its dependencies) are unnecessary, and it will remove assemblies or parts of assemblies that it determines to be safe to remove. By default this behavior is fairly conservative: the linker will always keep code in the application and its non-framework dependencies, only removing unused parts of the framework assemblies (this may change in the future as we improve the linker's heuristics). diff --git a/samples/linker-instructions.md b/samples/linker-instructions.md index ac9a48dc7..50c8cc341 100644 --- a/samples/linker-instructions.md +++ b/samples/linker-instructions.md @@ -42,7 +42,7 @@ The linker can be controlled with the following command-line switches. * `/p:LinkDuringPublish=false` -- Disable the linker. * `/p:ShowLinkerSizeComparison=true` -- Displays a table of size reductions for the application. -You must disable the linker if you want to publish a [framework dependent application](https://docs.microsoft.com/dotnet/core/deploying/) while you have ILLink.Tasks as a dependency. This behavior will be changed in a later release. +You must disable the linker if you want to publish a [framework dependent application](https://learn.microsoft.com/dotnet/core/deploying/) while you have ILLink.Tasks as a dependency. This behavior will be changed in a later release. ## Determining Code Size Reduction