Forum Discussion
Priyank036
Jan 03, 2022Copper Contributor
Two sub library projects in one solution use same dll but different version
I have a solution with multiple projects. There is a need that I have to refer to a different version of the same assembly in two different projects. When building the projects, one DLL ...
Krisgolko
Jan 05, 2022Brass Contributor
You could try bindingredirect https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/redirect-assembly-versions.
It's not exactly what you're asking, but it allow you can make both Project A and Project B load the same assembly version.
It's not exactly what you're asking, but it allow you can make both Project A and Project B load the same assembly version.