Skip to content

Commit 4e1c049

Browse files
chore(deps): bump Swashbuckle.AspNetCore, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Options
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore), [Microsoft.Extensions.Logging.Abstractions](https://github.com/aspnet/Logging) and [Microsoft.Extensions.Options](https://github.com/aspnet/Options). These dependencies needed to be updated together. Updates `Swashbuckle.AspNetCore` from 6.7.0 to 6.7.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/aspnet/Logging/releases) - [Commits](aspnet/Logging@rel/2.0.0...2.1.0) Updates `Microsoft.Extensions.Options` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/aspnet/Options/releases) - [Commits](aspnet/Options@rel/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcdf3db commit 4e1c049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cnblogs.Architecture.IntegrationTestProject/Cnblogs.Architecture.IntegrationTestProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<ItemGroup>
4-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
4+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.1" />
55
</ItemGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)