I have a .net solution that has two class library projects (Say A and B) that I am also publishing to a nuget server.
If I were to add A as a project reference as well as a nuget reference on B, what version of the A.dll should I expect in the bin folder of B when I compile?
Is there a rule which determines what reference gets precedence? What happens if the two dlls have different versions?
P.S - I am building from VS