From f4f4e26e58644c00c19eaccd7601cbc5f4683440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 1 Dec 2015 23:06:40 +0100 Subject: [PATCH] React to dependency changes in aspnet/Identity https://github.com/aspnet/Identity/commit/a754b9cb6186aa5ad39d67a5f184244295049fa7 --- samples/Mvc.Server/project.json | 2 ++ 1 file changed, 2 insertions(+) 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-*",