We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d5bc3 commit bb2c456Copy full SHA for bb2c456
1 file changed
MultiTarget/WinUI.Extra.props
@@ -33,7 +33,9 @@
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.37-preview</WindowsSdkPackageVersion>
+
37
+ <WindowsSdkPackageVersion Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">10.0.22621.41</WindowsSdkPackageVersion>
38
+ <WindowsSdkPackageVersion Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">10.0.22621.38</WindowsSdkPackageVersion>
39
</PropertyGroup>
40
41
<PropertyGroup Condition="'$(IsUno)' == 'true'">
0 commit comments