From 45cd919bf9e0e077c1c1c8ebdcc98907ac2f4516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 4 May 2016 17:36:48 +0200 Subject: [PATCH] React to version changes in aspnet/Security https://github.com/aspnet/Security/commit/764525342000c37f98cb7fca6f999d4453a1b83c --- samples/Mvc.Client/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Mvc.Client/project.json b/samples/Mvc.Client/project.json index 3772aaa4..cedfa68e 100644 --- a/samples/Mvc.Client/project.json +++ b/samples/Mvc.Client/project.json @@ -7,7 +7,7 @@ "dependencies": { "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-rc2-*", + "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-rc2-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*", "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-rc2-*", "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-*",