From ed82fd2e660e6a8e8bf904a4bb9f2875a7301395 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 5 Apr 2016 09:19:31 -0500 Subject: [PATCH] Update NuGet to 3.5.0-beta-1130 --- scripts/update-dependencies/project.json | 2 +- src/Microsoft.DotNet.Cli.Utils/project.json | 8 ++++---- src/Microsoft.DotNet.ProjectModel/project.json | 2 +- src/dotnet/project.json | 4 ++-- test/Microsoft.DotNet.Cli.Utils.Tests/project.json | 8 ++++---- tools/RuntimeGraphGenerator/project.json | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/scripts/update-dependencies/project.json b/scripts/update-dependencies/project.json index 1a2b48caf..63e87a442 100644 --- a/scripts/update-dependencies/project.json +++ b/scripts/update-dependencies/project.json @@ -9,7 +9,7 @@ "Microsoft.CSharp": "4.0.1-rc2-23931", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", - "NuGet.Versioning": "3.5.0-beta-1123", + "NuGet.Versioning": "3.5.0-beta-1130", "Newtonsoft.Json": "7.0.1", "Octokit": "0.18.0", "Microsoft.Net.Http": "2.2.29" diff --git a/src/Microsoft.DotNet.Cli.Utils/project.json b/src/Microsoft.DotNet.Cli.Utils/project.json index 6519d4aa7..07a1fd577 100644 --- a/src/Microsoft.DotNet.Cli.Utils/project.json +++ b/src/Microsoft.DotNet.Cli.Utils/project.json @@ -7,10 +7,10 @@ "dependencies": { "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100", - "NuGet.Versioning": "3.5.0-beta-1123", - "NuGet.Packaging": "3.5.0-beta-1123", - "NuGet.Frameworks": "3.5.0-beta-1123", - "NuGet.ProjectModel": "3.5.0-beta-1123" + "NuGet.Versioning": "3.5.0-beta-1130", + "NuGet.Packaging": "3.5.0-beta-1130", + "NuGet.Frameworks": "3.5.0-beta-1130", + "NuGet.ProjectModel": "3.5.0-beta-1130" }, "frameworks": { "net451": { diff --git a/src/Microsoft.DotNet.ProjectModel/project.json b/src/Microsoft.DotNet.ProjectModel/project.json index bb4601866..ade6d127c 100644 --- a/src/Microsoft.DotNet.ProjectModel/project.json +++ b/src/Microsoft.DotNet.ProjectModel/project.json @@ -6,7 +6,7 @@ "description": "Types to model a .NET Project", "dependencies": { "System.Reflection.Metadata": "1.3.0-rc2-23931", - "NuGet.Packaging": "3.5.0-beta-1123", + "NuGet.Packaging": "3.5.0-beta-1130", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996", "Microsoft.Extensions.JsonParser.Sources": { "type": "build", diff --git a/src/dotnet/project.json b/src/dotnet/project.json index b09efdd7b..3878fe1ba 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -17,10 +17,10 @@ ], "dependencies": { "NuGet.Commands": { - "version": "3.5.0-beta-1123", + "version": "3.5.0-beta-1130", "exclude": "compile" }, - "NuGet.CommandLine.XPlat": "3.5.0-beta-1123", + "NuGet.CommandLine.XPlat": "3.5.0-beta-1130", "Newtonsoft.Json": "7.0.1", "System.Text.Encoding.CodePages": "4.0.1-rc2-23931", "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23931", diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json index bd59f0d4b..f2613b8aa 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json @@ -6,10 +6,10 @@ "dependencies": { "Microsoft.NETCore.App": "1.0.0-rc2-23931", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", - "NuGet.Versioning": "3.5.0-beta-1123", - "NuGet.Packaging": "3.5.0-beta-1123", - "NuGet.Frameworks": "3.5.0-beta-1123", - "NuGet.ProjectModel": "3.5.0-beta-1123", + "NuGet.Versioning": "3.5.0-beta-1130", + "NuGet.Packaging": "3.5.0-beta-1130", + "NuGet.Frameworks": "3.5.0-beta-1130", + "NuGet.ProjectModel": "3.5.0-beta-1130", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/tools/RuntimeGraphGenerator/project.json b/tools/RuntimeGraphGenerator/project.json index 78776f9a8..24ce6bd02 100644 --- a/tools/RuntimeGraphGenerator/project.json +++ b/tools/RuntimeGraphGenerator/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "NuGet.RuntimeModel": "3.5.0-beta-1123", - "NuGet.Versioning": "3.5.0-beta-1123", + "NuGet.RuntimeModel": "3.5.0-beta-1130", + "NuGet.Versioning": "3.5.0-beta-1130", "System.CommandLine": "0.1.0-e160119-1", "System.Runtime.Serialization.Json": "4.0.2-rc2-23931", "Microsoft.DotNet.ProjectModel": "1.0.0-*",