JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.09k stars 1.04k forks source link

[BREAKING] Dropping generic-netf #3060

Closed JustArchi closed 10 months ago

JustArchi commented 10 months ago

Checklist

Enhancement purpose

Since SK2 will be dropping support for .NET Standard with its V3.0.0 release, it's probably final time to say goodbye to our generic-netf package.

Solution

For people that are still using generic-netf with legit concern:

Of course, you can stay on latest released generic-netf version, but be advised that it's not going to be supported by ASF team, and you're using it entirely at your own risk. Microsoft has deprecated .NET Framework officially with .NET 5, Mono never got upgraded to the point of running modern .NET (Core) apps, generic-netf was more like a challenge of how long we can support ASF with it, it caused me a lot of headache to support it, and it's about time to say final goodbye to it.

Why currently available solutions are not sufficient?

-

Can you help us with this enhancement idea?

Yes, I can code the solution myself and send a pull request

Additional info

No response