Hello,
The attached image no longer converts following updating to 26.7.
DieselDog.jpeg (150.6 KB)
Hi @rthomas95,
Thanks for the report and for attaching the file — we reproduced it. In 26.7 the cross-platform packages stopped declaring Aspose.Drawing, but it’s still needed at runtime, so the conversion fails with a missing-assembly error.
Until we ship a fix, add the package back to your project:
<PackageReference Include="GroupDocs.Conversion" Version="26.7.0" />
<PackageReference Include="Aspose.Drawing" Version="26.7.0" />
Rolling back to 26.6 works too.
Logged under CONVERSIONNET-8443 — we’ll post here once the fix is out.