diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index a72f265f..d0be9077 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -2,6 +2,8 @@ "webroot": "wwwroot", "dependencies": { + "EntityFramework.MicrosoftSqlServer": "7.0.0-*", + "Microsoft.AspNet.Authentication.Google": "1.0.0-*", "Microsoft.AspNet.Authentication.JwtBearer": "1.0.0-*", "Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",