Skip to content

Commit

Permalink
Bump Serilog.Sinks.Seq from 5.2.2 to 5.2.3
Browse files Browse the repository at this point in the history
Bumps [Serilog.Sinks.Seq](https://github.com/serilog/serilog-sinks-seq) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/serilog/serilog-sinks-seq/releases)
- [Commits](datalust/serilog-sinks-seq@v5.2.2...v5.2.3)

---
updated-dependencies:
- dependency-name: Serilog.Sinks.Seq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 63f8ec8 commit 2048413
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>
Expand All @@ -23,7 +23,7 @@ Including easier registration when working with different host setups, and gener
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.2" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.3" />
</ItemGroup>

</Project>

0 comments on commit 2048413

Please sign in to comment.