我将使用asp.net 5和实体框架7。 因为我已经创建了类库并想要添加ado.net实体数据模型。 但在窗口中我没有添加此ado.net实体数据模型的数据选项。 enter image description here
答案 0 :(得分:0)
在web项目的project.json中添加:
"dependencies": {
"EntityFramework.Core": "7.0.0-rc1-final",
"EntityFramework": "4.1.10311",
"EntityFramework.SqlServer": "7.0.0-beta1"
}
在类libarary项目(数据层)中将以下依赖项添加到project.json中:
.NETCore 5.0
EntityFramework.Relational.Design (>= 7.0.0-rc1-final)
Microsoft.AspNet.Hosting.Abstractions (>= 1.0.0-rc1-final)
Microsoft.Extensions.PlatformAbstractions (>= 1.0.0-rc1-final)
DNXCore 5.0
EntityFramework.Relational.Design (>= 7.0.0-rc1-final)
Microsoft.AspNet.Hosting.Abstractions (>= 1.0.0-rc1-final)
Microsoft.Extensions.PlatformAbstractions (>= 1.0.0-rc1-final)
System.Console (>= 4.0.0-beta-23516)
.NETFramework 4.5.1
EntityFramework.Relational.Design (>= 7.0.0-rc1-final)