From cd55cb7c1af975793430217a253fa8b40a13e5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sat, 11 Feb 2017 11:15:43 +0100 Subject: [PATCH] Update the samples to use the latest AspNet.Security.OAuth.Introspection/AspNet.Security.OAuth.Validation packages --- samples/Mvc.Server/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index b7a1e097..d1a0bdc0 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -19,8 +19,8 @@ }, "dependencies": { - "AspNet.Security.OAuth.Introspection": "1.0.0-alpha3-final", - "AspNet.Security.OAuth.Validation": "1.0.0-alpha3-final", + "AspNet.Security.OAuth.Introspection": "1.0.0-*", + "AspNet.Security.OAuth.Validation": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Google": "1.0.0", "Microsoft.AspNetCore.Authentication.Twitter": "1.0.0", "Microsoft.AspNetCore.Diagnostics": "1.0.0",