Hi, I'm trying to integrate a web API (SendGrid) that depends on newtonsoft.json v9, but if I replace the v4.5 assembly that comes with DNN 7.4, it appears to break the ribbon bar. It is no longer possible to enter edit mode.
When I click the button to enter edit mode, the JS console shows a 404 returned on:
/DesktopModules/internalservices/API/controlbar/ToggleUserMode
I have seen this thread discussing a newtonsoft upgrade, but it's still too old for my needs: https://dnntracker.atlassian.net/browse/DNN-5820
What are my options here?