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:
authorschellap <schellap@microsoft.com>2015-11-23 11:07:19 +0300
committerschellap <schellap@microsoft.com>2015-11-24 01:18:58 +0300
commitfeb6d5e3e6998ce41c91105a99aaad9c63fbaa0e (patch)
tree3c0401d09a6ed52279c08a892a27795678b85783 /src/ILCompiler
parentfeac475be9a3ddb87cdf2f13424cc472d0863ea3 (diff)
Binplace JIT/ObjWriter next to ILC in Development Package
Diffstat (limited to 'src/ILCompiler')
-rw-r--r--src/ILCompiler/src/project.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ILCompiler/src/project.json b/src/ILCompiler/src/project.json
index f9ec2ebe0..50e502d44 100644
--- a/src/ILCompiler/src/project.json
+++ b/src/ILCompiler/src/project.json
@@ -18,11 +18,13 @@
"System.AppContext": "4.0.0",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.0.22",
- "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23409"
+ "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23409",
+ "Microsoft.DotNet.RyuJit": "1.0.0-prerelease",
+ "Microsoft.DotNet.ObjectWriter": "1.0.2-prerelease",
},
"frameworks": {
"dotnet": {
"imports": "portable-net452"
}
}
-} \ No newline at end of file
+}