Update NuGet to 3.5.0-beta2-1480

This commit is contained in:
Eric Erhardt 2016-06-11 12:21:15 -05:00
parent 8e83ccb659
commit c1c7ca06c2
6 changed files with 14 additions and 14 deletions

View file

@ -13,7 +13,7 @@
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24210-10",
"System.Xml.XmlSerializer": "4.0.11-rc3-24210-10",
"WindowsAzure.Storage": "6.2.2-preview",
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1451",
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1480",
"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-1451",
"NuGet.Versioning": "3.5.0-beta2-1480",
"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-1451",
"NuGet.Packaging": "3.5.0-beta2-1451",
"NuGet.Frameworks": "3.5.0-beta2-1451",
"NuGet.ProjectModel": "3.5.0-beta2-1451"
"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"
},
"frameworks": {
"net451": {

View file

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

View file

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

View file

@ -20,10 +20,10 @@
},
"System.Diagnostics.TraceSource": "4.0.0-rc3-24210-10",
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24210-10",
"NuGet.Versioning": "3.5.0-beta2-1451",
"NuGet.Packaging": "3.5.0-beta2-1451",
"NuGet.Frameworks": "3.5.0-beta2-1451",
"NuGet.ProjectModel": "3.5.0-beta2-1451",
"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",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},