Skip to content

Commit f596327

Browse files
gavinbarronCopilot
andcommitted
fix(hidi): update Microsoft.OpenApi.OData to 1.7.6
Fixes CSDL to OpenAPI conversion issue with binding functions to multiple types in an inheritance tree. Closes #2813 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3127f17 commit f596327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<!-- maintaining edm on 7.X because yoko 1.X is on 7.X-->
4141
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.6" />
4242
<!-- maintaining yoko to 1.X because 2.X uses oai.net 2.X -->
43-
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.5" />
43+
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.6" />
4444
<!-- maintaining api manifest to 0.5.6 because it's the last version with OAI.net 1.X-->
4545
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.6-preview" />
4646
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />

0 commit comments

Comments
 (0)