1
VS 2017のサーバでEFコアコマンドを実行する方法がわかっていません。サーバ上でEfコアマイグレーションを実行する
SDK 2.0.3がインストールされています。
私は、ソースコードフォルダから次のコマンドを実行しました:
dotnet exec --depsfile auth.deps.json --runtimeconfig auth.runtimeconfig.json ef.dll migrations list --assembly auth.dll
と、このエラーを得た:
No project was found. Change the current working directory or use the --project option.