Skip to content

Conversation

@wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Nov 12, 2025

Part of regular release activities - upgrade contents of the package baseline from 9.0 to 10.0

@wtgodbe wtgodbe requested a review from a team as a code owner November 12, 2025 18:42
Copilot AI review requested due to automatic review settings November 12, 2025 18:42
@wtgodbe wtgodbe added the tell-mode Indicates a PR which is being merged during tell-mode label Nov 12, 2025
Copilot finished reviewing on behalf of wtgodbe November 12, 2025 18:43
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 the package baseline configuration from version 9.0 to 10.0 as part of the regular release activities for the RTM (Release to Manufacturing) version. The changes ensure all package versions, framework references, and dependency constraints are correctly updated for the new major release.

Key Changes

  • Updated root baseline version from 9.0.0 to 10.0.0
  • Updated all 106 package versions from 9.0.0 to 10.0.0
  • Updated framework target moniker references from net9.0 to net10.0
  • Updated external dependency versions (Microsoft.OpenApi, Microsoft.Data.SqlClient, xunit, System.ValueTuple)
  • Added new package dependencies (Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Validation)
  • Removed some package dependencies (System.Text.Json in certain contexts, System.Threading.Channels for net10.0)

Reviewed Changes

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

File Description
eng/Baseline.xml Updated baseline version and all 106 package versions from 9.0.0 to 10.0.0, including package ID updates for runtime and template packages
eng/Baseline.Designer.props Updated AspNetCoreBaselineVersion, all package baseline versions, framework conditions from net9.0 to net10.0, and external dependency versions

@wtgodbe
Copy link
Member Author

wtgodbe commented Nov 12, 2025

/backport to main

@github-actions
Copy link
Contributor

Started backporting to main (link to workflow run)

@github-actions
Copy link
Contributor

@wtgodbe backporting to main failed, the patch most likely resulted in conflicts. Please backport manually!

git am output
$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch

Applying: Update baseline
Using index info to reconstruct a base tree...
M	eng/Baseline.Designer.props
M	eng/Baseline.xml
Falling back to patching base and 3-way merge...
Auto-merging eng/Baseline.Designer.props
CONFLICT (content): Merge conflict in eng/Baseline.Designer.props
Auto-merging eng/Baseline.xml
CONFLICT (content): Merge conflict in eng/Baseline.xml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Update baseline
Error: The process '/usr/bin/git' failed with exit code 128

Link to workflow output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tell-mode Indicates a PR which is being merged during tell-mode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants