Skip to content

Commit 3c86c62

Browse files
authored
Merge pull request #119 from xjanova/claude/fix-openapi-version-ZGVlx
Fix package version conflict - update Microsoft.OpenApi to v2.3.0
2 parents c835a9a + 59ebc96 commit 3c86c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XcluadeAgent.Api/XcluadeAgent.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<!-- API Documentation -->
2525
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0" />
26-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.14" />
26+
<PackageReference Include="Microsoft.OpenApi" Version="2.3.0" />
2727

2828
<!-- Blazor -->
2929
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.22" />

0 commit comments

Comments
 (0)