1. Create two packages: A depends on B. A is a project-level package and B is a solution-level package.<br />2. Install A into a compatible project. <br /><br />[Expected]<br />A is added to the project's packages.config file.<br />B is added to the solution's packages.config file. <br /><br />[Actual]<br />A is added to the project's packages.config file.<br />But B is *not* added to the solution's packages.config file.
Comments: Fixed. Changeset http://nuget.codeplex.com/SourceControl/changeset/ad991a6e7819
Comments: Fixed. Changeset http://nuget.codeplex.com/SourceControl/changeset/ad991a6e7819