Changes in Magick.NET:
- Fixed copying the native libraries on netstandard2 with .NET Framework.
- Marked
TQuantumtypein the generic interfaces (e.g.IMagickImage<TQuantumType>) asIConvertible. - Added extra properties that can be used to force copying the native libraries to the output directory:
<MagickCopyNativeWindows>true</MagickCopyNativeWindows><MagickCopyNativeLinux>true</MagickCopyNativeLinux><MagickCopyNativeLinuxMusl>true</MagickCopyNativeLinuxMusl><MagickCopyNativeMacOS>true</MagickCopyNativeMacOS>