I am using a CMS, proprietary, and trying to add the Google APIs for YouTube.
The CMS requires Newtonsoft.Json 4.5. Google's APIs .NET requires Newtonsoft.Json 10.0.
I thought of trying to build a separate "webpage" for the YouTube upload and put it in an iFrame, but this will remove it from my form. I don't see an effective way of doing that.
Can I somehow provide the proprietary CMS with the file it needs (and ships with) while giving the Google API the file it needs?