【发布时间】:2017-12-22 21:24:21
【问题描述】:
有谁知道如何在带有 VS 2017 的服务器上运行 EF 核心命令。
我在服务器上安装了 SDK 2.0.3。
我从源代码文件夹运行了这个命令:
dotnet exec --depsfile auth.deps.json --runtimeconfig auth.runtimeconfig.json ef.dll migrations list --assembly auth.dll
得到了这个错误:
没有找到项目。更改当前工作目录或使用 --project 选项。
【问题讨论】:
标签: asp.net entity-framework asp.net-core entity-framework-core