References not getting deployed.
I've added two additional references to my solution. One is a custom DLL which is being referenced by another custom DLL and the other one is Newtwonsoft.JSON.dll which is required by the custom DLL. The problem is that those two DLLS are not getting transferred over to the deployment folder.
I can see the DLLs in list on the Additional References tab when I go deploy the solution.
As a workaround, I merged the code that I needed from second DLL into the first. The problem is that I need to reference version 13.0 of Newtonsoft.JSON.dll. Is there a way I can reference two versions from Pega?