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-09-09 19:24:17 +0300
committerJan Kotas <jkotas@microsoft.com>2016-09-20 06:16:31 +0300
commit1a7e4e0ee16c02aa149b0db7884e3ff211b8abd4 (patch)
tree207d146952d5052e6529054327da8db417e4976b /src/ILCompiler.MetadataTransform
parentdf8a73cade72e7972662da657208f25269a0758b (diff)
Update CLI
Diffstat (limited to 'src/ILCompiler.MetadataTransform')
-rw-r--r--src/ILCompiler.MetadataTransform/src/project.json4
-rw-r--r--src/ILCompiler.MetadataTransform/tests/project.json9
2 files changed, 8 insertions, 5 deletions
diff --git a/src/ILCompiler.MetadataTransform/src/project.json b/src/ILCompiler.MetadataTransform/src/project.json
index 0cb1973fa..721bce5b4 100644
--- a/src/ILCompiler.MetadataTransform/src/project.json
+++ b/src/ILCompiler.MetadataTransform/src/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "NETStandard.Library": "1.5.0-rc2-23911",
- "System.Reflection.Metadata": "1.3.0-rc3-24102-00"
+ "NETStandard.Library": "1.6.0",
+ "System.Reflection.Metadata": "1.4.1-beta-24227-04"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/ILCompiler.MetadataTransform/tests/project.json b/src/ILCompiler.MetadataTransform/tests/project.json
index b46e3b8c1..645afdaaf 100644
--- a/src/ILCompiler.MetadataTransform/tests/project.json
+++ b/src/ILCompiler.MetadataTransform/tests/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "NETStandard.Library": "1.5.0-rc2-23911",
- "System.Reflection.Metadata": "1.3.0-rc3-24102-00",
+ "NETStandard.Library": "1.6.0",
+ "System.Reflection.Metadata": "1.4.1-beta-24227-04",
"xunit": "2.1.0",
"test-runtime": {
"target": "project",
@@ -10,7 +10,10 @@
},
"frameworks": {
"dnxcore50": {
- "imports": "portable-net451+win8"
+ "imports": [
+ "netstandard1.6",
+ "portable-net45+win8"
+ ]
}
},
"runtimes": {