We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529a23d commit 697dcb6Copy full SHA for 697dcb6
MultiTarget/WinUI.Extra.props
@@ -30,7 +30,7 @@
30
<PropertyGroup Condition="'$(IsUwp)' == 'true'">
31
<Platforms>x86;x64;arm64</Platforms>
32
33
- <WindowsSdkPackageVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.26100.39</WindowsSdkPackageVersion>
+ <WindowsSdkPackageVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.26100.54</WindowsSdkPackageVersion>
34
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
35
</PropertyGroup>
36
0 commit comments