Help with dependency

I am trying to build a C# .NET 8 app with Photino.Blazor NuGet package, that depends on Photino.Native, that depends on libwebkit2gtk - I get this error:

Unable to load shared library ‘Photino.Native’ or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you’re using glibc, consider setting the LD_DEBUG environment variable:

libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

What can I do to resolve this?

You might want to share your repo, that vastly simplifies trying to help you.