Skip to content

Commit

Permalink
chore(deps): bump Microsoft.Extensions.Logging.Console
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) from 3.1.8 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 8, 2022
1 parent f281347 commit c02a636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@jsii/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
<PackageReference Update="Microsoft.Extensions.DependencyInjection" Version="3.1.8" />
<PackageReference Update="Microsoft.Extensions.Logging" Version="3.1.8" />
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="3.1.8" />
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="7.0.0" />

<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.3.0" />
<PackageReference Update="Microsoft.CodeQuality.Analyzers" Version="3.3.0" />
Expand Down

0 comments on commit c02a636

Please sign in to comment.