Skip to content

Commit bdd5ca5

Browse files
Merge pull request #34509 from sander1095/patch-1
Replace file destination instructions for OpenAPI build-time documentation so projects can build correctly
2 parents b449129 + c73bb05 commit bdd5ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/fundamentals/openapi/aspnetcore-openapi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ By default, the generated OpenAPI document will be emitted to the application's
190190

191191
```xml
192192
<PropertyGroup>
193-
<OpenApiDocumentsDirectory>./</OpenApiDocumentsDirectory>
193+
<OpenApiDocumentsDirectory>.</OpenApiDocumentsDirectory>
194194
</PropertyGroup>
195195
```
196196

197-
The value of `OpenApiDocumentsDirectory` is resolved relative to the project file. Using the `./` value above will emit the OpenAPI document in the same directory as the project file.
197+
The value of `OpenApiDocumentsDirectory` is resolved relative to the project file. Using the `.` value above will emit the OpenAPI document in the same directory as the project file.
198198

199199
#### Modifying the output file name
200200

0 commit comments

Comments
 (0)