↧
Answer by Leo Liu for C# Project dependencies without reference
Does anyone knows how to do that?This is default behavior for indirect dependencies. If project P4 doesn't actually contain any code that explicitly uses reference project P3 and nuget package N1,...
View ArticleC# Project dependencies without reference
I have a solution with a multiple projects.Let's say I have projects :P1P2 with a reference to P1P3P4 with a reference to P1 and P3 a dependency to a nugget package N1P2 is my startup project.I would...
View Article