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:
authorMichal Strehovský <michals@microsoft.com>2016-01-07 22:28:04 +0300
committerMichal Strehovský <michals@microsoft.com>2016-01-07 22:28:04 +0300
commit6ed262147afc70c88d1655735ae870269a8a95f2 (patch)
treea74b16d8202974034dc9973eb133d5ea13497a92 /src/packaging
parent7ff4c3c14eda52ece4a090558caabecb566f8b82 (diff)
Add System.Private.Reflection.Execution to the package
Diffstat (limited to 'src/packaging')
-rw-r--r--src/packaging/packages.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packaging/packages.targets b/src/packaging/packages.targets
index ecbfb69a3..283049751 100644
--- a/src/packaging/packages.targets
+++ b/src/packaging/packages.targets
@@ -71,6 +71,7 @@
<ILCompilerSdkFilesManaged Include="System.Private.Interop" />
<ILCompilerSdkFilesManaged Include="System.Private.Reflection" />
<ILCompilerSdkFilesManaged Include="System.Private.Reflection.Core" />
+ <ILCompilerSdkFilesManaged Include="System.Private.Reflection.Execution" />
<ILCompilerSdkFilesManaged Include="System.Private.Reflection.Metadata" />
<ILCompilerSdkFilesManaged Include="System.Private.StackTraceGenerator" />
<ILCompilerSdkFilesManaged Include="System.Private.Threading" />