Skip to content

Commit

Permalink
Revert WindowsSdkPackageVersion to 10.0.22621.37-preview to align wit…
Browse files Browse the repository at this point in the history
…h experimental2
  • Loading branch information
Arlodotexe committed Aug 9, 2024
1 parent 127bdc3 commit 25c4ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiTarget/WinUI.Extra.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<WindowsSdkPackageVersion>10.0.22621.39</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.22621.37-preview</WindowsSdkPackageVersion>
</PropertyGroup>

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

0 comments on commit 25c4ea8

Please sign in to comment.