From 0cbfdbaa8c466f4c12512fd377da9ca0e9c46a5f Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Wed, 31 Aug 2022 08:19:22 -1000 Subject: [PATCH] Update rate-limit.md --- aspnetcore/performance/rate-limit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/performance/rate-limit.md b/aspnetcore/performance/rate-limit.md index f1be464f48..5d9746210c 100644 --- a/aspnetcore/performance/rate-limit.md +++ b/aspnetcore/performance/rate-limit.md @@ -1,6 +1,7 @@ --- title: Rate limiting middleware in ASP.NET Core author: rick-anderson +monikerRange: '>= aspnetcore-7.0' description: Learn how limit requests in ASP.NET Core apps ms.author: riande ms.custom: mvc