I have a need to use a third party library in a SDK script.
It has a dependency of Newtonsoft.Json v12.0.3
Where do I place this dll and set the reference path?
The third party and other dependencies are in the install directory, but I can not add the Newtonsoft.Json v12.0.3 there. (It breaks workflow designer)
I tried putting it in a subfolder, and referencing it there. The script executes in the designer, but when published, workflow errors that it can't find the Newtonsoft.Json v12.0.0.dll.
Workflow 11