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:
Diffstat (limited to 'src/ILCompiler/src/project.json')
-rw-r--r--src/ILCompiler/src/project.json17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/ILCompiler/src/project.json b/src/ILCompiler/src/project.json
index f9a16c881..2eee0ca7c 100644
--- a/src/ILCompiler/src/project.json
+++ b/src/ILCompiler/src/project.json
@@ -1,20 +1,9 @@
{
"dependencies": {
- "NETStandard.Library": "1.5.0-rc2-23911",
- "System.CommandLine": "0.1.0-e160514-1",
- "Microsoft.NETCore.Jit": "1.0.4-beta-24411-03",
- "Microsoft.DotNet.ObjectWriter": "1.0.13-prerelease-00001"
+ "NETStandard.Library": "1.6.0",
+ "System.CommandLine": "0.1.0-e160909-1"
},
"frameworks": {
- "netstandard1.3": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8.2-x64": {}
+ "netstandard1.6": {}
}
}