Skip to content

Commit

Permalink
Use version 0.9.0 of OpenAPI.MSBuild (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
heqianwang authored Jun 12, 2024
1 parent e7a3c12 commit 74f28a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
<PackageReference Include="Workleap.OpenApi.MSBuild" Version="0.8.0">
<PackageReference Include="Workleap.OpenApi.MSBuild" Version="0.9.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
1 change: 0 additions & 1 deletion src/tests/WebApi.OpenAPI.SystemTest/custom.spectral.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
extends: [https://raw.githubusercontent.com/gsoft-inc/wl-api-guidelines/main/.spectral.yaml]
rules:
must-return-content-types: false
operation-operationId: false

0 comments on commit 74f28a0

Please sign in to comment.