Otis wrote:
Even Entity Framework 6 for netstandard is different from the EF on .net framework, so you have to create two projects.
Thank you.
So, you suggest I have two LLBLGen projects, one to target .Net Core and the other .Net Framework, and then ensure whatever I do in the one, I do in the other (when new tables or fields are added)?
I am completely new to LLBLGen and is busy evaluating - sorry if I am missing something.