Skip to content

[release/11.0.1xx-preview7] Update to final blessed Preview 7 SDK/runtime - #36908

Merged
kubaflo merged 3 commits into
release/11.0.1xx-preview7from
pureween-preview7-blessed-sdk
Jul 29, 2026
Merged

[release/11.0.1xx-preview7] Update to final blessed Preview 7 SDK/runtime#36908
kubaflo merged 3 commits into
release/11.0.1xx-preview7from
pureween-preview7-blessed-sdk

Conversation

@PureWeen

@PureWeen PureWeen commented Jul 29, 2026

Copy link
Copy Markdown
Member

Note

Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!

Summary

  • Replace the 26376.106 VMR SDK/runtime dependency set merged by [release/11.0.1xx-preview7] Update dependencies from dotnet/android, dotnet/dotnet, dotnet/macios #36838 with the final release-designated Preview 7 26378.106 build.
  • Update all 35 dependencies originating from dotnet/dotnet to VMR BAR 324774.
  • Keep Android at 37.0.0-preview.7.2129 and restore the four net11 Apple workload pins to 26.5.11991-net11-p7 from Apple BAR 324578.
  • Preserve the net10 Apple 26.5.10310 pins, WiX 6.0.3-dotnet.4, and the merged AppTheme and Blazor fixes.

Provenance

  • .NET Release Tracker: SDK 11.0.100-preview.7.26378.106; runtime 11.0.0-preview.7.26378.106; stage build 3033875 (Staging Done).
  • VMR BAR/Maestro: BAR 324774; build 20260728.6; branch release/11.0.1xx-preview7; commit ab4a9a5f25db0b29e980a7acfab46bc4eca924c3; channel .NET 11.0.1xx SDK Preview 7.
  • Apple BAR/Maestro: BAR 324578; build 20260723.14; branch release/11.0.1xx-preview7; package version 26.5.11991-net11-p7; commit 9f5d610822e4dc76ba3b786a1112bb7bd2fc5ba1; channels .NET 11 Workload Release and .NET 11.0.1xx SDK Preview 7.
  • Android BAR/Maestro: BAR 324594; version 37.0.0-preview.7.2129; commit d7f90faae8e11b59d6be85902d01136643bc848b; unchanged by this PR.
  • Release Tracker designates the SDK/runtime versions. Android and Apple component provenance comes from BAR/Maestro.

Validation

  • Darc read-only queries reconfirmed BAR 324774 and BAR 324578, including repository, branch, commit, build number, and channels.
  • darc update-dependencies applied both BAR builds; the generated intermediate net10 Apple coherency rewrite was rejected so the existing 26.5.10310 subscriptions remain unchanged.
  • All 35 dotnet/dotnet dependencies exactly match BAR 324774 assets and commit ab4a9a5f....
  • All four net11 Apple dependencies exactly match BAR 324578 assets and commit 9f5d6108...; all four net10 Apple dependencies remain 26.5.10310 at e9727264....
  • Repository workload provisioning installed SDK/runtime 26378.106, Android 37.0.0-preview.7.2129, and Apple 26.5.11991-net11-p7. The final iOS manifest requests net10 Apple 26.5.10310, not unavailable 26.5.10304.
  • Controls.Build.Tasks built with 0 warnings and 0 errors under SDK/runtime 26378.106.
  • The actual binding project src/Core/src/Core.csproj built for net11.0-ios26.5 (iossimulator-arm64) with 0 warnings and 0 errors, exercising bgen.dll through the project's ObjcBindingApiDefinition items.
  • XML and JSON parsing passed; git diff --check passed.
  • darc verify still reports existing repository-wide duplicate/casing/version issues for TizenUIExtensions, XUnitAnalyzers, and Microsoft.DotNet.XHarness.CLI; none are changed by this PR.

Replace the 26376.106 VMR dependency set with BAR build 322375, the release-designated 26360.102 SDK and runtime build.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 923e744a-f52b-46ce-939e-b6d27d4f5287
Copilot AI review requested due to automatic review settings July 29, 2026 13:03
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 29, 2026 13:03 — with GitHub Actions Inactive
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 36908

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 36908"

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 release/11.0.1xx-preview7 branch to use the release-designated (“blessed”) .NET 11 Preview 7 SDK/runtime build 26360.102, replacing the previously pinned 26376.106, and aligns the related Arcade/Helix toolset and dotnet/dotnet-sourced dependency versions to that build.

Changes:

  • Update global.json to SDK 11.0.100-preview.7.26360.102 and align Arcade/Helix MSBuild SDK versions to 11.0.0-beta.26360.102.
  • Update eng/Versions.props to point SDK/runtime + related Microsoft.Extensions.* and Microsoft.AspNetCore.* package versions to 26360.102.
  • Update eng/Version.Details.xml to reflect the new dotnet/dotnet commit SHA (c98e79e...) and corresponding dependency versions.
