Skip to content

Commit

Permalink
fix interpreter project build reference errors (dotnet#5011)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed May 22, 2018
1 parent 4288c17 commit 13b88a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj" />
<ProjectReference Include="..\..\System.Private.Reflection.Metadata\src\System.Private.Reflection.Metadata.csproj" />
<ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.csproj" />
<ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.Experimental.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="Internal\Runtime\Interpreter\ILInterpreter.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<AssemblyName>System.Private.TypeLoader.Experimental</AssemblyName>
<EcmaMetadataSupport>true</EcmaMetadataSupport>
<JitSupport>true</JitSupport>
<InterpreterSupport>true</InterpreterSupport>
</PropertyGroup>

<Import Project="System.Private.TypeLoader.csproj" />
Expand Down

0 comments on commit 13b88a7

Please sign in to comment.