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 236955c commit 2fcca69Copy full SHA for 2fcca69
MultiTarget/WinUI.Extra.props
@@ -26,7 +26,7 @@
26
27
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
28
<RuntimeIdentifiers Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
29
- <WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
+ <WindowsSdkPackageVersion>10.0.22621.37-preview</WindowsSdkPackageVersion>
30
</PropertyGroup>
31
32
<PropertyGroup Condition="'$(IsUno)' == 'true'">
0 commit comments