EF Core 3.1 and netstandard 2.0

Posts   
 
    
Wavel
User
Posts: 8
Joined: 11-Sep-2017
# Posted on: 07-Feb-2020 23:13:41   

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.

Thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 08-Feb-2020 08:19:20   

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.

Frans Bouma | Lead developer LLBLGen Pro