Do you have some documentation indicating which versions of the LLBLGen Pro Runtime Framework are compatible with various .NET versions?
Our existing code is using .NET Core 3.1 which is no longer supported by Microsoft. We want to upgrade to a supported version like .NET 6 or later.
We are wondering if our existing LLBLGen Designer and LLBLGen Pro Runtime Framework will work with .NET 6 or later.
Our designer version is 5.6.1.
Our program code uses Nuget Package SD.LLBLGen.Pro.ORMSupportClasses 5.6.0
In case it matters:
We use the Adapter Template Group.
We have one project that targets a SQL Server database and another targets a PostgreSQL database.