MalwareScan.AMSI
MalwareScan.AMSI copied to clipboard
Update .NET targets and NuGet references
Updated the main project to target just .NET Standard 2.0 as .NET Framework 4.6.1 and newer as well as .NET Core 2.0 and newer including .NET 6 support it. Furthermore, .NET Frameworks older than 4.6.2 will be end-of-life this year and therefore support for them should be dropped.
The test project was updated to .NET Framework 4.8 and .NET 6 as those are the current LTS releases and .NET Core 3.1 as well as .NET Framework 4.5.2 and 4.6.1 will be end-of-life this year.
Thank you for this. I am disinclined to remove support for older frameworks as I suspect a lot of the usage comes from those for this particular library. What problem does it solve for you?