Skip to content

Commit

Permalink
Bump Serilog from 3.0.1 to 3.1.0 (#826)
Browse files Browse the repository at this point in the history
Bumps [Serilog](https://github.com/serilog/serilog) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 54b0e4a commit 326172f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Serilog/Anotar.Serilog/Anotar.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ItemGroup>
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog" Version="3.1.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Serilog/AssemblyToProcess/AssemblyToProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog" Version="3.1.0" />
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
<ProjectReference Include="..\Anotar.Serilog\Anotar.Serilog.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 326172f

Please sign in to comment.