Aspose.Words uses an obsolete skiasharp version for netstandard2.0 and net6 targets

Aspose.Words is still using the obsoleted skiasharp version NuGet Gallery | SkiaSharp 2.80.1, which is causing issues when other packages need the current version. The later versions have been split into multiple pacakges, were the unmanaged runtimes are moved to separate nugets.

Can we get an upgrade to version NuGet Gallery | SkiaSharp 2.88.3 and NuGet Gallery | SkiaSharp.NativeAssets.Win32 2.88.3

@nhsejth We will consider moving to newer version of SkiaSharp. I have linked your request to the appropriate issue WORDSNET-25403.
For now you can explicitly use SkiaSharp 2.88.3:

<PackageReference Include="Aspose.Words" Version="23.5.0" />
<PackageReference Include="SkiaSharp" Version="2.88.3" />

The issues you have found earlier (filed as WORDSNET-25403) have been fixed in this Aspose.Words for .NET 23.9 update also available on NuGet.