File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 32
32
<!-- Android 32-bit builds blocked by https://github.com/dotnet/runtime/issues/111665 -->
33
33
<_CoreCLRSupportedOS Condition =" '$(TargetsAndroid)' == 'true' and '$(TargetArchitecture)' != 'arm' and '$(TargetArchitecture)' != 'x86'" >true</_CoreCLRSupportedOS >
34
34
<_CoreCLRSupportedOS Condition =" '$(TargetsBrowser)' == 'true'" >true</_CoreCLRSupportedOS >
35
+ <_CoreCLRSupportedOS Condition =" '$(TargetsAppleMobile)' == 'true'" >true</_CoreCLRSupportedOS >
35
36
36
37
<_CoreCLRSupportedArch Condition =" '$(TargetArchitecture)' != 'ppc64le' and '$(TargetArchitecture)' != 's390x'" >true</_CoreCLRSupportedArch >
37
38
<CoreCLRSupported Condition =" '$(_CoreCLRSupportedOS)' == 'true' and '$(_CoreCLRSupportedArch)' == 'true'" >true</CoreCLRSupported >
You can’t perform that action at this time.
0 commit comments