Skip to content

Commit be992e1

Browse files
authored
Merge pull request #120 from xjanova/claude/fix-github-actions-CJERS
Fix Microsoft.OpenApi version compatibility issue
2 parents 3c86c62 + 7bb1d07 commit be992e1

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="2.3.0" />
26+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.22" />
2727

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

0 commit comments

Comments
 (0)