Question Title is probably too complicated.
I will explain. I have in my project Referred Mailchimp.Net which requires System.Net.Http (4.1.1) Version. This works well.
But now I need to add another third party dll which unfortunately depends on 4.0.0 version of System.Net.Http and if i add it, it doesnt work, because well it searches for 4.0.0 which doesn't exist as I have higher version referenced.
However If I refer lower version then Mail chimp won't work.
This is weird but is there a good solution to this?