Updating NuGet to beta2-1484

This commit is contained in:
Eric Erhardt 2016-06-13 17:43:10 -05:00
parent 1a9b16a1ad
commit a4cef6d367
6 changed files with 14 additions and 14 deletions

View file

@ -13,7 +13,7 @@
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Xml.XmlSerializer": "4.0.11",
"WindowsAzure.Storage": "6.2.2-preview",
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1480",
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1484",
"Microsoft.DotNet.Cli.Build.Framework": {
"target": "project"
},

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Cli.Build.Framework": {
"target": "project"
},
"NuGet.Versioning": "3.5.0-beta2-1480",
"NuGet.Versioning": "3.5.0-beta2-1484",
"Newtonsoft.Json": "9.0.1-beta1",
"Octokit": "0.18.0",
"Microsoft.Net.Http": "2.2.29"

View file

@ -8,10 +8,10 @@
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"NuGet.Versioning": "3.5.0-beta2-1480",
"NuGet.Packaging": "3.5.0-beta2-1480",
"NuGet.Frameworks": "3.5.0-beta2-1480",
"NuGet.ProjectModel": "3.5.0-beta2-1480"
"NuGet.Versioning": "3.5.0-beta2-1484",
"NuGet.Packaging": "3.5.0-beta2-1484",
"NuGet.Frameworks": "3.5.0-beta2-1484",
"NuGet.ProjectModel": "3.5.0-beta2-1484"
},
"frameworks": {
"net451": {

View file

@ -9,8 +9,8 @@
"target": "project"
},
"Newtonsoft.Json": "9.0.1-beta1",
"NuGet.Packaging": "3.5.0-beta2-1480",
"NuGet.RuntimeModel": "3.5.0-beta2-1480",
"NuGet.Packaging": "3.5.0-beta2-1484",
"NuGet.RuntimeModel": "3.5.0-beta2-1484",
"System.Reflection.Metadata": "1.3.0"
},
"frameworks": {

View file

@ -23,10 +23,10 @@
},
"dependencies": {
"NuGet.Commands": {
"version": "3.5.0-beta2-1480",
"version": "3.5.0-beta2-1484",
"exclude": "compile"
},
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1480",
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1484",
"Newtonsoft.Json": "9.0.1-beta1",
"System.Text.Encoding.CodePages": "4.0.1",
"System.Diagnostics.FileVersionInfo": "4.0.0",

View file

@ -20,10 +20,10 @@
},
"System.Diagnostics.TraceSource": "4.0.0",
"System.Runtime.Serialization.Primitives": "4.1.1",
"NuGet.Versioning": "3.5.0-beta2-1480",
"NuGet.Packaging": "3.5.0-beta2-1480",
"NuGet.Frameworks": "3.5.0-beta2-1480",
"NuGet.ProjectModel": "3.5.0-beta2-1480",
"NuGet.Versioning": "3.5.0-beta2-1484",
"NuGet.Packaging": "3.5.0-beta2-1484",
"NuGet.Frameworks": "3.5.0-beta2-1484",
"NuGet.ProjectModel": "3.5.0-beta2-1484",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},