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 509c12b commit bbc02a5Copy full SHA for bbc02a5
src/tests/JIT/interpreter/InterpreterTester.csproj
@@ -3,6 +3,8 @@
3
<RequiresProcessIsolation>true</RequiresProcessIsolation>
4
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</DisableProjectBuild>
5
<DisableProjectBuild Condition="'$(TargetArchitecture)' != 'x64' and '$(TargetArchitecture)' != 'arm64'">true</DisableProjectBuild>
6
+ <!-- Interpreter is CoreCLR-VM specific -->
7
+ <NativeAotIncompatible>true</NativeAotIncompatible>
8
</PropertyGroup>
9
<ItemGroup>
10
<Compile Include="InterpreterTester.cs" />
0 commit comments