work around NuGet packaging error

This commit is contained in:
Andrew Stanton-Nurse 2016-01-19 14:49:14 -08:00
parent 1579f0a809
commit bce4aacb13

View file

@ -11,8 +11,14 @@
"emitEntryPoint": true
},
"dependencies": {
"NuGet.CommandLine.XPlat": "3.4.0-*",
"NuGet.Common": "3.4.0-*",
"NuGet.CommandLine.XPlat": "3.4.0-beta-*",
"NuGet.Common": "3.4.0-beta-*",
"NuGet.Frameworks": "3.4.0-beta-*",
"NuGet.Logging": "3.4.0-beta-*",
"NuGet.Packaging": "3.4.0-beta-*",
"NuGet.Packaging.Core": "3.4.0-beta-*",
"NuGet.Packaging.Core.Types": "3.4.0-beta-*",
"NuGet.Versioning": "3.4.0-beta-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23608",
"NETStandard.Library": "1.0.0-rc2-23608",
"System.Linq": "4.0.1-beta-23504",