amibar / SmartThreadPool

A .NET Thread Pool fully implemented in C# with many features
http://www.codeproject.com/Articles/7933/Smart-Thread-Pool
Microsoft Public License
507 stars 182 forks source link

Add support for .net framework 4.7.x and .net framework 4.8 #33

Open yoav-melamed opened 1 year ago

yoav-melamed commented 1 year ago

Hi @amibar Would it be possible to add support for dotnet 4.7.x (4.7.2 in particular) and dotnet 4.8 ? dotnet 4.7.2 is the default .net version that comes with Windows 10, 11, and server 2019 and dotnet 4.8 is the LTS version of the dotnet framework. It will help a lot for maintaining old code and upgrading it to dotnet versions that are still supported (moving the code to dotnet core and dotnet 5.0+ will take more time).

Thanks