Update http3 docs for libmsquic version compatibility (#25616)
* Update http3 docs for libmsquic version compatibility * Update aspnetcore/fundamentals/servers/kestrel/http3.md Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>pull/25629/head
parent
b31d19743f
commit
e5098fa401
|
@ -39,7 +39,9 @@ The preceding Windows 11 Build versions may require the use of a [Windows Inside
|
||||||
`libmsquic` is published via Microsoft's official Linux package repository at `packages.microsoft.com`. To install this package:
|
`libmsquic` is published via Microsoft's official Linux package repository at `packages.microsoft.com`. To install this package:
|
||||||
|
|
||||||
1. Add the `packages.microsoft.com` repository. See [Linux Software Repository for Microsoft Products](/windows-server/administration/linux-package-repository-for-microsoft-software) for instructions.
|
1. Add the `packages.microsoft.com` repository. See [Linux Software Repository for Microsoft Products](/windows-server/administration/linux-package-repository-for-microsoft-software) for instructions.
|
||||||
2. Install the `libmsquic` package using the distro's package manager. For example, `apt install libmsquic` on Ubuntu.
|
2. Install the `libmsquic` package using the distro's package manager. For example, `apt install libmsquic=1.9*` on Ubuntu.
|
||||||
|
|
||||||
|
**Note:** .NET 6 is only compatible with the 1.9.x versions of libmsquic. Libmsquic 2.x is not compatible due to breaking changes. Libmsquic receives updates to 1.9.x when needed to incorporate security fixes.
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue