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
path: root/src
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-08-09 21:18:41 +0300
committerGitHub <noreply@github.com>2018-08-09 21:18:41 +0300
commit49308757c85fe31cef47425a30ece4664a3bf7ba (patch)
tree5a9fdefe05774fbc9e58f326684592b48b8e8948 /src
parent23201e12defae74bfca95818e8930a731186cd44 (diff)
Update CoreFX dependencies (#6195)
* Update CoreFX dependencies * Exclude WinRT interop
Diffstat (limited to 'src')
-rw-r--r--src/Framework/Framework.depproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Framework/Framework.depproj b/src/Framework/Framework.depproj
index 395b213e6..d72b2e1a0 100644
--- a/src/Framework/Framework.depproj
+++ b/src/Framework/Framework.depproj
@@ -46,6 +46,11 @@
<FileToExclude Include="System.Data.Common" />
<FileToExclude Include="System.Diagnostics.StackTrace" />
+ <!-- TODO: WinRT -->
+ <FileToExclude Include="System.Runtime.InteropServices.WindowsRuntime" />
+ <FileToExclude Include="System.Runtime.WindowsRuntime" />
+ <FileToExclude Include="System.Runtime.WindowsRuntime.UI.Xaml" />
+
<!-- TODO: https://github.com/dotnet/corert/issues/5496 -->
<!-- <FileToExclude Include="clrcompression" /> -->
</ItemGroup>