Skip to content

Commit 534931f

Browse files
docs: update --no-openapi description
Replace Swagger extension methods with OpenAPI methods.
1 parent 8139902 commit 534931f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-new-sdk-templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ Creates a web API project with AOT publish enabled. For more information, see [N
842842

843843
- **`--no-openapi`**
844844

845-
Turns off OpenAPI (Swagger) support. `AddSwaggerGen`, `UseSwagger`, and `UseSwaggerUI` aren't called.
845+
Turns off OpenAPI (Swagger) support. `AddOpenApi` and `MapOpenApi` aren't called.
846846

847847
- **`--no-https`**
848848

0 commit comments

Comments
 (0)