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>2017-02-14 17:11:49 +0300
committerGitHub <noreply@github.com>2017-02-14 17:11:49 +0300
commit7894f6951b54455b71ac4f083554db394ac3c20e (patch)
treed00924b684873e1cf05f67788d41bafcc681819a /src/ILCompiler.DependencyAnalysisFramework
parent6e731029e03149056edfdb5bbbec3b0b44c60728 (diff)
Upgrade .NET Core NuGet packages to latest versions (#2667)
Diffstat (limited to 'src/ILCompiler.DependencyAnalysisFramework')
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/src/project.json6
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/tests/project.json6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/ILCompiler.DependencyAnalysisFramework/src/project.json b/src/ILCompiler.DependencyAnalysisFramework/src/project.json
index 2b8ab126a..e2b39c402 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/src/project.json
+++ b/src/ILCompiler.DependencyAnalysisFramework/src/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Collections.Immutable": "1.2.0"
+ "NETStandard.Library": "1.6.1",
+ "System.Xml.ReaderWriter": "4.3.0",
+ "System.Collections.Immutable": "1.3.1"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
index fade66f71..bdd50a823 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
+++ b/src/ILCompiler.DependencyAnalysisFramework/tests/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "NETStandard.Library": "1.6.0",
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24522-03",
- "System.Collections.Immutable": "1.2.0",
+ "NETStandard.Library": "1.6.1",
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "System.Collections.Immutable": "1.3.1",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00807-03",
"test-runtime": {
"target": "project",