I am attempting to use Tweetinvi alongside Newtonsoft,Json.dll and it appears that JToken and JObject also exist inside TweetinviAPI.dll
I am receiving this error:
The type 'Newtonsoft.Json.Linq.JToken' exists in both '...Newtonsoft.Json.dll' and '...TweetinviAPI.dll'
Is there a way to use these two libraries together?
I am receiving this error:
The type 'Newtonsoft.Json.Linq.JToken' exists in both '...Newtonsoft.Json.dll' and '...TweetinviAPI.dll'
Is there a way to use these two libraries together?