Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ad3ef commit 1975912Copy full SHA for 1975912
src/tests/JIT/Directed/tls/TestTLSWithLoadedDlls.csproj
@@ -4,6 +4,8 @@
4
<RequiresProcessIsolation>true</RequiresProcessIsolation>
5
<ReferenceXUnitWrapperGenerator>false</ReferenceXUnitWrapperGenerator>
6
<NativeAotIncompatible>true</NativeAotIncompatible>
7
+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/92129 -->
8
+ <CLRTestTargetUnsupported Condition="'$(TargetsAppleMobile)' == 'true'">true</CLRTestTargetUnsupported>
9
</PropertyGroup>
10
<PropertyGroup>
11
<DebugType>PdbOnly</DebugType>
0 commit comments