.net 10.0 (Linux)

Hi,

Do You plan support .net 10.0 ?

under Linux i got the errors :

      /usr/lib64/dotnet/shared/Microsoft.NETCore.App/10.0.0/liblibdl: cannot open shared object file: No such file or directory
  /usr/lib64/dotnet/shared/Microsoft.NETCore.App/10.0.0/liblibdl.so: cannot open shared object file: No such file or directory

I see than newer version of GemBox.PDF library dosnt have the NuGet Gallery | HarfBuzzSharp.NativeAssets.Linux 8.3.1.3-preview.1 ( Gembox New Version Linux issue ) - but on official docs is mandatory : Supported Platforms | GemBox.Document

The NativeAssets currently dosnt support the .net 10.0 : NuGet Gallery | HarfBuzzSharp.NativeAssets.Linux 8.3.1.3-preview.1

Regards

Pawel

hmmmm, simple symlink works …

 RUN ln -s /usr/lib64/libdl.so.2 /usr/lib64/libdl.so

Hi Pawel,

I just wanted to add that even though you don’t see a direct group for .NET 10 in the package’s dependencies tab, that doesn’t mean it isn’t supporting .NET 10.

For instance, take a look at the Frameworks tab of the NativeAssets:

Regards,
Mario