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 19, 2026
Open
Open
Open
github-actions Bot
pushed a commit
to EelcoLos/nx-tinkering
that referenced
this pull request
May 19, 2026
Updated [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 10.0.0 to 10.0.1. <details> <summary>Release notes</summary> _Sourced from [coverlet.collector's releases](https://github.com/coverlet-coverage/coverlet/releases)._ ## 10.0.1 ### Improvements - Coverlet with MTP 2 doesn't show test coverage statistic in console [#1907](coverlet-coverage/coverlet#1907) - Avoid unnecessary testhost restarts [#1912](coverlet-coverage/coverlet#1912) by <https://github.com/mawosoft> ### Fixed - Fix inconsistent paths in cobertura reports [#1723](coverlet-coverage/coverlet#1723) - Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal [#1313](coverlet-coverage/coverlet#1313) - Fix Coverlet flagging a branch for an async functions finally block where none exists [#1337](coverlet-coverage/coverlet#1337) - Fix Coverlet Tracker Missing CompilerGeneratedAttribute [#1828](coverlet-coverage/coverlet#1828) ### Maintenance - Add architecture docs and diagrams for all integrations [#1927](coverlet-coverage/coverlet#1927) - Update NuGet packages and .NET SDK versions [#1933](coverlet-coverage/coverlet#1933) [Diff between 10.0.0 and 10.0.1](coverlet-coverage/coverlet@v10.0.0...v10.0.1) Commits viewable in [compare view](coverlet-coverage/coverlet@v10.0.0...v10.0.1). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.