chore(deps): update nuget packages#154
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
bbf919f to
06493dc
Compare
06493dc to
cdf2fd5
Compare
d68955e to
fcaf597
Compare
744c82b to
9e2fa4a
Compare
aaf594c to
1f1524f
Compare
f24a134 to
f6aca42
Compare
fbf726c to
ab345f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Automated dependency update by Renovate bot.
Description
This PR contains the following updates:
10.0.5→10.0.99.0.5→9.0.1710.0.5→10.0.99.0.7→9.0.1710.0.5→10.0.99.0.7→9.0.171.21.2→1.23.01.22.1→1.23.010.0.0→10.0.16.0.0→6.1.12.0.5→2.0.92.0.0-beta4.22272.1→2.0.92.0.0-beta4.22272.1→2.0.0-beta5.25306.19.0.7→9.0.170.8.1→0.8.3Testing
This is an automated dependency update. No functional changes are expected.
Impact
Release Notes
dotnet/dotnet (Microsoft.Extensions.Configuration.CommandLine)
v10.0.9v10.0.8v10.0.7v10.0.6serilog/serilog-settings-configuration (Serilog.Settings.Configuration)
v10.0.1What's Changed
New Contributors
Full Changelog: serilog/serilog-settings-configuration@v10.0.0...v10.0.1
serilog/serilog-sinks-console (Serilog.Sinks.Console)
v6.1.1What's Changed
Full Changelog: serilog/serilog-sinks-console@v6.1.0...v6.1.1
v6.1.0{UtcTimestamp}in output templates (@ManuelRin)dotnet/command-line-api (System.CommandLine.NamingConventionBinder)
v2.0.0-beta5.25306.1: System.CommandLine v2.0.0-beta5.25306.1Announcing System.CommandLine 2.0.0-beta5 and our path to a stable release (#2576)
What's Changed
Tokenoperator overload by @vlada-shubina in #1842tag by @sebekkz in #2008
SetActionoverloads returningintandTask<int>by @jonsequitur in #2121Cliprefix by @jonsequitur in #2132CliActionto be non-exclusive by @jonsequitur in #2147GetHashCodeandEqualsoverrides inHelpOptionandVerboseOptionby @jonsequitur in #2159OptionResult.IdentifierTokenCountproperty by @jonsequitur in #2164SymbolResult.Errorsby @jonsequitur in #2166CliActioninto synchronous and asynchronous types by @jonsequitur in #2205CliRootCommandby @jonsequitur in #2224New Contributors