We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05fff7 commit 6ccaf8cCopy full SHA for 6ccaf8c
src/OpenApi/src/Services/OpenApiOptions.cs
@@ -33,7 +33,7 @@ public OpenApiOptions()
33
}
34
35
/// <summary>
36
- /// The version of the OpenAPI specification to use. Defaults to <see cref="OpenApiSpecVersion.OpenApi3_0"/>.
+ /// The version of the OpenAPI specification to use. Defaults to <see cref="OpenApiSpecVersion.OpenApi3_1"/>.
37
/// </summary>
38
public OpenApiSpecVersion OpenApiVersion { get; set; } = OpenApiSpecVersion.OpenApi3_1;
39
0 commit comments