Skip to content

Update dependencies and .NET SDK to latest patch versions#1963

Merged
Bertk merged 2 commits into
coverlet-coverage:masterfrom
Bertk:update-version
Jun 10, 2026
Merged

Update dependencies and .NET SDK to latest patch versions#1963
Bertk merged 2 commits into
coverlet-coverage:masterfrom
Bertk:update-version

Conversation

@Bertk

@Bertk Bertk commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Updated NuGet package dependencies from 10.0.8 to 10.0.9 and applied other minor version bumps across the repository. Upgraded .NET SDK versions in build and config files to latest patch releases. Removed version.json content and Nerdbank.GitVersioning pathFilters parameter. No functional code changes; maintenance only.

Updated NuGet package dependencies from 10.0.8 to 10.0.9 and applied other minor version bumps across the repository. Upgraded .NET SDK versions in build and config files to latest patch releases. Removed version.json content and updated project files for consistency. No functional code changes; maintenance only.
Copilot AI review requested due to automatic review settings June 10, 2026 07:58
@Bertk Bertk added dependencies Pull requests that update a dependency file skip-changelog ignore PR for change.log document (release-drafter chore PR label for maintenance (dependencies, build, scripts) labels Jun 10, 2026

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 performs repository-wide maintenance updates by bumping several NuGet dependencies and aligning pinned .NET SDK patch versions used by CI and local builds. It also adjusts versioning configuration related to the legacy subtree.

Changes:

  • Updated centrally-managed package versions (notably 10.0.810.0.9) and bumped System.CommandLine to 2.0.9.
  • Updated .NET SDK patch versions in global.json, src/legacy/global-legacy.json, and Azure Pipelines (eng/build.yml).
  • Removed src/legacy/version.json and simplified root version.json (notably removing pathFilters).

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
version.json Removes pathFilters, changing Nerdbank.GitVersioning version-height scope.
Directory.Packages.props Bumps centrally-managed package versions (10.0.9 patch alignment, System.CommandLine update).
global.json Updates pinned SDK to 10.0.301.
eng/build.yml Updates installed SDK patch versions in CI tasks.
src/legacy/global-legacy.json Updates legacy pinned SDK to 9.0.315.
src/legacy/version.json Removes legacy-specific version.json file.
test/coverlet.integration.template/coverlet.integration.template.csproj Updates System.Text.Json to 10.0.9 (plus formatting change).
test/coverlet.integration.MTP.tests/coverlet.integration.MTP.tests.csproj Updates select test dependency versions to 10.0.9.
Comments suppressed due to low confidence (1)

src/legacy/version.json:1

  • Documentation/ReleasePlan.md explicitly states there are two version.json files (root and src/legacy/version.json). Removing this file makes the release plan instructions inaccurate and may confuse future releases. Please update the release documentation (and any automation, if applicable) to reflect the new single-version.json layout.

Comment thread version.json
Comment thread src/legacy/global-legacy.json
Comment thread test/coverlet.integration.template/coverlet.integration.template.csproj Outdated
Updated build-legacy.yml to use .NET Core SDK 9.0.315 instead of 9.0.314. Also made a minor formatting adjustment to the System.Text.Json package reference in coverlet.integration.template.csproj (no functional change).
@Bertk Bertk merged commit be7fb4e into coverlet-coverage:master Jun 10, 2026
12 checks passed
@Bertk Bertk deleted the update-version branch June 10, 2026 09:02
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 skip-changelog ignore PR for change.log document (release-drafter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants