Skip to content

Commit 5c6cbf2

Browse files
committed
No need to reference Abp.EntityFrameworkCore from web project.
1 parent de337f9 commit 5c6cbf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AbpCompanyName.AbpProjectName.Web/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"Castle.Windsor-log4net": "3.3.0",
3333
"AbpCompanyName.AbpProjectName.Application": "1.0.0.0-*",
3434
"AbpCompanyName.AbpProjectName.EntityFrameworkCore": "1.0.0.0-*",
35-
"Abp.AspNetCore": "0.9.5",
36-
"Abp.EntityFrameworkCore": "0.9.5"
35+
"Abp.AspNetCore": "0.9.5"
3736
},
3837

3938
"tools": {

0 commit comments

Comments
 (0)