Merge pull request #899 from dotnet/anurse/fix-nuget
Work around NuGet packaging error
This commit is contained in:
commit
f532ce33b4
1 changed files with 8 additions and 1 deletions
|
@ -11,7 +11,14 @@
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NuGet.CommandLine.XPlat": "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",
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23608",
|
||||||
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23608",
|
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23608",
|
||||||
"NETStandard.Library": "1.0.0-rc2-23608",
|
"NETStandard.Library": "1.0.0-rc2-23608",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue