EntityFramework 6.1.3 does not support framework .NETPlatform,Version=v5.4 on visual studio 2015

后端 未结 5 934
太阳男子
太阳男子 2021-02-19 04:29

Any idea why I receive the following error after Nuget installing Entity framework 6.1.3?

Error notice: \"The dependency EntityFramework 6.1.3 in project

5条回答
  •  -上瘾入骨i
    2021-02-19 05:09

    I solved by deleting this line - "net451": { },, and then replacing "dotnet5.4" with "net451".

提交回复
热议问题