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:
authorJan Kotas <jkotas@microsoft.com>2016-02-08 04:32:26 +0300
committerJan Kotas <jkotas@microsoft.com>2016-02-10 07:29:11 +0300
commitffc8df5bc764c3ce34e938abd34943bcf61687fd (patch)
treeaac552bcc175c3926b6f0237c9714fa3d6bc291a /src/ILCompiler.MetadataWriter
parent2c057e7ab0ad2ab1ff476094674a303a082960b9 (diff)
Switch to live CLI build
This reverts commit 374d1f1f2d901b4ef1096fbac2bb3da85e73949e. This reverts commit 81fe8e5d944fdbe2560815f4aead1ab4a447fb5a. This reverts commit 3d2d89e793d1588e1aa7d2273fc880ae208352f5. This reverts commit a1f2ba2cae2dac1d134ae9afd60462cf57dde3c3.
Diffstat (limited to 'src/ILCompiler.MetadataWriter')
-rw-r--r--src/ILCompiler.MetadataWriter/src/project.json19
1 files changed, 3 insertions, 16 deletions
diff --git a/src/ILCompiler.MetadataWriter/src/project.json b/src/ILCompiler.MetadataWriter/src/project.json
index 342d2665a..d6712aadd 100644
--- a/src/ILCompiler.MetadataWriter/src/project.json
+++ b/src/ILCompiler.MetadataWriter/src/project.json
@@ -1,21 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.0.20",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Reflection.Primitives": "4.0.0",
- "System.Diagnostics.Debug": "4.0.0",
- "System.IO": "4.0.10",
- "System.Collections": "4.0.0",
- "System.Text.Encoding": "4.0.0",
- "System.Runtime.InteropServices": "4.0.0",
- "System.Reflection": "4.0.10",
- "System.Runtime.Extensions": "4.0.0",
- "System.Threading": "4.0.0",
- "System.Text.Encoding.Extensions": "4.0.0",
- "System.Reflection.Extensions": "4.0.0",
- "System.Linq": "4.0.0"
+ "NETStandard.Library": "1.0.0-rc2-23704",
},
"frameworks": {
- "dotnet": {}
+ "dnxcore50": {}
}
-} \ No newline at end of file
+}