Are there any changes that need to happen to the code generation templates now that ef core 3.1 supports netstandard 2.0 instead of only 2.1? I'm only able to choose netstandard 2.1 as the target platform in llblgen pro 5.6.1.
The designer won't overwrite csproj files it generates so you can alter these in vs / rider to support netstandard 2.0 and run the projects on e.g. .NET Fx 4.8.
v5.7 will have EF Core 3+netstandard2.0 output out of the box.