You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
yoav-melamed
changed the title
Add support for .NET 4.7.x and .N#& 4.8
Add support for .NET 4.7.x and .NET 4.8
Oct 16, 2022
yoav-melamed
changed the title
Add support for .NET 4.7.x and .NET 4.8
Add support for .net framework 4.7.x and .net framework 4.8
Oct 16, 2022
Hi @amibar
Would it be possible to add support for
dotnet 4.7.x
(4.7.2
in particular) anddotnet 4.8
?dotnet 4.7.2
is the default .net version that comes with Windows 10, 11, and server 2019 anddotnet 4.8
is theLTS
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 todotnet core
anddotnet 5.0+
will take more time).Thanks
The text was updated successfully, but these errors were encountered: