chore(deps): bump Microsoft.Windows.SDK.BuildTools to 10.0.28000.1839

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>
This commit is contained in:
github-actions[bot] 2026-05-06 01:18:24 +00:00 committed by GitHub
parent b356697e02
commit 6ec45eb930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="2.0.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4654" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1839" />
<PackageReference Include="WinUIEx" Version="2.9.0" />
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0" />

View File

@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="2.0.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4654" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1839" />
</ItemGroup>
</Project>

View File

@ -36,7 +36,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="2.0.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4654" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1839" />
</ItemGroup>
<ItemGroup>