File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<SupportedOSPlatformVersion >$(TargetPlatformMinVersion)</SupportedOSPlatformVersion >
11
11
<TargetPlatformVersion Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >10.0.26100.0</TargetPlatformVersion >
12
12
<TargetPlatformVersion Condition =" '$(MultiTargetPlatformIdentifier)' != 'windows'" >10.0.19041.0</TargetPlatformVersion >
13
+
14
+ <Platforms >x86;x64;arm64</Platforms >
13
15
</PropertyGroup >
14
16
15
17
<!-- Workaround, improved error message when consuming from Uno projects with mismatched TFMs -->
20
22
<None PackagePath =" lib/net7.0-windows10.0.18362" Include =" $(MSBuildThisFileDirectory)/_._" Pack =" true" />
21
23
</ItemGroup >
22
24
23
- <PropertyGroup Condition =" '$(IsUwp)' == 'true'" >
24
- <Platforms >x86;x64;arm64</Platforms >
25
-
25
+ <PropertyGroup Condition =" '$(IsUwp)' == 'true'" >
26
26
<WindowsSdkPackageVersion Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >10.0.26100.57</WindowsSdkPackageVersion >
27
27
<RuntimeIdentifiers Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
28
28
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments