首页 > Web开发 > 详细

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

时间:2016-01-15 16:26:05      阅读:137      评论:0      收藏:0      [点我收藏+]

由于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

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

原文:http://www.cnblogs.com/gilchen/p/5133482.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!