I have a problem with third party libraries.
The main project using one of the third party library has a dependency; old version of NewtonSoft.
I've created a new project using another third party library also required NewtonSoft but newer version. I tested my functions and it works fine.
But once I call it in the main project, I got an errors
"Additional information: Could not load file or assembly 'Newtonsoft.Json, Version=7.0.0.0"
I cannot update the older version in the main project & it might have some conflicts.
How can I use 2 different versions of the same dll in the main project?