Good,
I have a private repository of NuGet's and I'm having some dependency problems between NuGet's.
I have a NuGet that is installed in the test1 project. In this project, I marked NuGet as developmentDependency="true"
. This project generates a NuGet that is used in another project, the test2 project. The problem is that when I run test2 , a message appears saying that it can not load the NuGet that had been installed in the test1 project.
Can someone help me?