Updating to NuGet 1105
This commit is contained in:
parent
9f23b7adf5
commit
219a0539b0
6 changed files with 14 additions and 14 deletions
|
@ -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-1083",
|
||||
"NuGet.Versioning": "3.5.0-beta-1105",
|
||||
"Newtonsoft.Json": "7.0.1",
|
||||
"Octokit": "0.18.0",
|
||||
"Microsoft.Net.Http": "2.2.29"
|
||||
|
|
|
@ -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-1083",
|
||||
"NuGet.Packaging": "3.5.0-beta-1083",
|
||||
"NuGet.Frameworks": "3.5.0-beta-1083",
|
||||
"NuGet.ProjectModel": "3.5.0-beta-1083"
|
||||
"NuGet.Versioning": "3.5.0-beta-1105",
|
||||
"NuGet.Packaging": "3.5.0-beta-1105",
|
||||
"NuGet.Frameworks": "3.5.0-beta-1105",
|
||||
"NuGet.ProjectModel": "3.5.0-beta-1105"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -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-1083",
|
||||
"NuGet.Packaging": "3.5.0-beta-1105",
|
||||
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
||||
"Microsoft.Extensions.JsonParser.Sources": {
|
||||
"type": "build",
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"NuGet.Commands": {
|
||||
"version": "3.5.0-beta-1083",
|
||||
"version": "3.5.0-beta-1105",
|
||||
"exclude": "compile"
|
||||
},
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-beta-1083",
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-beta-1105",
|
||||
"Newtonsoft.Json": "7.0.1",
|
||||
"System.Text.Encoding.CodePages": "4.0.1-rc2-23931",
|
||||
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23931",
|
||||
|
|
|
@ -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-1083",
|
||||
"NuGet.Packaging": "3.5.0-beta-1083",
|
||||
"NuGet.Frameworks": "3.5.0-beta-1083",
|
||||
"NuGet.ProjectModel": "3.5.0-beta-1083",
|
||||
"NuGet.Versioning": "3.5.0-beta-1105",
|
||||
"NuGet.Packaging": "3.5.0-beta-1105",
|
||||
"NuGet.Frameworks": "3.5.0-beta-1105",
|
||||
"NuGet.ProjectModel": "3.5.0-beta-1105",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NuGet.RuntimeModel": "3.5.0-beta-1083",
|
||||
"NuGet.Versioning": "3.5.0-beta-1083",
|
||||
"NuGet.RuntimeModel": "3.5.0-beta-1105",
|
||||
"NuGet.Versioning": "3.5.0-beta-1105",
|
||||
"System.CommandLine": "0.1.0-e160119-1",
|
||||
"System.Runtime.Serialization.Json": "4.0.2-rc2-23931",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
|
|
Loading…
Add table
Reference in a new issue