amibar/SmartThreadPool

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

yoav-melamed opened this issue · 0 comments

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