File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 <PropertyGroup >
1212 <HostArchitecture Condition =" $(HostRuntimeIdentifier.EndsWith('-arm64'))" >aarch64</HostArchitecture >
1313 <HostArchitecture Condition =" $(HostRuntimeIdentifier.EndsWith('-arm'))" >arm</HostArchitecture >
14+ <HostArchitecture Condition =" $(HostRuntimeIdentifier.EndsWith('-ppc64le'))" >powerpc64le</HostArchitecture >
1415 <HostArchitecture Condition =" $(HostRuntimeIdentifier.EndsWith('-x86'))" >x86</HostArchitecture >
1516 <HostArchitecture Condition =" $(HostRuntimeIdentifier.EndsWith('-x64'))" >x86_64</HostArchitecture >
1617 </PropertyGroup >
1718
1819 <PropertyGroup >
1920 <HostBits >32</HostBits >
20- <HostBits Condition =" $(HostArchitecture.EndsWith ('64'))" >64</HostBits >
21+ <HostBits Condition =" $(HostArchitecture.Contains ('64'))" >64</HostBits >
2122 </PropertyGroup >
2223
2324 <PropertyGroup >
Original file line number Diff line number Diff line change 1111 <PropertyGroup >
1212 <TargetArchitecture Condition =" $(TargetRuntimeIdentifier.EndsWith('-arm64'))" >aarch64</TargetArchitecture >
1313 <TargetArchitecture Condition =" $(TargetRuntimeIdentifier.EndsWith('-arm'))" >arm</TargetArchitecture >
14+ <TargetArchitecture Condition =" $(TargetRuntimeIdentifier.EndsWith('-ppc64le'))" >powerpc64le</TargetArchitecture >
1415 <TargetArchitecture Condition =" $(TargetRuntimeIdentifier.EndsWith('-x86'))" >x86</TargetArchitecture >
1516 <TargetArchitecture Condition =" $(TargetRuntimeIdentifier.EndsWith('-x64'))" >x86_64</TargetArchitecture >
1617 </PropertyGroup >
1718
1819 <PropertyGroup >
1920 <TargetBits >32</TargetBits >
20- <TargetBits Condition =" $(TargetArchitecture.EndsWith ('64'))" >64</TargetBits >
21+ <TargetBits Condition =" $(TargetArchitecture.Contains ('64'))" >64</TargetBits >
2122 </PropertyGroup >
2223
2324 <PropertyGroup Condition =" $(TargetRuntimeIdentifier.StartsWith('linux-'))" >
You can’t perform that action at this time.
0 commit comments