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:01:46 +0300
commit1aa4bc9716ff0962e29a436aa96b14aaadbda0ff (patch)
treefc26c1147e8ac8e169d9c35f1557e8e10ed4992f /src/ILCompiler.DependencyAnalysisFramework
parent1f4ab42c5165fb1114315619697d99e781e42dc2 (diff)
Update nuget package versions
Diffstat (limited to 'src/ILCompiler.DependencyAnalysisFramework')
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/src/project.json4
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/tests/project.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ILCompiler.DependencyAnalysisFramework/src/project.json b/src/ILCompiler.DependencyAnalysisFramework/src/project.json
index adf0b3d14..e2725952a 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/src/project.json
+++ b/src/ILCompiler.DependencyAnalysisFramework/src/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "NETStandard.Library": "1.0.0-rc2-23910",
- "System.Collections.Immutable": "1.2.0.0-rc2-23910"
+ "NETStandard.Library": "1.5.0-rc2-23911",
+ "System.Collections.Immutable": "1.2.0-rc2-23911"
},
"frameworks": {
"dnxcore50": {}
diff --git a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
index 04b087d6c..68da6e1a9 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
+++ b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "NETStandard.Library": "1.0.0-rc2-23910",
- "System.Collections.Immutable": "1.2.0.0-rc2-23910",
+ "NETStandard.Library": "1.5.0-rc2-23911",
+ "System.Collections.Immutable": "1.2.0-rc2-23911",
"xunit": "2.1.0"
},
"frameworks": {