I have a project using the Newtonsoft.Json 6.0.5 package, then I wanted to use google.apis.calendar.v3 that installs Newtonsoft.Json 12.0.3 automatically which made duplicated on Newtonsoft.Json.
I have tried to uninstall Newtonsoft.Json 6.0.5 but an error occurs:
Unable to uninstall 'Newtonsoft.Json.6.0.5' because 'Microsoft.AspNet.WebApi.Client.5.0.0, Microsoft.Owin.Security.Facebook.2.0.0, Microsoft.Owin.Security.MicrosoftAccount.2.0.0, Microsoft.Owin.Security.OAuth.2.1.0, Microsoft.Owin.Security.Twitter.2.0.0, PushSharp.2.2.1, WebGrease.1.5.2' depend on it.
What is the best solution to work with google.apis.calendar.v3 and other package that depend on old Newtonsoft.Json?