Skip to content

Conversation

@joperezr
Copy link
Member

@joperezr joperezr commented Jan 14, 2026

This should be merged, not squashed. cc: @jeffhandley

Microsoft Reviewers: Open in CodeFlow

joperezr and others added 5 commits January 7, 2026 23:39
Getting ready for 10.2 release

----
#### AI description  (iteration 1)
#### PR Classification
This pull request prepares the project for the 10.2 release by updating dependency versions and refining pipeline configurations.

#### PR Summary
The update bumps numerous internal dependency versions (from 9.0.11/10.0.1 to 9.0.12/10.0.2), adjusts release stabilization settings, revises internal NuGet source mappings, and updates CI/CD tasks.
- `eng/Version.Details.xml` and `eng/Versions.props`: Upgraded many Microsoft and runtime dependencies and updated stabilization/release build flags.
- `azure-pipelines.yml`: Removed the code coverage stage and updated stage dependencies.
- `NuGet.config`: Removed the package source mapping block and adjusted internal package source settings.
- `eng/pipelines/templates/BuildAndTest.yml`: Added tasks to set up private feed credentials and commented out integration tests.
- `Directory.Build.props`: Disabled the NU1507 warning for internal feeds.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…align with MCP packages

Backports dotnet#7170 into the release branch as it was merged into main after the snap.

This will effectively prevent the 10.2 release from publishing the package since it hard codes the version to a version that has already been published, but it gets the release branch aligned with the release/10.1 branch that has this change as well.

----
#### AI description  (iteration 1)
#### PR Classification
This pull request is a configuration update that aligns the project's version metadata with MCP packages.

#### PR Summary
The update adds explicit version properties to ensure consistency with ModelContextProtocol package versions.
- `src/ProjectTemplates/Microsoft.McpServer.ProjectTemplates/Microsoft.McpServer.ProjectTemplates.csproj`: Added `<MajorVersion>0</MajorVersion>`, `<MinorVersion>5</MinorVersion>`, `<PatchVersion>0</PatchVersion>`, and `<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>`.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
@joperezr joperezr requested a review from a team as a code owner January 14, 2026 19:51
Copilot AI review requested due to automatic review settings January 14, 2026 19:51
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 pull request merges dependency version updates from the release/10.2 branch to main. It updates external package references across .NET 8 LTS, .NET 9, and .NET 10 versions, bringing the main branch in sync with the latest patch releases.

Changes:

  • Updated .NET 9 package versions from 9.0.11 to 9.0.12 for runtime, AspNetCore, and EF Core dependencies
  • Updated .NET 10 package versions from 10.0.1 to 10.0.2 for corresponding dependencies
  • Updated .NET 8 LTS package versions from 8.0.22 to 8.0.23 for runtime and AspNetCore dependencies

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
eng/Versions.props Updates dependency version properties for .NET 8, 9, and 10 packages
eng/Version.Details.xml Updates corresponding dependency metadata with new versions and commit SHAs

@joperezr joperezr merged commit d57dbbf into dotnet:main Jan 15, 2026
13 checks passed
This was referenced Feb 11, 2026
This was referenced Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants