Bump Serilog.Extensions.Hosting from 5.0.0 to 5.0.1 (#886)

Bumps [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/serilog/serilog-extensions-hosting/releases)
- [Commits](https://github.com/serilog/serilog-extensions-hosting/compare/v5.0.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-17 02:12:12 +08:00
committed by GitHub
parent 3f25366982
commit ced1590435

View File

@@ -58,7 +58,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Serilog" Version="2.11.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />