Skip to content

Commit 445dcd2

Browse files
Align TargetPlatformVersion to 10.0.26100.0 for UWP
Make sure we're targeting the latest supported Windows SDK across all platforms, it still has min target of 17763 (1809) which is also supported by the tooling, docs: https://developer.microsoft.com/windows/downloads/windows-sdk/
1 parent fa4dd48 commit 445dcd2

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)