Skip to content

Commit c890703

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

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
@@ -39,7 +39,7 @@
3939
</PackageReference>
4040
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25306.1" />
4141
<PackageReference Include="Microsoft.OData.Edm" Version="8.4.3" />
42-
<PackageReference Include="Microsoft.OpenApi.OData" Version="2.0.0" />
42+
<PackageReference Include="Microsoft.OpenApi.OData" Version="2.2.1" />
4343
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="2.0.0-preview5" />
4444
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.25306.1" />
4545
</ItemGroup>

0 commit comments

Comments
 (0)