Skip to content

Commit 5e25f93

Browse files
authored
Reformat MSBuild property example (#36480)
Updated the date for the OpenAPI documentation.
1 parent ea03707 commit 5e25f93

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

aspnetcore/fundamentals/openapi/aspnetcore-openapi.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to generate and customize OpenAPI documents in an ASP.NET
55
ms.author: safia
66
monikerRange: '>= aspnetcore-6.0'
77
ms.custom: mvc
8-
ms.date: 09/23/2025
8+
ms.date: 12/10/2025
99
uid: fundamentals/openapi/aspnetcore-openapi
1010
---
1111
# Generate OpenAPI documents
@@ -36,9 +36,7 @@ When generating the OpenAPI document at build time, the OpenAPI version can be s
3636

3737
```xml
3838
<!-- Configure build-time OpenAPI generation to produce an OpenAPI 3.1 document -->
39-
<OpenApiGenerateDocumentsOptions>
40-
--openapi-version OpenApi3_1
41-
</OpenApiGenerateDocumentsOptions>
39+
<OpenApiGenerateDocumentsOptions>--openapi-version OpenApi3_1</OpenApiGenerateDocumentsOptions>
4240
```
4341

4442
## Package installation

0 commit comments

Comments
 (0)