Aspose.PDF not supported on macOS due to System.Drawing.Common (>= 7.0.0) dependency

Microsoft has removed support of the * System.Drawing.Common (>= 7.0.0) package on macOS with the release of NET70, and the latest Aspose.PDF package has a >= 7.0.0 constraint for this package. Could you please roll back to >= 6.0.0 until this dependency is removed and the package is fully compatible with macOS?

(Similar to same issue on Aspose.Cells: Aspose.Cells not supported on macOS due to System.Drawing.Common (>= 7.0.0) dependency)

@rafaeloliveira,

Instead of using Aspose.Pdf, please replace that dependency with Aspose.Pdf.Drawing. That is a DLL made for non-Windows systems or systems where System.Drawing.Common is not available.

Thanks @carlos.molina, I’ll test it here and report back to you!