diff --git a/Yavsc.Server/project.json b/Yavsc.Server/project.json index 1acc503c..05301bc9 100644 --- a/Yavsc.Server/project.json +++ b/Yavsc.Server/project.json @@ -79,5 +79,7 @@ } }, "commands": { + "ef": "EntityFramework.Commands", + "gen": "Microsoft.Extensions.CodeGeneration" } }