Bump NuGet dependencies#1784
Open
waldekmastykarz wants to merge 2 commits into
Open
Conversation
- Microsoft.Extensions.Configuration 10.0.9 -> 10.0.10 - Microsoft.Extensions.Configuration.Binder 10.0.9 -> 10.0.10 - Microsoft.Extensions.Configuration.Json 10.0.9 -> 10.0.10 - Microsoft.Extensions.Logging.Abstractions 10.0.9 -> 10.0.10 - Microsoft.OpenApi 3.8.0 -> 3.9.0 - Microsoft.OpenApi.YamlReader 3.8.0 -> 3.9.0 Closes #1771, closes #1773, closes #1781, closes #1783 Co-authored-by: Copilot App <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 to their latest patch/minor versions and refreshes the corresponding packages.lock.json files so the solution continues to restore successfully in locked mode.
Changes:
- Bump
Microsoft.Extensions.Configuration*andMicrosoft.Extensions.Logging.Abstractionsfrom10.0.9to10.0.10inDevProxy.Abstractions(and update affected locks). - Bump
Microsoft.OpenApiandMicrosoft.OpenApi.YamlReaderfrom3.8.0to3.9.0across projects where used (and update affected locks). - Update
packages.lock.jsonfiles forDevProxy,DevProxy.Plugins, andDevProxy.Abstractionsto match the new dependency graph.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DevProxy/packages.lock.json | Updates transitive OpenAPI package resolutions and the devproxy.abstractions project dependency ranges accordingly. |
| DevProxy.Plugins/packages.lock.json | Updates direct/transitive resolutions for bumped packages and aligns dependency ranges for devproxy.abstractions. |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Bumps direct references to Microsoft.Extensions.Configuration and OpenAPI packages. |
| DevProxy.Abstractions/packages.lock.json | Updates direct/transitive resolutions for the bumped Microsoft.Extensions.* and OpenAPI packages. |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Bumps direct package references to the new versions listed in the PR description. |
waldekmastykarz
enabled auto-merge (squash)
July 23, 2026 07:45
This was referenced Jul 23, 2026
- Microsoft.Extensions.Configuration 10.0.9 -> 10.0.10 - Microsoft.Extensions.Configuration.Binder 10.0.9 -> 10.0.10 - Microsoft.Extensions.Configuration.Json 10.0.9 -> 10.0.10 - Microsoft.Extensions.Logging.Abstractions 10.0.9 -> 10.0.10 - Microsoft.OpenApi 3.8.0 -> 3.9.0 - Microsoft.OpenApi.YamlReader 3.8.0 -> 3.9.0 - System.CommandLine 2.0.9 -> 2.0.10 Closes #1771, closes #1773, closes #1775, closes #1781, closes #1783 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
waldekmastykarz
force-pushed
the
waldekmastykarz-merge-dependabot-nuget-updates
branch
from
July 23, 2026 07:49
ef67896 to
a0dc0ef
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.
Bumps NuGet dependencies:
Microsoft.Extensions.Configuration10.0.9 → 10.0.10Microsoft.Extensions.Configuration.Binder10.0.9 → 10.0.10Microsoft.Extensions.Configuration.Json10.0.9 → 10.0.10Microsoft.Extensions.Logging.Abstractions10.0.9 → 10.0.10Microsoft.OpenApi3.8.0 → 3.9.0Microsoft.OpenApi.YamlReader3.8.0 → 3.9.0System.CommandLine2.0.9 → 2.0.10Also updates dependent lock files in
DevProxy.PluginsandDevProxyprojects.Closes #1771, closes #1773, closes #1775, closes #1781, closes #1783