Reference not added for NuGet package
问题 I've a custom NuGet package (My.Resources) containing an assembly and a dependency on another custom NuGet package (My.Base). If I install the package, the installation finishes successfully, but the assembly reference is not added. Here is the full output from a Install-Package command: Attempting to resolve dependency 'My.Base (≥ 1.0.0)'. Installing 'My.Base 1.0.0'. Added file 'My.Base.dll' to folder 'My.Base.1.0.0\lib\net45'. Added file 'My.Base.1.0.0.nupkg' to folder 'My.Base.1.0.0'.