NuGet restore fails with "Package contains multiple nuspec files" on my machine only -
i using vs2015u3 , nuget 3.4.4. running on windows 10 anniversary update. nuget restore gives error when run in visual studio or when run on command line.
i've tested on 2 independent solution files same results. build server , laptop restore packages without problem.
i've tried downloading nuget.exe fresh, repairing visual studio, uninstalling , reinstalling nuget package manager , clearing nuget cache.
here output running nuget restore ..\mysolution.sln on command line:
restoring nuget package restsharp.102.7.0. restoring nuget package rx-core.2.2.5. restoring nuget package rx-interfaces.2.2.5. restoring nuget package newtonsoft.json.4.0.8. restoring nuget package rx-linq.2.2.5. restoring nuget package rx-main.2.2.5. restoring nuget package rx-platformservices.2.2.5. restoring nuget package rx-wpf.2.2.5. restoring nuget package rx-xaml.2.2.5. restoring nuget package livecharts.0.6.5. restoring nuget package commandlineparser.1.9.71. warning: package contains multiple nuspec files.
errors in packages.config projects package contains multiple nuspec files.
nuget config files used: c:\users\rob\appdata\roaming\nuget\nuget.config c:\programdata\nuget\config\microsoft.visualstudio.offline.config
feeds used: c:\users\rob\appdata\local\nuget\cache c:\users\rob.nuget\packages\ https://api.nuget.org/v3/index.json c:\program files (x86)\microsoft sdks\nugetpackages\
running "nuget.exe locals -clear" fixed this
Comments
Post a Comment