From 2ecf995e0c6bf10a391ecd93e18362757bf30f0f Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 21 Aug 2024 16:40:34 -0500 Subject: [PATCH 1/2] Fix broken .NET 9 dependencies link --- linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.md b/linux.md index 2f916777e7..4d326e9341 100644 --- a/linux.md +++ b/linux.md @@ -48,7 +48,7 @@ Microsoft is [no longer publishing packages for Ubuntu starting with Ubuntu 24.0 - [.NET 6 dependencies](./release-notes/6.0/linux-packages.md) - [.NET 8 dependencies](./release-notes/8.0/linux-packages.md) -- [.NET 9 dependencies](./release-notes/9.0/linux-packages.md) +- [.NET 9 dependencies](./release-notes/9.0/os-packages.md) ## Portable build compatibility From 09253e6ef79372cb279ff7854f0dfda52b32bf75 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Thu, 22 Aug 2024 13:54:57 -0500 Subject: [PATCH 2/2] Fix MD lint violation flagged in CI --- linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux.md b/linux.md index 4d326e9341..3fb85809a3 100644 --- a/linux.md +++ b/linux.md @@ -36,7 +36,9 @@ sudo apt update && sudo apt install -y dotnet-sdk-8.0 ## Microsoft packages -Microsoft offers alternate package feeds at [packages.microsoft.com](http://packages.microsoft.com/) that include the Microsoft binary build of .NET. They are documented at [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux). You can move back and forth between distribution and Microsoft archives using a variety of [package manager patterns](https://learn.microsoft.com/dotnet/core/install/linux-package-mixup) and [previous challenges](https://github.com/dotnet/core/issues/7699) to guide you. +Microsoft offers alternate package feeds at [packages.microsoft.com](http://packages.microsoft.com/) that include the Microsoft binary build of .NET. +They are documented at [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux). +You can move back and forth between distribution and Microsoft archives using a variety of [package manager patterns](https://learn.microsoft.com/dotnet/core/install/linux-package-mixup) and [previous challenges](https://github.com/dotnet/core/issues/7699) to guide you. Microsoft is [no longer publishing packages for Ubuntu starting with Ubuntu 24.04](https://github.com/dotnet/core/discussions/9258).