Skip to content

Commit

Permalink
Bump Serilog.Enrichers.ClientInfo in /sample/SampleWebApp (#42)
Browse files Browse the repository at this point in the history
Bumps [Serilog.Enrichers.ClientInfo](https://github.com/serilog-contrib/serilog-enrichers-clientinfo) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/serilog-contrib/serilog-enrichers-clientinfo/releases)
- [Commits](v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: Serilog.Enrichers.ClientInfo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 286a0ad commit 0b9f106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/SampleWebApp/SampleWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="5.0.0" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="2.0.0" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="2.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
Expand Down

0 comments on commit 0b9f106

Please sign in to comment.