entity-framework – 如何升级EF Core Tools
发布时间:2020-05-24 12:37:54 所属栏目: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核心S
|
当我添加迁移时,我得到了这个警告: 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/ (编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- asp.net-mvc-3 – 剃刀视图引擎,如何在html之间写入?
- asp.net – RegisterStartupScript不能使用ScriptManager,U
- asp.net-mvc – 如何将asp.net mvc视图渲染为angular 2?
- asp.net – 将字符串传递到MVC4中的部分视图
- asp.net核心 – ASP.NET vNext – 编译代码动态不适合我
- asp.net-mvc – 如何提交本地jqgrid数据和表单输入元素
- asp.net-mvc-3 – 在ASP.NET MVC 3中应用数据注释时,如何使
- asp.net-mvc – 想从mvc使用index.html
- ASP.NET MVC – IsAjaxRequest()实际上意味着什么?
- asp.net-mvc – 用于Firefox的Windows认证网站提示,但不适用
