Skip to content

Bump dotnet/dotnet (BAR 321994) to blessed preview.6.26357.118 - #36462

Merged
rmarinho merged 1 commit into
release/11.0.1xx-preview6from
bump-vmr-321994
Jul 9, 2026
Merged

Bump dotnet/dotnet (BAR 321994) to blessed preview.6.26357.118#36462
rmarinho merged 1 commit into
release/11.0.1xx-preview6from
bump-vmr-321994

Conversation

@PureWeen

@PureWeen PureWeen commented Jul 8, 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!

Re-bumps the dotnet/dotnet (VMR / SDK) dependencies to the newly-blessed .NET 11 Preview 6 build.

What changed

From (#36433) To (blessed)
SDK 11.0.100-preview.6.26356.105 11.0.100-preview.6.26357.118
Runtime / AspNetCore / Extensions (-preview.6) .26356.105 .26357.118
Arcade / Helix / Build.Tasks (-beta) .26356.105 .26357.118
VMR commit (SHA) d6b097b 2461daa1
BAR build 321614 321994

Why

The .NET Release Tracker re-staged the Preview 6 build; the blessed runtime/SDK is now 11.0.100-preview.6.26357.118 (BAR 321994, stage-3017702, ships 2026-07-14), superseding the 26356.105 pin from #36433. BAR 321994 is confirmed on the .NET 11.0.1xx SDK Preview 6 channel.

Scope

  • Only dotnet/dotnet-sourced dependencies were updated (darc update-dependencies --id 321994 --source-repo dotnet/dotnet), plus the bootstrap tools.dotnet SDK version in global.json.
  • dotnet/android (37.0.0-preview.6.59) and dotnet/macios (26.5.11719-net11-p6) pins are unchanged — they are still the blessed / channel-latest builds and need no bump.
  • Files touched: eng/Version.Details.xml, eng/Versions.props, global.json.
Re-bumps the VMR/SDK dependencies from 11.0.100-preview.6.26356.105
(BAR 321614) to the newly-blessed 11.0.100-preview.6.26357.118
(BAR 321994, commit 2461daa1) per the .NET Release Tracker
(stage-3017702, ships 2026-07-14). Supersedes #36433's VMR pin.

dotnet/android and dotnet/macios pins are unchanged (still
channel-latest / blessed).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 8, 2026 22:15
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 8, 2026 22:15 — with GitHub Actions Inactive
@github-actions

github-actions Bot commented Jul 8, 2026

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 -- 36462

Or

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

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

Updates the repository’s pinned dotnet/dotnet (VMR / SDK) dependency versions to the newly blessed .NET 11 Preview 6 build 11.0.100-preview.6.26357.118 (and corresponding 11.0.0-preview.6.26357.118 runtime/ASP.NET/Extensions + 11.0.0-beta.26357.118 Arcade/Helix/toolset), keeping dependency metadata consistent across the repo’s versioning files.

Changes:

  • Bump global.json toolset SDK and MSBuild SDK versions to 26357.118.
  • Update eng/Versions.props package version properties from 26356.105 to 26357.118 for dotnet/dotnet-sourced dependencies.
  • Update eng/Version.Details.xml dependency entries (versions + SHA) to the new VMR commit 2461daa1....
Show a summary per file
File Description
global.json Pins repo bootstrap SDK and Arcade/Helix MSBuild SDKs to 26357.118.
eng/Versions.props Updates dotnet/dotnet-derived package version properties to 26357.118 for coherent restore/build inputs.
eng/Version.Details.xml Updates darc-tracked dependency versions and SHA to the new blessed VMR commit.

Copilot's findings

  • Files reviewed: 3/3 changed files
  • Comments generated: 0
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 8, 2026 22:18 — with GitHub Actions Inactive
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 8, 2026 22:19 — with GitHub Actions Inactive
@github-actions github-actions Bot added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Jul 8, 2026
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool July 8, 2026 22:19 — with GitHub Actions Inactive

@kubaflo kubaflo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🔍 AI-generated review (multi-model: Opus 4.8 · GPT-5.5 · Gemini 3.1 Pro), on behalf of @kubaflo.

✅ LGTM — approving (red is a pre-existing branch break, not this bump)

Mechanical blessed dep-flow bump on release/11.0.1xx-preview6: dotnet/dotnet preview.6.26356.105preview.6.26357.118 (BAR 321994), with the matching Arcade/Helix SDK revisions in global.json. Content is a straight VMR micro-revision — it touches only Version.Details.xml / Versions.props / global.json and does not touch the Android workload or any AndroidX/Material Components package.

On the red: the only failing leg is maui-pr (Build .NET MAUI Build macOS (Release)), which fails with error APT2260: resource ... not found for the entire Material Components set (Theme.MaterialComponents.DayNight, colorPrimary, actionBarSize, Widget.Design.BottomNavigationView) on net11.0-android37.0. I confirmed this is pre-existing and branch-wide on release/11.0.1xx-preview6 — the sibling PRs #36432 (@rmarinho) and #36265 (automated net11.0→preview6 merge) fail the identical build leg. A dotnet/dotnet VMR revision bump cannot introduce an Android aapt2 resource-linking regression, so this is not caused by this PR.

Approving per the "approve-over-red when failures are confirmed pre-existing / not-PR-caused" policy. ⚠️ @kubaflo — heads-up that the preview6 branch has a standing Android Material Components resource-linking break (APT2260) that's reddening every preview6 PR's macOS Release build; worth a separate look.

@rmarinho
rmarinho merged commit dee8e81 into release/11.0.1xx-preview6 Jul 9, 2026
39 checks passed
@rmarinho
rmarinho deleted the bump-vmr-321994 branch July 9, 2026 11:15
@github-actions github-actions Bot added this to the .NET 11.0-preview6 milestone Jul 9, 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

6 participants