【发布时间】:2019-03-13 02:52:16
【问题描述】:
当我add-migration 时,我收到了这个警告:
The EF Core tools version '2.1.1-rtm-30846' is older than that of the runtime '2.1.4-rtm-31024'. Update the tools for the latest features and bug fixes.
除了更新 DotNET Core SDK 外,我没有找到任何信息如何更新它,但这对我不起作用。
【问题讨论】:
-
将项目的实体框架核心包更新到 2.1.4。
-
@TanvirArjel 它的版本已经是2.1.4 但问题仍然存在
-
哦!删除bin文件夹后你试过了吗?
-
这些工具包含在 EF Core NuGet 包中。
-
@TanvirArjel 我试图删除 bin 文件夹,但问题仍然存在
标签: entity-framework asp.net-core