From e5098fa401041a73af95dcd02e297d9e8e30b477 Mon Sep 17 00:00:00 2001 From: Sam Spencer <54915162+samsp-msft@users.noreply.github.com> Date: Thu, 14 Apr 2022 11:17:15 -0700 Subject: [PATCH] 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> --- aspnetcore/fundamentals/servers/kestrel/http3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/servers/kestrel/http3.md b/aspnetcore/fundamentals/servers/kestrel/http3.md index 02ab405e74..4a5382a93e 100644 --- a/aspnetcore/fundamentals/servers/kestrel/http3.md +++ b/aspnetcore/fundamentals/servers/kestrel/http3.md @@ -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: 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