Im working on a .NET 6+ project which needs to be converted to run on Docker Linux image. Right now there are parts of the code where System.Drawing.Common is referenced. According to the documenation, one of the replacement is Aspose.Imaging, Aspose.Drawing.
Since we have aspose license this is not an issue. However when I inspect the dll for Aspose.Imaging i can see that It references System.Drawing.Common?
Also according to this this should not be the case:

Does anyone knows if its safe to go with Aspose.Drawing/Imaging will this run on Linux?
Thank you

Well I found an answer.
Unfortunately we don't have license for this version so thats why I saw dependency on System.Drawing.Common ...(we have 22.12.0 version)