Jessecar96 / SteamBot

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

Update to .NET 4.6.1 to fix future Issues. #1120

Closed ghost closed 6 years ago

ghost commented 6 years ago

The change over to the newer version of .NET will decrease the overall size of SteamBot as it removes unnecessary and depreciated methods that older versions used to use. (The main change can be seen with the missing .nuget folder). The file size of the sln and csproj has also been decreased for efficiency with the latest version of .NET. The whole application still runs the same and works exactly how it did before with no issues. Also instead of packages being referenced within another file, they have actually been merged with the sln and csproj which again reduces file size as well as reduces the error of the packages not being found.

SteamBot .NET 4.6.1 also works on Linux with no issues (Requires users to install mono-complete). The only downside to upgrading to .NET 4.6.1 is that it will end support for older versions of visual studio. However, it will improve SteamBot massively as well as fixing the current package issue that we are having right now. Another issue and this is why I am writing to you is that AppVeyor does not like the current SteamBot Test I have contacted many people about this and I have currently not found a fix so my new pull request will have an issue with that.