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 21:14:15 +0300
committerJan Kotas <jkotas@microsoft.com>2016-04-15 21:14:15 +0300
commit00741bba40577843eb5dcdc3aa5c24d9160aedc8 (patch)
treedfcbf57b7586b2a2740d080872e1c457f3582a16 /src/ILCompiler.MetadataTransform
parent0ca7f2e21090fb56b8bb3f906e649c7b10ddefa2 (diff)
Update to Microsoft.DiaSymReader with proper netstandard support (#1150)
Diffstat (limited to 'src/ILCompiler.MetadataTransform')
-rw-r--r--src/ILCompiler.MetadataTransform/src/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILCompiler.MetadataTransform/src/project.json b/src/ILCompiler.MetadataTransform/src/project.json
index b81c1f225..83c03aa6f 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": {
- "netstandard1.3": { }
+ "netstandard1.3": {}
}
}