Hi there,
I have a custom Dynamicweb application that uses an external component. That component relies on Newtonsoft.Json version 7.x while Dynamicweb ships with version 6. This causes some issues when recompiling and/or upgrading the application as the version of that assembly is downgraded.
Would it be possible to upgrade Dynamicweb's external references like this one from time to time so it ships with recent versions? I can see some potential issues with that, so it may not be feasible. If it's not, then what is the recommend way around this? How do others deal with these dependencies?
Thanks,
Imar