ImageSharp v2 usage instead of current v3

It looks like your library is using ImageSharp v2. That version is no longer receiving updates or security fixes. Are there any plans to upgrade to ImageSharp v3? Or are you going to fork ImageSharp v2 and handle the maintenance yourself?

Hi Mike,

Both ImageSharp v2 and v3 are being updated simultaneously, you may notice that the last releases for both v2 (2.1.9) and v3 (3.1.5) were made on the same day (2024-07-22) 10 minutes apart (10:16:18 vs 10:06:47):

Anyway, the problem is that v3 works only on .NET 6.0 while the v2 works on .NETFramework 4.7.2 and above, and .NET Core 2.0 and above.

Regards,
Mario