Which versions of LLBLGen are compatible with which .NET versions?

Posts   
 
    
clint
User
Posts: 145
Joined: 15-Nov-2005
# Posted on: 18-Dec-2023 18:01:08   

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.

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 18-Dec-2023 19:01:50   

Starting from v.5.9 of the Designer, you can generate code to target .NET 6.

Prior to this version, it was up to .NET Standard 2.0 and .NET 4.8.0

clint
User
Posts: 145
Joined: 15-Nov-2005
# Posted on: 18-Dec-2023 20:15:09   

Thanks!