Merge pull request #3455 from eerhardt/NewNuGet

Update NuGet Version to 3.5.0-beta2-1451
This commit is contained in:
Eric Erhardt 2016-06-09 10:54:36 -05:00
commit 66f1a07c08
6 changed files with 14 additions and 14 deletions

View file

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

View file

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

View file

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

View file

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