Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Framework/Framework-uapaot.depproj')
-rw-r--r--src/Framework/Framework-uapaot.depproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Framework/Framework-uapaot.depproj b/src/Framework/Framework-uapaot.depproj
index ab8e28d15..47fc83e40 100644
--- a/src/Framework/Framework-uapaot.depproj
+++ b/src/Framework/Framework-uapaot.depproj
@@ -19,10 +19,13 @@
</ItemGroup>
<ItemGroup>
+ <!-- System.Runtime.InteropServices implementation has to be forwarded to System.Private.Interop -->
+ <!-- TODO https://github.com/dotnet/corert/issues/3231 -->
+ <FileToInclude Include="System.Runtime.InteropServices" />
+ <FileToInclude Include="mscorlib" />
+
<!-- Pickup a few selected aot-specific files from uapaot instead -->
<FileToInclude Include="System.Linq.Expressions" />
- <FileToInclude Include="System.Reflection.Primitives" />
- <FileToInclude Include="System.Runtime.InteropServices" />
<FileToInclude Include="System.Text.RegularExpressions" />
<FileToInclude Include="System.Private.Xml" />
<FileToInclude Include="System.Private.Xml.Linq" />