[ci] Update with net11.0 with preview 1#33846
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET 11 preview SDK and related dependencies from preview.1.26079.116 to preview.1.26081.107, ensuring the project uses the latest preview builds for development and testing.
Changes:
- Updated .NET SDK from build 26079.116 to 26081.107
- Updated all ASP.NET Core and Microsoft.Extensions packages to match the new build
- Updated Microsoft.Android.Sdk.Windows from preview.1.116 to preview.1.119
- Updated build tooling (Arcade SDK, Helix SDK, etc.) to the new build version
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| global.json | Updated .NET SDK version and MSBuild SDK versions (Arcade, Helix) to preview.1.26081.107 |
| eng/Versions.props | Updated all package version properties for .NET runtime, ASP.NET Core, Microsoft.Extensions libraries, Android SDK, and build tools |
| eng/Version.Details.xml | Updated dependency definitions with new versions and SHA references for all updated packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
This pull request updates several dependencies and tool versions to newer preview builds across the project. The changes are focused on keeping the project up-to-date with the latest .NET SDK, runtime, ASP.NET Core, Microsoft.Extensions libraries, and related build tooling.
Dependency and toolchain updates:
.NET SDK and Runtime:
11.0.100-preview.1.26079.116to11.0.100-preview.1.26081.107inglobal.json,eng/Version.Details.xml, andeng/Versions.propsto ensure builds use the latest preview. [1] [2] [3]Microsoft.NETCore.App.Refand related runtime references to11.0.0-preview.1.26081.107. [1] [2]ASP.NET Core and Microsoft.Extensions Libraries:
Microsoft.AspNetCore.Authorization,Microsoft.AspNetCore.Components, etc.) and Microsoft.Extensions libraries (likeConfiguration,DependencyInjection,Logging, etc.) from11.0.0-preview.1.26079.116to11.0.0-preview.1.26081.107in botheng/Version.Details.xmlandeng/Versions.props. [1] [2] [3]Android SDK:
Microsoft.Android.Sdk.Windowsfrom36.1.99-preview.1.116to36.1.99-preview.1.119in botheng/Version.Details.xmlandeng/Versions.props. [1] [2]Build and Test Tooling:
Microsoft.DotNet.Build.Tasks.Feed,Microsoft.DotNet.Arcade.Sdk,Microsoft.DotNet.Helix.Sdk, etc.) to11.0.0-beta.26081.107in botheng/Version.Details.xmlandeng/Versions.props. [1] [2]These updates help ensure compatibility with the latest features, bug fixes, and improvements from the .NET ecosystem. No functional or code changes are included—this is a maintenance update to keep dependencies current.