From 6cde21225e18fc48eeab3f4345ece3e6bb122e53 Mon Sep 17 00:00:00 2001 From: Rob Relyea Date: Wed, 11 May 2016 22:15:10 -0700 Subject: [PATCH] Update NuGet.* dependencies of CLI to use 3.5.0-beta-final (#3005) --- 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 4d810e3a85..0d45e180d7 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", + "NuGet.Versioning": "3.5.0-beta-final", "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 b8df849242..cc3b585aab 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": { "target": "project" }, - "NuGet.Versioning": "3.5.0-beta", - "NuGet.Packaging": "3.5.0-beta", - "NuGet.Frameworks": "3.5.0-beta", - "NuGet.ProjectModel": "3.5.0-beta" + "NuGet.Versioning": "3.5.0-beta-final", + "NuGet.Packaging": "3.5.0-beta-final", + "NuGet.Frameworks": "3.5.0-beta-final", + "NuGet.ProjectModel": "3.5.0-beta-final" }, "frameworks": { "net451": { diff --git a/src/Microsoft.DotNet.ProjectModel/project.json b/src/Microsoft.DotNet.ProjectModel/project.json index c29823a4be..7bff0d87f1 100644 --- a/src/Microsoft.DotNet.ProjectModel/project.json +++ b/src/Microsoft.DotNet.ProjectModel/project.json @@ -7,8 +7,8 @@ "dependencies": { "Microsoft.Extensions.DependencyModel": { "target": "project" }, "Newtonsoft.Json": "7.0.1", - "NuGet.Packaging": "3.5.0-beta", - "NuGet.RuntimeModel": "3.5.0-beta", + "NuGet.Packaging": "3.5.0-beta-final", + "NuGet.RuntimeModel": "3.5.0-beta-final", "System.Reflection.Metadata": "1.3.0-rc2-24027" }, "frameworks": { diff --git a/src/dotnet/project.json b/src/dotnet/project.json index c6fb06b0db..5f687739aa 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -17,10 +17,10 @@ ], "dependencies": { "NuGet.Commands": { - "version": "3.5.0-beta", + "version": "3.5.0-beta-final", "exclude": "compile" }, - "NuGet.CommandLine.XPlat": "3.5.0-beta", + "NuGet.CommandLine.XPlat": "3.5.0-beta-final", "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 43642f2c6e..31d3d7506d 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json @@ -11,10 +11,10 @@ }, "System.Diagnostics.TraceSource": "4.0.0-rc2-24027", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", - "NuGet.Versioning": "3.5.0-beta", - "NuGet.Packaging": "3.5.0-beta", - "NuGet.Frameworks": "3.5.0-beta", - "NuGet.ProjectModel": "3.5.0-beta", + "NuGet.Versioning": "3.5.0-beta-final", + "NuGet.Packaging": "3.5.0-beta-final", + "NuGet.Frameworks": "3.5.0-beta-final", + "NuGet.ProjectModel": "3.5.0-beta-final", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/tools/RuntimeGraphGenerator/project.json b/tools/RuntimeGraphGenerator/project.json index 002b265cec..932c5872be 100644 --- a/tools/RuntimeGraphGenerator/project.json +++ b/tools/RuntimeGraphGenerator/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "NuGet.RuntimeModel": "3.5.0-beta", - "NuGet.Versioning": "3.5.0-beta", + "NuGet.RuntimeModel": "3.5.0-beta-final", + "NuGet.Versioning": "3.5.0-beta-final", "System.CommandLine": "0.1.0-e160119-1", "System.Runtime.Serialization.Json": "4.0.2-rc2-24027", "Microsoft.DotNet.ProjectModel": { "target": "project" },