Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Updates the main builds to use latest packages
This pull request updates several SDK and package versions to their latest stable releases in the
eng/Versions.propsandglobal.jsonfiles. These updates ensure compatibility with the latest features and bug fixes across the .NET ecosystem.SDK and Package Version Updates:
Updated the .NET SDK version in
global.jsonto9.0.203to align with the latest stable release. (global.json, global.jsonL3-R3)Updated the
MicrosoftNETSdkPackageVersionto9.0.203andMicrosoftNETCoreAppRefPackageVersionto9.0.4, along with other related package versions ineng/Versions.props. These updates improve compatibility with the latest runtime and SDK features. (eng/Versions.props, eng/Versions.propsL31-R52)Updated various
Microsoft.Extensionspackage versions (e.g.,Microsoft.Extensions.Configuration,Microsoft.Extensions.Logging) to9.0.4for consistency and to incorporate recent fixes and enhancements. (eng/Versions.props, eng/Versions.propsL31-R52)Updated the
MicrosoftAndroidSdkWindowsPackageVersionto35.0.61to include the latest updates for Xamarin Android development. (eng/Versions.props, eng/Versions.propsL31-R52)Updated multiple
Microsoft.AspNetCorepackage versions (e.g.,Microsoft.AspNetCore.Authorization,Microsoft.AspNetCore.Components) to9.0.4to ensure the latest features and bug fixes are applied. (eng/Versions.props, eng/Versions.propsL61-R81)