Could not load the file or assembly 'XXX' or one of its dependencies

0

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?

    
asked by anonymous 29.01.2018 / 12:37

0 answers