Show a summary per file
File Description
global.json Updates pinned SDK and MSBuild SDK toolset versions to the blessed Preview 7 build.
eng/Versions.props Aligns SDK/runtime and related package version properties to 26360.102.
eng/Version.Details.xml Updates dependency versions and dotnet/dotnet SHA to match the blessed build provenance.

Copilot's findings

  • Files reviewed: 3/3 changed files
  • Comments generated: 0

@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 29, 2026 13:05 — with GitHub Actions Inactive
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 29, 2026 13:07 — with GitHub Actions Inactive
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 29, 2026 13:08 — with GitHub Actions Inactive
@github-actions github-actions Bot added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Jul 29, 2026
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 29, 2026 13:09 — with GitHub Actions Inactive

@kubaflo kubaflo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review — release-coordination dependency bump; verified for consistency.

This pins the Preview 7 SDK/runtime and the co-versioned ASP.NET Core packages to build 11.0.100-preview.7.26360.102 (SHA c98e79e96affb873c827e32c779a68b1368cc480). Note this is a lower build number than the previous .26376.106 — i.e. a deliberate downgrade to the blessed/validated Preview 7 build, which matches the PR title and is the expected release-branch behavior.

Verified:

  • All bumped dependencies move to the same version + SHA (no stragglers left on the old .26376.106 / SHA 7bcb900…), so the SDK/runtime/ref-pack set stays internally consistent.
  • Mechanical Version.Details.xml / Versions.props change on the release/11.0.1xx-preview7 branch — no source or behavioral changes.

No concerns from a review standpoint. As a release-process bump, the authoritative check is simply that 26360.102 is the intended blessed build — which the title asserts.

🤖 Consistency-verified (all deps → one SHA); release-branch dependency coordination, no code review surface.

kubaflo
kubaflo previously approved these changes Jul 29, 2026
Select BAR build 323304 so Apple tooling can run with the release-designated Preview 7 runtime.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 923e744a-f52b-46ce-939e-b6d27d4f5287
Copilot AI review requested due to automatic review settings July 29, 2026 13:57
@PureWeen PureWeen changed the title [release/11.0.1xx-preview7] Update to blessed Preview 7 SDK/runtime build [release/11.0.1xx-preview7] Align blessed SDK/runtime and compatible Apple SDK Jul 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot's findings

  • Files reviewed: 3/3 changed files
  • Comments generated: 0 new

@kubaflo kubaflo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow-up (head 11d9c07) — the new commit aligns all four Apple SDKs (Microsoft.MacCatalyst/macOS/iOS/tvOS.Sdk.net11.0_26.5) to 26.5.11917-net11-p7 (SHA 2d32f7aa) so they match the blessed runtime. Verified consistent — all four move together to the same version + SHA, and the core SDK/runtime stays on preview.7.26360.102. Still a clean, mechanical release-coordination bump; no review concerns.

🤖 Consistency-verified at head 11d9c07.

Update the VMR dependency set to BAR 324774 and restore the compatible Preview 7 Apple workload pins from BAR 324578.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 312d5e3c-96fe-4f7b-ab8f-0b27e8656760
@PureWeen PureWeen changed the title [release/11.0.1xx-preview7] Align blessed SDK/runtime and compatible Apple SDK [release/11.0.1xx-preview7] Update to final blessed Preview 7 SDK/runtime Jul 29, 2026
Copilot AI review requested due to automatic review settings July 29, 2026 16:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot's findings

  • Files reviewed: 3/3 changed files
  • Comments generated: 0 new

@kubaflo kubaflo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow-up (head 542d2da) — "Align Preview 7 with final blessed SDK" moves the pin to 11.0.100-preview.7.26378.106 (Apple SDKs → 26.5.11991-net11-p7), superseding the earlier 26360.102/11917. Verified consistent: global.json, Versions.props, and all Version.Details.xml deps are on the single build 26378.106, Apple SDKs on the single 11991, with zero stragglers on any prior build. Clean final release-coordination alignment; no review concerns.

@PureWeen

Copy link
Copy Markdown
Member Author

/azp run maui-pr-uitests, maui-pr-devicetests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

@kubaflo
kubaflo merged commit d1ec4a3 into release/11.0.1xx-preview7 Jul 29, 2026
118 of 140 checks passed
@kubaflo
kubaflo deleted the pureween-preview7-blessed-sdk branch July 29, 2026 21:11
@github-actions github-actions Bot added this to the .NET 11.0-preview7 milestone Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants