-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update baseline for 10.0 RTM #64333
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
Update baseline for 10.0 RTM #64333
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 ASP.NET Core package baseline from version 9.0.0 to 10.0.0 RTM, reflecting the just-released 10.0.0 packages. The changes comprehensively update all package versions and their dependencies to align with the new major version.
Key Changes:
- Updated baseline version from 9.0.0 to 10.0.0 across all 105 packages
- Updated target framework references from
net9.0tonet10.0 - Updated package IDs to reflect version 10.0 (e.g.,
AspNetCoreRuntime.9.0.x64→AspNetCoreRuntime.10.0.x64)
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 13 comments.
| File | Description |
|---|---|
| eng/Baseline.xml | Updated all 105 package entries from version 9.0.0 to 10.0.0 and updated package IDs from 9.0 to 10.0 naming |
| eng/Baseline.Designer.props | Updated AspNetCoreBaselineVersion, all BaselinePackageVersion values, target framework conditions from net9.0 to net10.0, and various dependency version updates including major version bumps for external dependencies and addition/removal of several package dependencies |
Update package baseline w/ the just-released 10.0 packages