From b2d37148ea68c0cbc0f444f367175271a386129c Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 7 Nov 2023 06:07:24 -0500 Subject: [PATCH] Update versioning (#30955) --- aspnetcore/security/authentication/claims.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/claims.md b/aspnetcore/security/authentication/claims.md index e8e7c23f20..202d86db2d 100644 --- a/aspnetcore/security/authentication/claims.md +++ b/aspnetcore/security/authentication/claims.md @@ -54,7 +54,7 @@ ASP.NET Core adds default namespaces to some known claims, which might not be re :::moniker-end -:::moniker range=">= aspnetcore-6.0 <= aspnetcore-8.0" +:::moniker range=">= aspnetcore-6.0 < aspnetcore-8.0" [!code-csharp[](~/security/authentication/claims/sample6/WebRPmapClaims/Program.cs?name=snippet_NS&highlight=5)]