From 81f91220fd3fe95d96ce6ec1f539aa5e0d928f48 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 9 Jul 2021 05:38:56 -0500 Subject: [PATCH] Fix versioning (#22695) --- aspnetcore/fundamentals/http-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/http-requests.md b/aspnetcore/fundamentals/http-requests.md index 88f3a560df..36ce689be3 100644 --- a/aspnetcore/fundamentals/http-requests.md +++ b/aspnetcore/fundamentals/http-requests.md @@ -860,7 +860,7 @@ Header propagation is an ASP.NET Core middleware to propagate HTTP headers from ::: moniker-end -::: moniker range="= aspnetcore-2.1" +::: moniker range="< aspnetcore-3.0" By [Glenn Condron](https://github.com/glennc), [Ryan Nowak](https://github.com/rynowak), and [Steve Gordon](https://github.com/stevejgordon)