Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

Can't compile because of Newtonsoft.Json (versions collapse) #1128

Open greggameplayer opened 6 years ago

greggameplayer commented 6 years ago

there are two different versions of Newtonsoft.Json and that cause a problem with compilation because we can't add a reference for two different versions because they use the same name, functions and all stuff like that.

So correct this quickly please because this problem exist since a long time.

greggameplayer commented 6 years ago

my PR #1129 resolve the problem.