Skip to content

Update dependent packages lock files#1742

Open
waldekmastykarz wants to merge 1 commit into
mainfrom
fix/update-lock-files
Open

Update dependent packages lock files#1742
waldekmastykarz wants to merge 1 commit into
mainfrom
fix/update-lock-files

Conversation

@waldekmastykarz

Copy link
Copy Markdown
Collaborator

The recent NuGet bumps (Markdig, Scriban) in DevProxy.Abstractions updated its lock file but not the dependent lock files in DevProxy and DevProxy.Plugins, causing CI to fail with NU1004 errors on main and all open PRs.

This regenerates the lock files for DevProxy and DevProxy.Plugins to fix the issue.

The recent NuGet bumps (Markdig, Scriban) in DevProxy.Abstractions
updated its lock file but not the dependent lock files in DevProxy
and DevProxy.Plugins, causing CI to fail with NU1004 errors.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@waldekmastykarz waldekmastykarz requested a review from a team as a code owner July 3, 2026 07:19
Copilot AI review requested due to automatic review settings July 3, 2026 07:19
@waldekmastykarz waldekmastykarz enabled auto-merge (squash) July 3, 2026 07:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR regenerates the packages.lock.json files for the DevProxy and DevProxy.Plugins projects so they align with recent dependency updates in DevProxy.Abstractions (Markdig and Scriban), restoring successful CI restores under dotnet restore --locked-mode.

Changes:

  • Updated DevProxy lock file to resolve Markdig 1.3.2 and Scriban 7.2.5 (and updated the devproxy.abstractions dependency ranges accordingly).
  • Updated DevProxy.Plugins lock file to resolve Markdig 1.3.2 and Scriban 7.2.5 (and updated the devproxy.abstractions dependency ranges accordingly).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
DevProxy/packages.lock.json Regenerated lock entries to match updated transitive Markdig/Scriban versions required by devproxy.abstractions.
DevProxy.Plugins/packages.lock.json Regenerated lock entries to match updated transitive Markdig/Scriban versions required by devproxy.abstractions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants