Skip to content

Commit

Permalink
Update Serilog.Sinks.PeriodicBatching to pull in fix for idle-state m…
Browse files Browse the repository at this point in the history
…emory leak
  • Loading branch information
nblumhardt committed May 1, 2024
1 parent 7a1b3c7 commit 02f7d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Seq/Serilog.Sinks.Seq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<ItemGroup>
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="4.0.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="4.1.0-*" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 02f7d93

Please sign in to comment.