-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[release/10.0] Update package baseline for RTM #64332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 |
|
/backport to main |
|
Started backporting to |
|
@wtgodbe backporting to 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 |
Part of regular release activities - upgrade contents of the package baseline from 9.0 to 10.0