C# 14: Update paket and dependencies.#21846
Merged
michaelnebel merged 2 commits intoMay 18, 2026
Merged
Conversation
b197f1d to
c8efc34
Compare
Contributor
Author
|
DCA looks good! |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the C# dependency management setup by moving Paket to a newer local tool version and refreshing non-pinned NuGet dependencies used by the C# extractor/tooling build.
Changes:
- Updated the local Paket tool from
10.0.0-alpha011to10.3.1. - Refreshed
paket.lockand generated Bazel NuGet metadata for newer dependency versions. - Updated generated Paket restore targets to match the newer Paket behavior.
Show a summary per file
| File | Description |
|---|---|
csharp/.config/dotnet-tools.json |
Updates the Paket local tool version. |
csharp/.paket/Paket.Restore.targets |
Updates generated MSBuild restore/pack integration from Paket. |
csharp/paket.lock |
Refreshes resolved NuGet dependency versions. |
csharp/paket.main.bzl |
Refreshes generated Bazel NuGet package metadata. |
Copilot's findings
- Files reviewed: 2/4 changed files
- Comments generated: 0
hvitved
approved these changes
May 18, 2026
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.
Update