I write my code in C# and have code that interfaces with Laserfiche. We have been using the .NET Standard 2.1 version but that is now at End-of-Life so I upgraded to .NET 8.0. The version of the Laserfiche SDK that I used (SDK 10.2) is not compatible with .NET 8.0. The SDK I use contains two relevant DLL's (Laserfiche.RepositoryAccess.dll and Laserfiche.DocumentServices.dll)
I am confused about which Laserfiche API I should upgrade to. In NuGet, there is the Laserfiche.Api.Client.Core, Laserfiche.Repository.Api.Client, and Laserfiche.Repository.Api.Client.V2.
But none of these contain the same libraries that the Laserfiche.RepositoryAccess.dll and Laserfiche.DocumentServices.dll contain.
I also found on your site you have a Laserfiche Server API, but I don't think this is .NET code and I could not find a .NET wrapper for this that is equivalent to what I am currently using.
Is there a newer version of the Laserfiche.RepositoryAccess.dll and Laserfiche.DocumentServices.dll that is compatible with .NET 8.0 (or even 6.x or 7.x) that I can just replace with my existing DLL's?
Also, we are using Laserfiche version 10.4 and, unfortunately, we have no plans to upgrade to version 11.