We recently upgraded from .net 5 to .net 6 on Linux on docker to generate powerpoints but it's failing. It seems like its something to do with System.Drawing and fontmaps?
How do we run .net 6 or above on a non-windows machine without getting this error?
Our current setup (upgrading to .net 6 causes problems).
"Microsoft.AspNetCore.Http.Features" Version="5.0.6"
"Spire.Presentation" Version="8.7.0"
"System.Drawing.Common" Version="4.6.0"
Thanks!