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-05 21:21:54 +0300
committerJan Kotas <jkotas@microsoft.com>2016-04-12 18:39:03 +0300
commitba5465eec1a78decb25ceb2d244b2c3b7dba0886 (patch)
treeeb09d04477e6298814692818e9db980873cfb46b /src/ILCompiler.MetadataTransform
parentade3e32d67f48545c9d816e6c755fd9a412f1ff1 (diff)
Update nuget package versions
Diffstat (limited to 'src/ILCompiler.MetadataTransform')
-rw-r--r--src/ILCompiler.MetadataTransform/src/project.json4
-rw-r--r--src/ILCompiler.MetadataTransform/tests/project.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ILCompiler.MetadataTransform/src/project.json b/src/ILCompiler.MetadataTransform/src/project.json
index fcb95cd90..36e59d396 100644
--- a/src/ILCompiler.MetadataTransform/src/project.json
+++ b/src/ILCompiler.MetadataTransform/src/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "NETStandard.Library": "1.0.0-rc2-23910",
- "System.Reflection.Metadata": "1.3.0-rc2-23910"
+ "NETStandard.Library": "1.5.0-rc2-23911",
+ "System.Reflection.Metadata": "1.3.0-rc2-23911"
},
"frameworks": {
"dnxcore50": {}
diff --git a/src/ILCompiler.MetadataTransform/tests/project.json b/src/ILCompiler.MetadataTransform/tests/project.json
index 098c0210f..b0ce69a23 100644
--- a/src/ILCompiler.MetadataTransform/tests/project.json
+++ b/src/ILCompiler.MetadataTransform/tests/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "NETStandard.Library": "1.0.0-rc2-23910",
- "System.Reflection.Metadata": "1.3.0-rc2-23910",
+ "NETStandard.Library": "1.5.0-rc2-23911",
+ "System.Reflection.Metadata": "1.3.0-rc2-23911",
"xunit": "2.1.0"
},
"frameworks": {