Jessecar96 / SteamBot

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

Update to Dependencies (All working now!) #1118

Closed ghost closed 6 years ago

ghost commented 6 years ago

After many tedious hours, I have managed to update all of the necessary components to ensure that we are kept in line with the current version of SteamAuth. This required Newtonsoft JSON to be updated as well as a new version of SteamAuth to be pushed onto NuGet. There was a small change to Bot.cs as SteamAuth Confirmation.cs was updated to provide more information about the confirmation. When this gets merged, there should not be any errors when compiling the code.

ghost commented 6 years ago

So, it turns out that this could end support for some older version of visual studio. I do not know if you still want to go ahead with this pull but Geel9 updated SteamAuth to use Newtonsoft JSON version 11.0.1 otherwise it will throw incompatibility errors.