File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6.0.0" />
9
9
<PackageReference Include =" Microsoft.IO.RecyclableMemoryStream" Version =" 2.2.1" />
10
10
<PackageReference Include =" Microsoft.OData.Edm" Version =" 7.12.3" />
11
- <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.2.0-preview3" />
11
+ <PackageReference Include =" Microsoft.OpenApi" Version =" 1.4.3" />
12
+ <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.2.0-preview4" />
12
13
<PackageReference Include =" Microsoft.OpenApi.Readers" Version =" 1.4.1" />
13
14
</ItemGroup >
14
15
Original file line number Diff line number Diff line change @@ -699,8 +699,7 @@ public async Task<OpenApiDocument> ConvertCsdlToOpenApiAsync(Stream csdl)
699
699
EnableDerivedTypesReferencesForResponses = false ,
700
700
ShowRootPath = true ,
701
701
ShowLinks = true ,
702
- ExpandDerivedTypesNavigationProperties = false ,
703
- RefBaseCollectionPaginationCountResponse = false
702
+ ExpandDerivedTypesNavigationProperties = false
704
703
} ;
705
704
OpenApiDocument document = edmModel . ConvertToOpenApi ( settings ) ;
706
705
You can’t perform that action at this time.
0 commit comments