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 9a8afe2 commit d278d50Copy full SHA for d278d50
MultiTarget/WinUI.Extra.props
@@ -33,7 +33,7 @@
33
34
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
35
<RuntimeIdentifiers Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
36
- <WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
+ <WindowsSdkPackageVersion>10.0.22621.37-preview</WindowsSdkPackageVersion>
37
</PropertyGroup>
38
39
<PropertyGroup Condition="'$(IsUno)' == 'true'">
0 commit comments