Skip to content

Commit cdf9aa9

Browse files
authored
Merge pull request #298 from CommunityToolkit/michael-hawker-tfm
Align TargetPlatformVersion to 10.0.26100.0 for UWP
2 parents fa4dd48 + 445dcd2 commit cdf9aa9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MultiTarget/Extra.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
-->
99
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>$(TargetPlatformMinVersion)</SupportedOSPlatformVersion>
11-
<TargetPlatformVersion Condition="'$(MultiTargetPlatformIdentifier)' == 'windows'">10.0.26100.0</TargetPlatformVersion>
12-
<TargetPlatformVersion Condition="'$(MultiTargetPlatformIdentifier)' != 'windows'">10.0.19041.0</TargetPlatformVersion>
11+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
1312

1413
<Platforms>x86;x64;arm64</Platforms>
1514
</PropertyGroup>
@@ -37,4 +36,4 @@
3736
<!--- Workaround for ADO 53865998 - See https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/215 - Don't include extraneous WebView2 dll -->
3837
<WebView2NeverCopyLoaderDllToOutputDirectory>true</WebView2NeverCopyLoaderDllToOutputDirectory>
3938
</PropertyGroup>
40-
</Project>
39+
</Project>

0 commit comments

Comments
 (0)