[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
Conversation
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>
14 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🤖 This is an automated PR from Repo Assist.
Summary
Bumps
Microsoft.Windows.SDK.BuildToolsfrom10.0.26100.4654→10.0.28000.1839across all three direct references. Supersedes Dependabot PR #268, which only updated one of the three references and caused CI to fail withNU1605downgrade errors.Root cause of #268's CI failure
Dependabot PR #268 updated
OpenClawTray.FunctionalUI.csprojto10.0.28000.1839, but left the two other projects at the old version. BecauseTreatWarningsAsErrors=trueis set intests/Directory.Build.props, NuGet's downgrade detection (NU1605) became a hard error:Files changed
src/OpenClawTray.FunctionalUI/OpenClawTray.FunctionalUI.csproj10.0.26100.4654→10.0.28000.1839src/OpenClaw.Tray.WinUI/OpenClaw.Tray.WinUI.csproj10.0.26100.4654→10.0.28000.1839tests/OpenClaw.Tray.UITests/OpenClaw.Tray.UITests.csproj10.0.26100.4654→10.0.28000.1839Test Status
dotnet test ./tests/OpenClaw.Shared.Tests/...— exit 0dotnet test ./tests/OpenClaw.Tray.Tests/...— exit 0./build.ps1and 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.