Skip to content

Commit bb2c456

Browse files
committed
Uupdate WindowsSdkPackageVersion for net6 and net8
1 parent d1d5bc3 commit bb2c456

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MultiTarget/WinUI.Extra.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333

3434
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
3535
<RuntimeIdentifiers Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
36-
<WindowsSdkPackageVersion>10.0.22621.37-preview</WindowsSdkPackageVersion>
36+
37+
<WindowsSdkPackageVersion Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">10.0.22621.41</WindowsSdkPackageVersion>
38+
<WindowsSdkPackageVersion Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">10.0.22621.38</WindowsSdkPackageVersion>
3739
</PropertyGroup>
3840

3941
<PropertyGroup Condition="'$(IsUno)' == 'true'">

0 commit comments

Comments
 (0)