新建的项目是在Asp.net Core基础上的项目,在程序包管理器控制台中-启用迁移,却报如下错误,请问是什么情况?
PM> Add-Migration Init
Startup project 'src\NetMvcCore.Web' is an ASP.NET Core or .NET Core project for Visual Studio 2015. This version of the Entity Framework Core Package Manager Console Tools doesn't support these types of projects.
这不是写的挺清楚的..
This version of the Entity Framework Core Package Manager Console Tools doesn't support these types of projects.
百度翻译->这个版本的实体框架核心包管理器控制台工具不支持这些类型的项目。
意思明白啊,关键是怎么处理
@bluefirework: efcore的迁移和ef6是不一样的.
看看楼下的文档吧.
http://stackoverflow.com/questions/43068552/this-version-of-the-entity-framework-core-package-manager-console-tools-doesnt/43106651#43106651
用的命令都是不一样的.你用的那个是ef6的迁移方式.