Skip to content

Commit

Permalink
Fix broken .NET 9 dependencies link (#9475)
Browse files Browse the repository at this point in the history
* Fix broken .NET 9 dependencies link

* Fix MD lint violation flagged in CI
  • Loading branch information
MichaelSimons authored Aug 22, 2024
1 parent 371cc79 commit a0703e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -48,7 +50,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

Expand Down

0 comments on commit a0703e1

Please sign in to comment.