Related to http://nuget.codeplex.com/workitem/675
Duped by http://nuget.codeplex.com/workitem/1058
I have a solution with two Class Library projects, each with NuSpec files in there: Project B -> Project A
I want to turn them both into packages.
When I run nuget pack ProjectB.csproj, ideally it would recognize that ProjectB has a project reference to ProjectA which has its own nuspec file and would automatically add a <dependency id="ProjectB" version="{ProjectBVersion}" />.
Right now, I have to manually put the dependency node in ProjectB and remember to keep it in sync with the ProjectA assembly version.
Duped by http://nuget.codeplex.com/workitem/1058
I have a solution with two Class Library projects, each with NuSpec files in there: Project B -> Project A
I want to turn them both into packages.
When I run nuget pack ProjectB.csproj, ideally it would recognize that ProjectB has a project reference to ProjectA which has its own nuspec file and would automatically add a <dependency id="ProjectB" version="{ProjectBVersion}" />.
Right now, I have to manually put the dependency node in ProjectB and remember to keep it in sync with the ProjectA assembly version.