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-04-15 17:32:23 +0300
committerJan Kotas <jkotas@microsoft.com>2016-04-15 17:32:23 +0300
commit0ca7f2e21090fb56b8bb3f906e649c7b10ddefa2 (patch)
treee129354af09084415fa4b1c57d6f4ef755f5992f /src/ILCompiler.MetadataTransform
parent4f88563ac49c4b15516a5817d7bab070a01085e3 (diff)
Update ILCompiler to netstandard1.3 (#1148)
Diffstat (limited to 'src/ILCompiler.MetadataTransform')
-rw-r--r--src/ILCompiler.MetadataTransform/src/project.json2
-rw-r--r--src/ILCompiler.MetadataTransform/tests/project.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ILCompiler.MetadataTransform/src/project.json b/src/ILCompiler.MetadataTransform/src/project.json
index 36e59d396..b81c1f225 100644
--- a/src/ILCompiler.MetadataTransform/src/project.json
+++ b/src/ILCompiler.MetadataTransform/src/project.json
@@ -4,6 +4,6 @@
"System.Reflection.Metadata": "1.3.0-rc2-23911"
},
"frameworks": {
- "dnxcore50": {}
+ "netstandard1.3": { }
}
}
diff --git a/src/ILCompiler.MetadataTransform/tests/project.json b/src/ILCompiler.MetadataTransform/tests/project.json
index b0ce69a23..207f57c14 100644
--- a/src/ILCompiler.MetadataTransform/tests/project.json
+++ b/src/ILCompiler.MetadataTransform/tests/project.json
@@ -5,8 +5,8 @@
"xunit": "2.1.0"
},
"frameworks": {
- "dnxcore50": {
- "imports": "portable-net451+win8"
+ "netstandard1.3": {
+ "imports": "portable-net451+win8"
}
}
}