Skip to content

Commit c835a9a

Browse files
authored
Merge pull request #118 from xjanova/claude/build-release-config-ZGVlx
Fix Release build error by adding explicit Microsoft.OpenApi reference
2 parents 70e1034 + e64a343 commit c835a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/XcluadeAgent.Api/XcluadeAgent.Api.csproj

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

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

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

0 commit comments

Comments
 (0)