Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Bump Serilog.Extensions.Hosting from 4.2.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting) from 4.2.0 to 5.0.1.
- [Release notes](https://github.com/serilog/serilog-extensions-hosting/releases)
- [Commits](serilog/serilog-extensions-hosting@v4.2.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2022
1 parent 342631d commit a458434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/AkkaDotNet.BackEnd/AkkaDotNet.BackEnd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog.Extensions.Hosting" Version="4.2.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="4.2.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a458434

Please sign in to comment.