Skip to content

Commit

Permalink
chore(deps): Bump Serilog from 3.0.1 to 3.1.0
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]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent ed35b75 commit f470bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Correlate.Testing/Correlate.Testing.csproj
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>
<TargetFrameworks>net7.0;net6.0;netstandard2.1</TargetFrameworks>
Expand All @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog" Version="3.1.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" Condition="$(TargetFramework)=='net7.0'" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" Condition="$(TargetFramework)!='net7.0'" />
<PackageReference Include="Serilog.Sinks.TestCorrelator" Version="3.2.0" />
Expand Down

0 comments on commit f470bca

Please sign in to comment.