Updating NuGet to version 3.5.0-beta-1233

This commit is contained in:
Rohit Agrawal 2016-04-29 15:04:54 -07:00
parent 3310e5f2f9
commit e0567e976f
6 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@
"Microsoft.CSharp": "4.0.1-rc2-24027", "Microsoft.CSharp": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", "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", "Newtonsoft.Json": "7.0.1",
"Octokit": "0.18.0", "Octokit": "0.18.0",
"Microsoft.Net.Http": "2.2.29" "Microsoft.Net.Http": "2.2.29"

View file

@ -6,10 +6,10 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"NuGet.Versioning": "3.5.0-beta-1199", "NuGet.Versioning": "3.5.0-beta-1233",
"NuGet.Packaging": "3.5.0-beta-1199", "NuGet.Packaging": "3.5.0-beta-1233",
"NuGet.Frameworks": "3.5.0-beta-1199", "NuGet.Frameworks": "3.5.0-beta-1233",
"NuGet.ProjectModel": "3.5.0-beta-1199" "NuGet.ProjectModel": "3.5.0-beta-1233"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {

View file

@ -16,8 +16,8 @@
"version": "1.0.0-rc2-20221" "version": "1.0.0-rc2-20221"
}, },
"Newtonsoft.Json": "7.0.1", "Newtonsoft.Json": "7.0.1",
"NuGet.Packaging": "3.5.0-beta-1199", "NuGet.Packaging": "3.5.0-beta-1233",
"NuGet.RuntimeModel": "3.5.0-beta-1199", "NuGet.RuntimeModel": "3.5.0-beta-1233",
"System.Reflection.Metadata": "1.3.0-rc2-24027" "System.Reflection.Metadata": "1.3.0-rc2-24027"
}, },
"frameworks": { "frameworks": {

View file

@ -17,10 +17,10 @@
], ],
"dependencies": { "dependencies": {
"NuGet.Commands": { "NuGet.Commands": {
"version": "3.5.0-beta-1199", "version": "3.5.0-beta-1233",
"exclude": "compile" "exclude": "compile"
}, },
"NuGet.CommandLine.XPlat": "3.5.0-beta-1199", "NuGet.CommandLine.XPlat": "3.5.0-beta-1233",
"Newtonsoft.Json": "7.0.1", "Newtonsoft.Json": "7.0.1",
"System.Text.Encoding.CodePages": "4.0.1-rc2-24027", "System.Text.Encoding.CodePages": "4.0.1-rc2-24027",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027", "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027",

View file

@ -10,10 +10,10 @@
}, },
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027", "System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"NuGet.Versioning": "3.5.0-beta-1199", "NuGet.Versioning": "3.5.0-beta-1233",
"NuGet.Packaging": "3.5.0-beta-1199", "NuGet.Packaging": "3.5.0-beta-1233",
"NuGet.Frameworks": "3.5.0-beta-1199", "NuGet.Frameworks": "3.5.0-beta-1233",
"NuGet.ProjectModel": "3.5.0-beta-1199", "NuGet.ProjectModel": "3.5.0-beta-1233",
"Microsoft.DotNet.ProjectModel": { "Microsoft.DotNet.ProjectModel": {
"target": "project" "target": "project"
}, },

View file

@ -4,8 +4,8 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NuGet.RuntimeModel": "3.5.0-beta-1199", "NuGet.RuntimeModel": "3.5.0-beta-1233",
"NuGet.Versioning": "3.5.0-beta-1199", "NuGet.Versioning": "3.5.0-beta-1233",
"System.CommandLine": "0.1.0-e160119-1", "System.CommandLine": "0.1.0-e160119-1",
"System.Runtime.Serialization.Json": "4.0.2-rc2-24027", "System.Runtime.Serialization.Json": "4.0.2-rc2-24027",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",