Skip to content

Commit a38538e

Browse files
Bump Swashbuckle.AspNetCore and Swashbuckle.AspNetCore.SwaggerGen
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) and [Swashbuckle.AspNetCore.SwaggerGen](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). These dependencies needed to be updated together. Updates `Swashbuckle.AspNetCore` from 7.3.1 to 8.1.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.3.1...v8.1.1) Updates `Swashbuckle.AspNetCore.SwaggerGen` from 8.1.1 to 8.1.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v8.1.1...v8.1.1) --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Swashbuckle.AspNetCore.SwaggerGen dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8dd729 commit a38538e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLama.WebAPI/LLama.WebAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="17.8.8" />
1212
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.14" />
13-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
13+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1" />
1414
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="8.1.1" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)