Skip to content

Commit

Permalink
Merge pull request #228 from gitfool/renovate/serilog.settings.config…
Browse files Browse the repository at this point in the history
…uration-8.x
  • Loading branch information
gitfool authored Jan 7, 2024
2 parents b37e1f5 + 68ba096 commit f1f8010
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="Serilog" Version="3.1.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.1" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Include="Spectre.Console.Cli" Version="0.48.0" />
<PackageReference Include="System.Interactive" Version="6.0.1" />
Expand Down
20 changes: 10 additions & 10 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@
},
"Serilog.Settings.Configuration": {
"type": "Direct",
"requested": "[7.0.1, )",
"resolved": "7.0.1",
"contentHash": "FpUWtc0YUQvCfrKRI73KbmpWK3RvWTQr9gMDfTPEtmVI6f7KkY8Egj6r1BQA1/4oyTjxRbTn5yKX+2+zaWTwrg==",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "nR0iL5HwKj5v6ULo3/zpP8NMcq9E2pxYA6XKTSWCbugVs4YqPyvaqaKOY+OMpPivKp7zMEpax2UKHnDodbRB0Q==",
"dependencies": {
"Microsoft.Extensions.Configuration.Binder": "7.0.0",
"Microsoft.Extensions.DependencyModel": "7.0.0",
"Serilog": "2.12.0"
"Microsoft.Extensions.Configuration.Binder": "8.0.0",
"Microsoft.Extensions.DependencyModel": "8.0.0",
"Serilog": "3.1.1"
}
},
"Serilog.Sinks.Console": {
Expand Down Expand Up @@ -261,11 +261,11 @@
},
"Microsoft.Extensions.DependencyModel": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==",
"resolved": "8.0.0",
"contentHash": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==",
"dependencies": {
"System.Text.Encodings.Web": "7.0.0",
"System.Text.Json": "7.0.0"
"System.Text.Encodings.Web": "8.0.0",
"System.Text.Json": "8.0.0"
}
},
"Microsoft.Extensions.Diagnostics": {
Expand Down
20 changes: 10 additions & 10 deletions Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@
},
"Microsoft.Extensions.DependencyModel": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==",
"resolved": "8.0.0",
"contentHash": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==",
"dependencies": {
"System.Text.Encodings.Web": "7.0.0",
"System.Text.Json": "7.0.0"
"System.Text.Encodings.Web": "8.0.0",
"System.Text.Json": "8.0.0"
}
},
"Microsoft.Extensions.Diagnostics": {
Expand Down Expand Up @@ -684,12 +684,12 @@
},
"Serilog.Settings.Configuration": {
"type": "Transitive",
"resolved": "7.0.1",
"contentHash": "FpUWtc0YUQvCfrKRI73KbmpWK3RvWTQr9gMDfTPEtmVI6f7KkY8Egj6r1BQA1/4oyTjxRbTn5yKX+2+zaWTwrg==",
"resolved": "8.0.0",
"contentHash": "nR0iL5HwKj5v6ULo3/zpP8NMcq9E2pxYA6XKTSWCbugVs4YqPyvaqaKOY+OMpPivKp7zMEpax2UKHnDodbRB0Q==",
"dependencies": {
"Microsoft.Extensions.Configuration.Binder": "7.0.0",
"Microsoft.Extensions.DependencyModel": "7.0.0",
"Serilog": "2.12.0"
"Microsoft.Extensions.Configuration.Binder": "8.0.0",
"Microsoft.Extensions.DependencyModel": "8.0.0",
"Serilog": "3.1.1"
}
},
"Serilog.Sinks.Console": {
Expand Down Expand Up @@ -1687,7 +1687,7 @@
"Serilog": "[3.1.1, )",
"Serilog.Enrichers.Thread": "[3.1.0, )",
"Serilog.Extensions.Hosting": "[7.0.0, )",
"Serilog.Settings.Configuration": "[7.0.1, )",
"Serilog.Settings.Configuration": "[8.0.0, )",
"Serilog.Sinks.Console": "[5.0.1, )",
"Spectre.Console.Cli": "[0.48.0, )",
"System.Interactive": "[6.0.1, )",
Expand Down

0 comments on commit f1f8010

Please sign in to comment.