From e0567e976f4533849011db663dae9051c2d072a0 Mon Sep 17 00:00:00 2001 From: Rohit Agrawal Date: Fri, 29 Apr 2016 15:04:54 -0700 Subject: [PATCH] Updating NuGet to version 3.5.0-beta-1233 --- scripts/update-dependencies/project.json | 2 +- src/Microsoft.DotNet.Cli.Utils/project.json | 8 ++++---- src/Microsoft.DotNet.ProjectModel/project.json | 4 ++-- src/dotnet/project.json | 4 ++-- test/Microsoft.DotNet.Cli.Utils.Tests/project.json | 8 ++++---- tools/RuntimeGraphGenerator/project.json | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/scripts/update-dependencies/project.json b/scripts/update-dependencies/project.json index ad5c215c5..06a2f2952 100644 --- a/scripts/update-dependencies/project.json +++ b/scripts/update-dependencies/project.json @@ -9,7 +9,7 @@ "Microsoft.CSharp": "4.0.1-rc2-24027", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", - "NuGet.Versioning": "3.5.0-beta-1199", + "NuGet.Versioning": "3.5.0-beta-1233", "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 a130d8974..205329398 100644 --- a/src/Microsoft.DotNet.Cli.Utils/project.json +++ b/src/Microsoft.DotNet.Cli.Utils/project.json @@ -6,10 +6,10 @@ }, "dependencies": { "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "NuGet.Versioning": "3.5.0-beta-1199", - "NuGet.Packaging": "3.5.0-beta-1199", - "NuGet.Frameworks": "3.5.0-beta-1199", - "NuGet.ProjectModel": "3.5.0-beta-1199" + "NuGet.Versioning": "3.5.0-beta-1233", + "NuGet.Packaging": "3.5.0-beta-1233", + "NuGet.Frameworks": "3.5.0-beta-1233", + "NuGet.ProjectModel": "3.5.0-beta-1233" }, "frameworks": { "net451": { diff --git a/src/Microsoft.DotNet.ProjectModel/project.json b/src/Microsoft.DotNet.ProjectModel/project.json index 6976039d6..8daaef304 100644 --- a/src/Microsoft.DotNet.ProjectModel/project.json +++ b/src/Microsoft.DotNet.ProjectModel/project.json @@ -16,8 +16,8 @@ "version": "1.0.0-rc2-20221" }, "Newtonsoft.Json": "7.0.1", - "NuGet.Packaging": "3.5.0-beta-1199", - "NuGet.RuntimeModel": "3.5.0-beta-1199", + "NuGet.Packaging": "3.5.0-beta-1233", + "NuGet.RuntimeModel": "3.5.0-beta-1233", "System.Reflection.Metadata": "1.3.0-rc2-24027" }, "frameworks": { diff --git a/src/dotnet/project.json b/src/dotnet/project.json index 1d7d6ccb8..f6e391151 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -17,10 +17,10 @@ ], "dependencies": { "NuGet.Commands": { - "version": "3.5.0-beta-1199", + "version": "3.5.0-beta-1233", "exclude": "compile" }, - "NuGet.CommandLine.XPlat": "3.5.0-beta-1199", + "NuGet.CommandLine.XPlat": "3.5.0-beta-1233", "Newtonsoft.Json": "7.0.1", "System.Text.Encoding.CodePages": "4.0.1-rc2-24027", "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027", diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json index 57964e10f..f3b7511cb 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json @@ -10,10 +10,10 @@ }, "System.Diagnostics.TraceSource": "4.0.0-rc2-24027", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", - "NuGet.Versioning": "3.5.0-beta-1199", - "NuGet.Packaging": "3.5.0-beta-1199", - "NuGet.Frameworks": "3.5.0-beta-1199", - "NuGet.ProjectModel": "3.5.0-beta-1199", + "NuGet.Versioning": "3.5.0-beta-1233", + "NuGet.Packaging": "3.5.0-beta-1233", + "NuGet.Frameworks": "3.5.0-beta-1233", + "NuGet.ProjectModel": "3.5.0-beta-1233", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/tools/RuntimeGraphGenerator/project.json b/tools/RuntimeGraphGenerator/project.json index 024a16e11..e9968867a 100644 --- a/tools/RuntimeGraphGenerator/project.json +++ b/tools/RuntimeGraphGenerator/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "NuGet.RuntimeModel": "3.5.0-beta-1199", - "NuGet.Versioning": "3.5.0-beta-1199", + "NuGet.RuntimeModel": "3.5.0-beta-1233", + "NuGet.Versioning": "3.5.0-beta-1233", "System.CommandLine": "0.1.0-e160119-1", "System.Runtime.Serialization.Json": "4.0.2-rc2-24027", "Microsoft.DotNet.ProjectModel": "1.0.0-*",