Skip to content

[Repo Assist] chore(deps): bump Microsoft.Windows.SDK.BuildTools to 10.0.28000.1839 (supersedes #268)#282

Draft
github-actions[bot] wants to merge 1 commit intomasterfrom
repo-assist/eng-sdk-buildtools-28000-2026-05-06-a6d9a356f0ec8d0e
Draft

[Repo Assist] chore(deps): bump Microsoft.Windows.SDK.BuildTools to 10.0.28000.1839 (supersedes #268)#282
github-actions[bot] wants to merge 1 commit intomasterfrom
repo-assist/eng-sdk-buildtools-28000-2026-05-06-a6d9a356f0ec8d0e

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 6, 2026

🤖 This is an automated PR from Repo Assist.

Summary

Bumps Microsoft.Windows.SDK.BuildTools from 10.0.26100.465410.0.28000.1839 across all three direct references. Supersedes Dependabot PR #268, which only updated one of the three references and caused CI to fail with NU1605 downgrade errors.

Root cause of #268's CI failure

Dependabot PR #268 updated OpenClawTray.FunctionalUI.csproj to 10.0.28000.1839, but left the two other projects at the old version. Because TreatWarningsAsErrors=true is set in tests/Directory.Build.props, NuGet's downgrade detection (NU1605) became a hard error:

OpenClaw.Tray.WinUI → OpenClawTray.FunctionalUI → Microsoft.Windows.SDK.BuildTools (>= 10.0.28000.1839)
OpenClaw.Tray.WinUI → Microsoft.Windows.SDK.BuildTools (>= 10.0.26100.4654)   ← stale

Files changed

File Change
src/OpenClawTray.FunctionalUI/OpenClawTray.FunctionalUI.csproj 10.0.26100.465410.0.28000.1839
src/OpenClaw.Tray.WinUI/OpenClaw.Tray.WinUI.csproj 10.0.26100.465410.0.28000.1839
tests/OpenClaw.Tray.UITests/OpenClaw.Tray.UITests.csproj 10.0.26100.465410.0.28000.1839

Test Status

  • dotnet test ./tests/OpenClaw.Shared.Tests/... — exit 0
  • dotnet test ./tests/OpenClaw.Tray.Tests/... — exit 0
  • ⚠️ ./build.ps1 and WinUI/UITests builds require Windows — not runnable in this Linux CI environment. The version bump is a pure package version string change with no logic changes.

Once merged, Dependabot PR #268 can be closed.

Generated by 🌈 Repo Assist, see workflow run. Learn more.

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@97143ac59cb3a13ef2a77581f929f06719c7402a

Update all three direct SDK.BuildTools references from 10.0.26100.4654
to 10.0.28000.1839 to align with the transitive requirement introduced
by OpenClawTray.FunctionalUI's indirect dependency.

Without this bundle update, Dependabot PR #268 (which only updated
OpenClawTray.FunctionalUI.csproj) causes NU1605 downgrade errors on
OpenClaw.Tray.WinUI and OpenClaw.Tray.UITests because TreatWarningsAsErrors
is enabled in tests/Directory.Build.props.

Supersedes Dependabot PR #268.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants