'Nuget.exe spec A.csproj
' will create a very thin NuSpec file which won't have any dependencies. For our process use a powershell script to add the Project References and other dependencies from the project's packages.config
to the
node in B.nuspec
.
'Nuget.exe pack A.nuspec
' will then be correct.