We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee86f4 commit 446aa75Copy full SHA for 446aa75
MultiTarget/WinUI.Extra.props
@@ -17,7 +17,8 @@
17
-->
18
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
19
<SupportedOSPlatformVersion>$(TargetPlatformMinVersion)</SupportedOSPlatformVersion>
20
- <TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
+ <TargetPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.26100.0</TargetPlatformVersion>
21
+ <TargetPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'windows'">10.0.19041.0</TargetPlatformVersion>
22
</PropertyGroup>
23
24
<!-- Workaround, improved error message when consuming from Uno projects with mismatched TFMs -->
0 commit comments