EF Core tools version update 2.1.1

烂漫一生 提交于 2019-12-01 02:29:30

Ok.

Turns out that this is caused by having the second latest sdk installed (2.1.301), but somewhere in the path a global.json pinned to version 2.1.300.

xaccor
install-package Microsoft.EntityFrameworkCore.Tools -Version 2.1.8

did it for me

This error is also shown when you select a different project on Package Manager Console rather than the Entity Framework project in your solution.

I was having this exact problem. I tried deleting bin folders and rebuilding as others have suggested but that never worked. Finally I updated the SDK to 2.1.403 and the issue was resolved.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!