Closed TonyValenti closed 9 months ago
Something seems off with the changes. With the assembly targeting, the TargetFrameworks scope reductions in some of the packages shouldn't be needed, correct? Also, I suspect you don't want to commit versions into the .csproj.
No we don't want the newer version of ImageSharp as they have changed the license for newer releases of the package
Hi @ststeiger - I have enhanced this commit and am hoping you will merge this in.
This commit basically does the following:
It also splits
ImageSharpImageSource.cs
into a NET6 portion and a NETSTANDARD portion, each of which are optionally included based on the target framework.This will allow the library to support current and historical .NET frameworks as well has current and historical ImageSharp versions.