Skip to content

Commit

Permalink
Merge pull request #213 from gitfool/renovate/serilog-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Aug 13, 2023
2 parents 7191812 + 6c2caeb commit 95e7e3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
<PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
},
"Serilog": {
"type": "Direct",
"requested": "[2.12.0, )",
"resolved": "2.12.0",
"contentHash": "xaiJLIdu6rYMKfQMYUZgTy8YK7SMZjB4Yk50C/u//Z4OsvxkUfSPJy4nknfvwAC34yr13q7kcyh4grbwhSxyZg=="
"requested": "[3.0.1, )",
"resolved": "3.0.1",
"contentHash": "E4UmOQ++eNJax1laE+lws7E3zbhKgHsGJbO7ra0yE5smUh+5FfUPIKKBxM3MO1tK4sgpQke6/pLReDxIc/ggNw=="
},
"Serilog.Enrichers.Thread": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,8 @@
},
"Serilog": {
"type": "Transitive",
"resolved": "2.12.0",
"contentHash": "xaiJLIdu6rYMKfQMYUZgTy8YK7SMZjB4Yk50C/u//Z4OsvxkUfSPJy4nknfvwAC34yr13q7kcyh4grbwhSxyZg=="
"resolved": "3.0.1",
"contentHash": "E4UmOQ++eNJax1laE+lws7E3zbhKgHsGJbO7ra0yE5smUh+5FfUPIKKBxM3MO1tK4sgpQke6/pLReDxIc/ggNw=="
},
"Serilog.Enrichers.Thread": {
"type": "Transitive",
Expand Down Expand Up @@ -1712,7 +1712,7 @@
"Microsoft.Extensions.Options": "[7.0.1, )",
"NetEscapades.Configuration.Yaml": "[3.1.0, )",
"Polly": "[7.2.3, )",
"Serilog": "[2.12.0, )",
"Serilog": "[3.0.1, )",
"Serilog.Enrichers.Thread": "[3.1.0, )",
"Serilog.Extensions.Hosting": "[7.0.0, )",
"Serilog.Settings.Configuration": "[7.0.0, )",
Expand Down

0 comments on commit 95e7e3d

Please sign in to comment.