Skip to content

Commit c4f057e

Browse files
Bump the swashbuckle-aspnetcore group with 3 updates
Bumps the swashbuckle-aspnetcore group with 3 updates: [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET), [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) and [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). Updates `Microsoft.OpenApi` from 1.6.23 to 1.6.23 - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Changelog](https://github.com/microsoft/OpenAPI.NET/blob/main/CHANGELOG.md) - [Commits](microsoft/OpenAPI.NET@1.6.23...1.6.23) Updates `Swashbuckle.AspNetCore.Annotations` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v8.0.0...v8.1.0) Updates `Microsoft.OpenApi` from 1.6.23 to 1.6.23 - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Changelog](https://github.com/microsoft/OpenAPI.NET/blob/main/CHANGELOG.md) - [Commits](microsoft/OpenAPI.NET@1.6.23...1.6.23) Updates `Swashbuckle.AspNetCore` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-version: 1.6.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swashbuckle-aspnetcore - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swashbuckle-aspnetcore - dependency-name: Microsoft.OpenApi dependency-version: 1.6.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swashbuckle-aspnetcore - dependency-name: Swashbuckle.AspNetCore dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swashbuckle-aspnetcore ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b457cd3 commit c4f057e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TodoApp/TodoApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageReference Include="Microsoft.OpenApi" Version="1.6.24" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.1" PrivateAssets="all" />
2222
<PackageReference Include="NSwag.AspNetCore" Version="14.2.0" />
23-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.0.0" />
24-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.0.0" />
23+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.0" />
24+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.1.0" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<Content Update="package.json;package-lock.json;tsconfig.json" CopyToPublishDirectory="Never" />

0 commit comments

Comments
 (0)