Skip to content

Commit f37e410

Browse files
authored
Merge pull request #36895 from dotnet/main
Merge to Live
2 parents d16417f + 6551004 commit f37e410

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/fundamentals/configuration/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Discover how to use the options pattern to represent groups of rela
66
monikerRange: '>= aspnetcore-3.1'
77
ms.author: tdykstra
88
ms.custom: mvc
9-
ms.date: 02/04/2026
9+
ms.date: 03/18/2026
1010
uid: fundamentals/configuration/options
1111
---
1212
# Options pattern in ASP.NET Core
@@ -1396,7 +1396,7 @@ services.AddSingleton<IValidateOptions<KeyOptions2>, KeyOptionsValidation>();
13961396

13971397
:::moniker-end
13981398

1399-
:::moniker-range=">= aspnetcore-8.0"
1399+
:::moniker range=">= aspnetcore-8.0"
14001400

14011401
The following example demonstrates how to log options validation exceptions and display an <xref:Microsoft.Extensions.Options.OptionsValidationException.Message%2A?displayProperty=nameWithType>.
14021402

0 commit comments

Comments
 (0)