Trying to set-up Entity Framework core in .Net Standard project

前端 未结 7 1544
耶瑟儿~
耶瑟儿~ 2020-12-14 00:39

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.<

7条回答
  •  执笔经年
    2020-12-14 01:09

    Step1:
    Add ProjectReference your project .netstandar".

    Step2:
    You can use the parameter -Project "your project .netstandar".

提交回复
热议问题