SteamRE / DepotDownloader

Steam depot downloader utilizing the SteamKit2 library.
GNU General Public License v2.0
1.88k stars 253 forks source link

Support .NET SDK 7 #389

Closed C0rn3j closed 1 month ago

C0rn3j commented 1 year ago

.NET 7 came out a few months ago, though the global.json still relies on 6.x for now.

https://dotnet.microsoft.com/en-us/download/dotnet/7.0

Kobi-Blade commented 1 year ago

Support should be focused on LTS releases, else the developers will be updating yearly with each .NET release, there is no reason to waste time in such endeavour.

Considering 7.0 is a standard term release, and won't add anything to DepotDownloader in terms of features, it would be a waste of time.

yaakov-h commented 1 year ago

Producing net7.0 assemblies would probably be a waste of time, but using the .NET 7 SDK to produce a net6.0 application would be fine IMO.

xPaw commented 1 month ago

It targets net8.0 now.