This is very similar to the issue in this question: Local NuGet package dependencies - resolve from official Nuget feed?
I have a local package whose latest update now has a dependency of EnterpriseLibrary.TransientFaultHandling
from NuGet.org. When I attempt to update the package, I get the following error:
Unable to resolve dependency 'EnterpriseLibrary.TransientFaultHandling'. Source(s) used: 'nuget.org', '(My Company)', 'Microsoft and .NET'.
In VS 2013, it updates without any issue. In VS 2015, as a workaround, I have to manually install the dependency and then I can do the update.
Am I missing something or is this just a bug in VS 2015?