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)