Skip to content

Conversation

@neilr81
Copy link
Contributor

@neilr81 neilr81 commented Jan 15, 2026

Updated package versions for various dependencies.

Updated package versions for various dependencies.
Copilot AI review requested due to automatic review settings January 15, 2026 19:38
@neilr81 neilr81 requested a review from a team as a code owner January 15, 2026 19:38
@github-actions
Copy link

PR Metrics

Thanks for keeping your pull request small.
Thanks for adding tests.

Lines
Product Code -
Test Code -
Subtotal -
Ignored Code 38
Total 38

Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs!

@github-actions github-actions bot changed the title Upgrade package versions in Directory.Packages.props - January 15th 2026 XS✔ ◾ Upgrade package versions in Directory.Packages.props - January 15th 2026 Jan 15, 2026
Copy link
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 NuGet package versions in the centralized package management file. The updates include patch version bumps for Microsoft.Extensions packages, and updates to SourceLink and System.Linq.Async packages.

Changes:

  • Microsoft.Extensions.* and System.* packages updated from 10.0.1 to 10.0.2 (latest .NET) and 9.0.11 to 9.0.12 (previous .NET)
  • Microsoft.SourceLink packages updated from 8.0.0 to 10.0.102
  • System.Linq.Async updated from 6.0.3 to 7.0.0

<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="System.Linq.Async" Version="6.0.3"/>
<PackageVersion Include="System.Linq.Async" Version="7.0.0"/>
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System.Linq.Async is being upgraded from 6.0.3 to 7.0.0, which is a major version change that may introduce breaking changes. Ensure that all usages of this package have been tested and are compatible with version 7.0.0, or verify that the release notes indicate this is a non-breaking major version bump.

Suggested change
<PackageVersion Include="System.Linq.Async" Version="7.0.0"/>
<PackageVersion Include="System.Linq.Async" Version="6.0.3"/>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants