I have the following setup
Proj AProj BProj C
In Proj D, I added the project reference of Proj A, B and C. And I am packaging the Proj D as nuget. I have already followed the solution here https://github.com/nuget/home/issues/3891#issuecomment-377319939
When I check the nuget package generated, I can see the dlls of Proj A, B and C present in the lib folder. But when I try to add that nuget to my project, it tries to find the nugets of Proj A, B and C from all my feeds and fails.
I am new to this area so not able to figure out what is happening here. Need some help to understand this scenario.