Skip to content

[ci] Update with net11.0 with preview 1#33846

Merged
rmarinho merged 3 commits intonet11.0from
update-net11-preview1
Feb 3, 2026
Merged

[ci] Update with net11.0 with preview 1#33846
rmarinho merged 3 commits intonet11.0from
update-net11-preview1

Conversation

@rmarinho
Copy link
Member

@rmarinho rmarinho commented Feb 2, 2026

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:

  • Updated the .NET SDK version from 11.0.100-preview.1.26079.116 to 11.0.100-preview.1.26081.107 in global.json, eng/Version.Details.xml, and eng/Versions.props to ensure builds use the latest preview. [1] [2] [3]
  • Updated Microsoft.NETCore.App.Ref and related runtime references to 11.0.0-preview.1.26081.107. [1] [2]

ASP.NET Core and Microsoft.Extensions Libraries:

  • Bumped versions of all referenced ASP.NET Core packages (such as Microsoft.AspNetCore.Authorization, Microsoft.AspNetCore.Components, etc.) and Microsoft.Extensions libraries (like Configuration, DependencyInjection, Logging, etc.) from 11.0.0-preview.1.26079.116 to 11.0.0-preview.1.26081.107 in both eng/Version.Details.xml and eng/Versions.props. [1] [2] [3]

Android SDK:

  • Updated Microsoft.Android.Sdk.Windows from 36.1.99-preview.1.116 to 36.1.99-preview.1.119 in both eng/Version.Details.xml and eng/Versions.props. [1] [2]

Build and Test Tooling:

  • Updated various build and test tool dependencies (such as Microsoft.DotNet.Build.Tasks.Feed, Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Helix.Sdk, etc.) to 11.0.0-beta.26081.107 in both eng/Version.Details.xml and eng/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.

@rmarinho rmarinho added this to the .NET 11.0-preview1 milestone Feb 2, 2026
Copilot AI review requested due to automatic review settings February 2, 2026 19:40
@rmarinho rmarinho added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Feb 2, 2026
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 .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

@rmarinho rmarinho merged commit d7fed37 into net11.0 Feb 3, 2026
20 of 28 checks passed
@rmarinho rmarinho deleted the update-net11-preview1 branch February 3, 2026 12:14
@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants