I have been trying to run a dotnet solution in linux-x64, but was getting errors related to "System.Drawing.Common not supported in linux ..."
Runtime: linux-musl-x64
SDK: .NET 8
Used package: Spire.XLS:15.8.3
I have tried several fixes from the issues raised by others:
The most common one was:
Installed Spire.XLS.NETforStandard (15.8.3) and SkiaSharp.NativeAssets.Linux.NoDependencies (latest 3.xx , 2.88, 2.8 [none works]).
Here is the new error message:
"The version of the native libSkiaSharp library (80.0) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [116.0, 117.0)."
Could you please suggest how can I resolve this issue?