summaryrefslogtreecommitdiff
path: root/init-tools.msbuild
diff options
context:
space:
mode:
authorEugene Rozenfeld <erozen@microsoft.com>2018-01-25 17:45:10 -0800
committerGitHub <noreply@github.com>2018-01-25 17:45:10 -0800
commitb7398b0d827248e1eacce251a764feb8bd11d198 (patch)
treeb4eb7ec163791bcda087088770748ead9a3e08fd /init-tools.msbuild
parent9639f454de21775ab1031471c2acb64738b77c95 (diff)
downloadcoreclr-b7398b0d827248e1eacce251a764feb8bd11d198.tar.gz
coreclr-b7398b0d827248e1eacce251a764feb8bd11d198.tar.bz2
coreclr-b7398b0d827248e1eacce251a764feb8bd11d198.zip
Compute System.Private.CoreLib roots required by the runtime. (#15525)
Embed the result as a System.Private.CoreLib.dll xml resource for consumption by ILLink. Update mscorlib.h to make several dependencies explicit. The actual msbuild task lives in the linker repo: https://github.com/mono/linker/blob/master/corebuild/integration/ILLink.Tasks/CreateRuntimeRootDescriptorFile.cs
Diffstat (limited to 'init-tools.msbuild')
-rw-r--r--init-tools.msbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/init-tools.msbuild b/init-tools.msbuild
index 3bc1f3c8b7..5ac3d71f95 100644
--- a/init-tools.msbuild
+++ b/init-tools.msbuild
@@ -17,5 +17,8 @@
<PackageReference Include="$(FeedTasksPackage)">
<Version>$(FeedTasksPackageVersion)</Version>
</PackageReference>
+ <PackageReference Include="$(ILLinkTasksPackage)">
+ <Version>$(ILLinkTasksPackageVersion)</Version>
+ </PackageReference>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>