Skip to content

Commit

Permalink
Bump dependency on Serilog.Sinks.PeriodicBatching to 3.1.0 (#113)
Browse files Browse the repository at this point in the history
Closes: #97

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored May 9, 2024
1 parent fc66603 commit 42a18ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="3.0.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="3.1.0" />
<PackageReference Include="Serilog" Version="2.9.0" />
<Compile Remove="Configuration\Extensions\Microsoft.Extensions.Configuration\**\*.*" />
<Compile Remove="Configuration\Extensions\System.Configuration\**\*.*" />
Expand Down Expand Up @@ -49,4 +49,4 @@
<ItemGroup>
<Folder Include="Configuration\Extensions\System.Configuration\" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 42a18ec

Please sign in to comment.