I have reproduced this issue in the following simple scenario
- LibB - project
- ClassB
- LibA - project
- ClassA that references ClassB
Now I want to create a nuget package of LibA
and run:
nuget pack LibA.csproj
This works fine, but when I check the nuget package I can't find a LibB.dll
in the lib folders as I expected. Why not?
I'm using version 2.2 of Nuget.