Merge pull request #4170 from dotnet/ragrawal/pack3
update nuget and sdk to include msbuild pack target
This commit is contained in:
commit
4e67459f0c
7 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Sdk": "1.0.0-alpha-20160909-2",
|
||||
"Microsoft.NETCore.Sdk": "1.0.0-alpha-20160913-1",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"System.Xml.XmlSerializer": "4.0.11",
|
||||
"WindowsAzure.Storage": "6.2.2-preview",
|
||||
"NuGet.CommandLine.XPlat": "3.6.0-beta.1.msbuild.4",
|
||||
"NuGet.CommandLine.XPlat": "3.6.0-beta.1.msbuild.7",
|
||||
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00034-160909",
|
||||
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933"
|
||||
},
|
||||
|
@ -44,4 +44,4 @@
|
|||
"fedora.23-x64": {},
|
||||
"opensuse.13.2-x64": {}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,10 +9,10 @@
|
|||
"target": "project"
|
||||
},
|
||||
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933",
|
||||
"NuGet.Versioning": "3.6.0-beta.1.msbuild.4",
|
||||
"NuGet.Packaging": "3.6.0-beta.1.msbuild.4",
|
||||
"NuGet.Frameworks": "3.6.0-beta.1.msbuild.4",
|
||||
"NuGet.ProjectModel": "3.6.0-beta.1.msbuild.4"
|
||||
"NuGet.Versioning": "3.6.0-beta.1.msbuild.7",
|
||||
"NuGet.Packaging": "3.6.0-beta.1.msbuild.7",
|
||||
"NuGet.Frameworks": "3.6.0-beta.1.msbuild.7",
|
||||
"NuGet.ProjectModel": "3.6.0-beta.1.msbuild.7"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
"Microsoft.Extensions.DependencyModel": "1.0.1-beta-000933",
|
||||
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"NuGet.Configuration": "3.6.0-beta.1.msbuild.4",
|
||||
"NuGet.Packaging": "3.6.0-beta.1.msbuild.4",
|
||||
"NuGet.RuntimeModel": "3.6.0-beta.1.msbuild.4",
|
||||
"NuGet.Configuration": "3.6.0-beta.1.msbuild.7",
|
||||
"NuGet.Packaging": "3.6.0-beta.1.msbuild.7",
|
||||
"NuGet.RuntimeModel": "3.6.0-beta.1.msbuild.7",
|
||||
"System.Reflection.Metadata": "1.4.1-beta-24410-02"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Sdk": "1.0.0-alpha-20160909-2",
|
||||
"Microsoft.NETCore.Sdk": "1.0.0-alpha-20160913-1",
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.1"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"Microsoft.Build.Targets": "0.1.0-preview-00034-160909",
|
||||
"Microsoft.Build": "0.1.0-preview-00034-160909",
|
||||
"System.Runtime.Serialization.Xml": "4.1.0",
|
||||
"NuGet.Build.Tasks": "3.6.0-beta.1.msbuild.4"
|
||||
"NuGet.Build.Tasks": "3.6.0-beta.1.msbuild.7"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"type": "platform",
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"NuGet.CommandLine.XPlat": "3.6.0-beta.1.msbuild.4"
|
||||
"NuGet.CommandLine.XPlat": "3.6.0-beta.1.msbuild.7"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
Loading…
Reference in a new issue