What is the best practice in the .NET world to manage transitive dependencies that cause version conflict ?
In details : Project A Depends on Project B which in turn de
There are a lot of similar questions On Stack Overflow. For e.g. Referencing 2 different versions of log4net in the same solution
Summary:
you can get the public key token of C using sn -T C.dll
If v1.0 and v2.0 of C have different public key (though ideally they shouldn't) then include two dependentAssembly tags.