加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

entity-framework – 如何升级EF Core Tools

发布时间:2020-12-16 04:21:09 所属栏目:asp.Net 来源:网络整理
导读:当我添加迁移时,我得到了这个警告: 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核心SDK
当我添加迁移时,我得到了这个警告:
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核心SDK,但这对我没有用.

解决方法

使用包管理器控制台更新工具:Install-Package Microsoft.EntityFrameworkCore.Tools -Version 2.1.4
看到这个链接 https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools/

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读