Update NuGet to 3.5.0-beta-1130

This commit is contained in:
Eric Erhardt 2016-04-05 09:19:31 -05:00
parent f6fa1cf060
commit ed82fd2e66
6 changed files with 14 additions and 14 deletions

View file

@ -9,7 +9,7 @@
"Microsoft.CSharp": "4.0.1-rc2-23931",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
"NuGet.Versioning": "3.5.0-beta-1123",
"NuGet.Versioning": "3.5.0-beta-1130",
"Newtonsoft.Json": "7.0.1",
"Octokit": "0.18.0",
"Microsoft.Net.Http": "2.2.29"

View file

@ -7,10 +7,10 @@
"dependencies": {
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100",
"NuGet.Versioning": "3.5.0-beta-1123",
"NuGet.Packaging": "3.5.0-beta-1123",
"NuGet.Frameworks": "3.5.0-beta-1123",
"NuGet.ProjectModel": "3.5.0-beta-1123"
"NuGet.Versioning": "3.5.0-beta-1130",
"NuGet.Packaging": "3.5.0-beta-1130",
"NuGet.Frameworks": "3.5.0-beta-1130",
"NuGet.ProjectModel": "3.5.0-beta-1130"
},
"frameworks": {
"net451": {

View file

@ -6,7 +6,7 @@
"description": "Types to model a .NET Project",
"dependencies": {
"System.Reflection.Metadata": "1.3.0-rc2-23931",
"NuGet.Packaging": "3.5.0-beta-1123",
"NuGet.Packaging": "3.5.0-beta-1130",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
"Microsoft.Extensions.JsonParser.Sources": {
"type": "build",

View file

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

View file

@ -6,10 +6,10 @@
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-23931",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
"NuGet.Versioning": "3.5.0-beta-1123",
"NuGet.Packaging": "3.5.0-beta-1123",
"NuGet.Frameworks": "3.5.0-beta-1123",
"NuGet.ProjectModel": "3.5.0-beta-1123",
"NuGet.Versioning": "3.5.0-beta-1130",
"NuGet.Packaging": "3.5.0-beta-1130",
"NuGet.Frameworks": "3.5.0-beta-1130",
"NuGet.ProjectModel": "3.5.0-beta-1130",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},

View file

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