Bump System.CommandLine, Configuration.Json, and FileSystemGlobbing#1712
Open
waldekmastykarz wants to merge 1 commit into
Open
Bump System.CommandLine, Configuration.Json, and FileSystemGlobbing#1712waldekmastykarz wants to merge 1 commit into
waldekmastykarz wants to merge 1 commit into
Conversation
…Json to 10.0.9, and Microsoft.Extensions.FileSystemGlobbing to 10.0.9 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates a small set of NuGet dependencies (and corresponding lock files) that were missed by previously closed Dependabot PRs, keeping Dev Proxy’s .NET 10 dependency graph aligned with CI’s locked-mode restore.
Changes:
- Bump
System.CommandLinefrom2.0.8to2.0.9across DevProxy, DevProxy.Abstractions, and DevProxy.Plugins. - Bump
Microsoft.Extensions.Configuration.Jsonfrom10.0.8to10.0.9in DevProxy.Abstractions. - Bump
Microsoft.Extensions.FileSystemGlobbingfrom10.0.8to10.0.9in DevProxy.Plugins and refresh transitive lock entries accordingly.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DevProxy/packages.lock.json | Updates resolved/requested versions to match the System.CommandLine bump under locked restore. |
| DevProxy/DevProxy.csproj | Bumps direct System.CommandLine package reference to 2.0.9. |
| DevProxy.Plugins/packages.lock.json | Updates locked dependencies for Microsoft.Extensions.FileSystemGlobbing and related transitive Microsoft.Extensions.* entries, plus System.CommandLine. |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Bumps direct Microsoft.Extensions.FileSystemGlobbing and System.CommandLine references to the new patch versions. |
| DevProxy.Abstractions/packages.lock.json | Updates locked entries for Microsoft.Extensions.Configuration.Json and System.CommandLine, including transitive Microsoft.Extensions.* patch alignment. |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Bumps direct Microsoft.Extensions.Configuration.Json and System.CommandLine references to the new patch versions. |
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.
Bumps dependencies that were missed by closed dependabot PRs (#1711, #1708):