Update NuGet packages and .NET SDK versions#1933
Merged
Merged
Conversation
Upgraded multiple NuGet dependencies (Microsoft.Extensions.*, System.*, ReportGenerator.Core, LinqKit.Microsoft.EntityFrameworkCore, etc.) to their latest stable versions. Updated .NET SDK versions in global.json/global-legacy.json and build-legacy.yml to ensure compatibility and access to new features.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s NuGet dependency versions and aligns .NET SDK pinning (via global.json and legacy build tooling) to newer SDK feature bands/patches, keeping Coverlet’s build/test matrix current.
Changes:
- Bumped centrally-managed package versions in
Directory.Packages.props(NuGet., Microsoft.Extensions., System.*, ReportGenerator.Core, System.CommandLine, etc.). - Updated SDK pins (
global.json,src/legacy/global-legacy.json) and corresponding legacy pipeline SDK installs (eng/build-legacy.yml). - Updated a few project-level package references/overrides in test and core projects.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| test/coverlet.msbuild.tasks.tests/coverlet.msbuild.tasks.tests.csproj | Updates net10-specific MSBuild Utilities package override. |
| test/coverlet.integration.template/coverlet.integration.template.csproj | Updates System.Text.Json version for the integration template project. |
| test/coverlet.integration.MTP.tests/coverlet.integration.MTP.tests.csproj | Bumps several explicitly versioned test dependencies to latest patch. |
| test/coverlet.core.coverage.tests/coverlet.core.coverage.tests.csproj | Updates LinqKit EF Core package override used by coverage tests. |
| src/legacy/global-legacy.json | Bumps legacy SDK pin to latest patch. |
| src/coverlet.core/coverlet.core.csproj | Updates net9 conditional dependency overrides to latest patch. |
| global.json | Updates main SDK pin to a newer .NET 10 feature band. |
| eng/build-legacy.yml | Updates legacy pipeline SDK install versions/display names to match legacy pinning. |
| Directory.Packages.props | Updates central package versions and NuGet package version property. |
Updated test project files to improve MSBuild package versioning and conditionally reference LinqKit for net10.0 compatibility.
This was referenced May 18, 2026
Merged
Open
Open
This was referenced May 18, 2026
Closed
Open
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.
Upgraded multiple NuGet dependencies (Microsoft.Extensions., System., ReportGenerator.Core, LinqKit.Microsoft.EntityFrameworkCore, etc.) to their latest stable versions. Updated .NET SDK versions in global.json/global-legacy.json and build-legacy.yml to ensure compatibility and access to new features.