File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 <SupportedOSPlatformVersion >$(TargetPlatformMinVersion)</SupportedOSPlatformVersion >
1111 <TargetPlatformVersion Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >10.0.26100.0</TargetPlatformVersion >
1212 <TargetPlatformVersion Condition =" '$(MultiTargetPlatformIdentifier)' != 'windows'" >10.0.19041.0</TargetPlatformVersion >
13+
14+ <Platforms >x86;x64;arm64</Platforms >
1315 </PropertyGroup >
1416
1517 <!-- Workaround, improved error message when consuming from Uno projects with mismatched TFMs -->
2022 <None PackagePath =" lib/net7.0-windows10.0.18362" Include =" $(MSBuildThisFileDirectory)/_._" Pack =" true" />
2123 </ItemGroup >
2224
23- <PropertyGroup Condition =" '$(IsUwp)' == 'true'" >
24- <Platforms >x86;x64;arm64</Platforms >
25-
25+ <PropertyGroup Condition =" '$(IsUwp)' == 'true'" >
2626 <WindowsSdkPackageVersion Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >10.0.26100.57</WindowsSdkPackageVersion >
2727 <RuntimeIdentifiers Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
2828 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments