Skip to content

Commit 01aadcd

Browse files
authored
Replace ./ with . so projects build correctly based on docs
1 parent 3b6e82c commit 01aadcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/openapi/aspnetcore-openapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ By default, the generated OpenAPI document will be emitted to the application's
160160

161161
```xml
162162
<PropertyGroup>
163-
<OpenApiDocumentsDirectory>./</OpenApiDocumentsDirectory>
163+
<OpenApiDocumentsDirectory>.</OpenApiDocumentsDirectory>
164164
</PropertyGroup>
165165
```
166166

0 commit comments

Comments
 (0)