I was wondering if I could set-up my EntityFrameworkCore in a .NET Standard 2.0 project easily. I was following this Tutorial but it requires either .NET Core or Framework.<
Step1: Add ProjectReference your project .netstandar".
Step2: You can use the parameter -Project "your project .netstandar".