首页 > 学院 > 开发设计 > 正文

EF7在ASP.NET5RC1版本中数据结构合并的问题

2019-11-14 13:32:18
字体:
来源:转载
供稿:网友

由于EF版本和asp.net5版本不断更新导致命令出现冲突。最新命令如下:

C:/ScrumBasic/ScrumBasic>dnx ef

_//__
---==/ //
___ ___ |. /|/
| __|| __| | ) ///
| _| | _| /_/ | //|//
|___||_| / //////

Entity Framework Commands 7.0.0-rc1-16348

Usage: dnx ef [options] [command]

Options:
--version Show version information
-?|-h|--help Show help information

Commands:
database Commands to manage your database
dbcontext Commands to manage your DbContext types
migrations Commands to manage your migrations

 

dnx ef migrations add 【entityname】

dnx ef database update


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表