File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8787 <!-- dotnet-gcdump needs net6+ and won't work on mobile. -->
8888 <PropertyGroup >
8989 <PlatformIsLegacy Condition =" $(TargetFramework.StartsWith('net4')) or $(TargetFramework.StartsWith('netstandard'))" >true</PlatformIsLegacy >
90- <PlatformIsMobile Condition =" $([MSBuild]::GetTargetPlatformIdentifier( '$(TargetFramework)')) == 'android' or $([MSBuild]::GetTargetPlatformIdentifier( '$(TargetFramework)')) == 'ios' or $([MSBuild]::GetTargetPlatformIdentifier( '$(TargetFramework)')) == 'maccatalyst'" >true</PlatformIsMobile >
90+ <PlatformIsMobile Condition =" '$(TargetPlatformIdentifier)' == 'android' or '$(TargetPlatformIdentifier)' == 'ios' or '$(TargetPlatformIdentifier)' == 'maccatalyst'" >true</PlatformIsMobile >
9191 <MemoryDumpSupported Condition =" !($(PlatformIsLegacy) == 'true' or $(PlatformIsMobile) == 'true')" >true</MemoryDumpSupported >
9292
9393 <DefineConstants Condition =" '$(MemoryDumpSupported)' == 'true'" >$(DefineConstants);MEMORY_DUMP_SUPPORTED</DefineConstants >
You can’t perform that action at this time.
0 commit comments