Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Hosting.Abstractions, Serilog.Extensions.Ho…
Browse files Browse the repository at this point in the history
…sting and Serilog.Extensions.Logging

Bumps [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime), [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting) and [Serilog.Extensions.Logging](https://github.com/serilog/serilog-extensions-logging). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.0)

Updates `Serilog.Extensions.Hosting` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-extensions-hosting/releases)
- [Commits](serilog/serilog-extensions-hosting@v8.0.0...v9.0.0)

Updates `Serilog.Extensions.Logging` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-extensions-logging/releases)
- [Commits](serilog/serilog-extensions-logging@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Serilog.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent eb208cb commit 211ee02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />

<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 211ee02

Please sign in to comment.