- LLBLGen 5.11.5
- SelfServicing (General)
- SQL Server 2017
- .NET Framework 4.7.2
We busy migrating to SQL Server 2022 (Azure SQL Managed Instance) and .NET Framework 4.8 (and eventually to newer .NET).
Is there a way to set the designer to generate the project file using the new SDK-style format, and not the old verbose clunky format?
Or is that only for .NET Standard 2.0+?
"Migrate packages.config to PackageReference" and "Upgrade" -> "Convert project to SDK-style" for all the solution projects (non ASP.NET) and libraries was very easy.
Wondering if there is an easy way to set it in the Designer, or if I would need to convert it every time we regenerate the Data project, or if we need to upgrade to .NET Standard (which might have it's own issues?) and update all the other projects and libraries (sigh!).