Skip to content

Update NuGet packages and .NET SDK versions#1933

Merged
Bertk merged 2 commits into
coverlet-coverage:masterfrom
Bertk:update-SDK
May 13, 2026
Merged

Update NuGet packages and .NET SDK versions#1933
Bertk merged 2 commits into
coverlet-coverage:masterfrom
Bertk:update-SDK

Conversation

@Bertk
Copy link
Copy Markdown
Collaborator

@Bertk Bertk commented May 13, 2026

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.

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.
Copilot AI review requested due to automatic review settings May 13, 2026 07:50
@Bertk Bertk added dependencies Pull requests that update a dependency file chore PR label for maintenance (dependencies, build, scripts) labels May 13, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 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.

Comment thread test/coverlet.core.coverage.tests/coverlet.core.coverage.tests.csproj Outdated
Comment thread test/coverlet.integration.template/coverlet.integration.template.csproj Outdated
Updated test project files to improve MSBuild package versioning and conditionally reference LinqKit for net10.0 compatibility.
@Bertk Bertk merged commit 758df36 into coverlet-coverage:master May 13, 2026
12 checks passed
@Bertk Bertk deleted the update-SDK branch May 13, 2026 08:52
This was referenced May 18, 2026
This was referenced May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PR label for maintenance (dependencies, build, scripts) dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants