Skip to content

Commit d278d50

Browse files
committed
Revert WindowsSdkPackageVersion to 10.0.22621.37-preview for WindowsAppSDK 1.6 Preview1
1 parent 9a8afe2 commit d278d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiTarget/WinUI.Extra.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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.38</WindowsSdkPackageVersion>
36+
<WindowsSdkPackageVersion>10.0.22621.37-preview</WindowsSdkPackageVersion>
3737
</PropertyGroup>
3838

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

0 commit comments

Comments
 (0)