From a38a200912832205bcab367bbd705fdeda960468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 9 Mar 2017 02:19:57 +0100 Subject: [PATCH] Update project.json to build 1.0.0-rc1-final packages --- samples/Mvc/Mvc.Server/project.json | 4 ++-- samples/Nancy/Nancy.Server/project.json | 4 ++-- src/AspNet.Security.OpenIdConnect.Client/project.json | 2 +- src/AspNet.Security.OpenIdConnect.Extensions/project.json | 2 +- src/AspNet.Security.OpenIdConnect.Primitives/project.json | 2 +- src/AspNet.Security.OpenIdConnect.Server/project.json | 2 +- src/Owin.Security.OpenIdConnect.Extensions/project.json | 2 +- src/Owin.Security.OpenIdConnect.Server/project.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/Mvc/Mvc.Server/project.json b/samples/Mvc/Mvc.Server/project.json index 52bb8cf3..d971e9af 100644 --- a/samples/Mvc/Mvc.Server/project.json +++ b/samples/Mvc/Mvc.Server/project.json @@ -18,8 +18,8 @@ }, "dependencies": { - "AspNet.Security.OAuth.Introspection": "1.0.0-*", - "AspNet.Security.OAuth.Validation": "1.0.0-*", + "AspNet.Security.OAuth.Introspection": "1.0.0-beta1-final", + "AspNet.Security.OAuth.Validation": "1.0.0-beta1-final", "AspNet.Security.OpenIdConnect.Server": { "target": "project" }, "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", "Microsoft.AspNetCore.Authentication.Google": "1.0.0", diff --git a/samples/Nancy/Nancy.Server/project.json b/samples/Nancy/Nancy.Server/project.json index 5cac71e2..cd108a9d 100644 --- a/samples/Nancy/Nancy.Server/project.json +++ b/samples/Nancy/Nancy.Server/project.json @@ -31,8 +31,8 @@ "Nancy.Owin": "1.3.0", "Nancy.Viewengines.Razor": "1.3.0", "NWebsec.Owin": "1.0.0", - "Owin.Security.OAuth.Introspection": "1.0.0-*", - "Owin.Security.OAuth.Validation": "1.0.0-*", + "Owin.Security.OAuth.Introspection": "1.0.0-beta1-final", + "Owin.Security.OAuth.Validation": "1.0.0-beta1-final", "Owin.Security.OpenIdConnect.Server": { "target": "project" } }, diff --git a/src/AspNet.Security.OpenIdConnect.Client/project.json b/src/AspNet.Security.OpenIdConnect.Client/project.json index 823b5082..f26041ff 100644 --- a/src/AspNet.Security.OpenIdConnect.Client/project.json +++ b/src/AspNet.Security.OpenIdConnect.Client/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc1-*", + "version": "1.0.0-rc1-final", "description": "OpenID Connect client for ASP.NET Core.", "authors": [ "Kévin Chalet" ], diff --git a/src/AspNet.Security.OpenIdConnect.Extensions/project.json b/src/AspNet.Security.OpenIdConnect.Extensions/project.json index ed0210f6..2cc2a69c 100644 --- a/src/AspNet.Security.OpenIdConnect.Extensions/project.json +++ b/src/AspNet.Security.OpenIdConnect.Extensions/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc1-*", + "version": "1.0.0-rc1-final", "description": "OpenID Connect extensions for the OpenID Connect server middleware.", "authors": [ "Kévin Chalet" ], diff --git a/src/AspNet.Security.OpenIdConnect.Primitives/project.json b/src/AspNet.Security.OpenIdConnect.Primitives/project.json index 31ec3933..6341106c 100644 --- a/src/AspNet.Security.OpenIdConnect.Primitives/project.json +++ b/src/AspNet.Security.OpenIdConnect.Primitives/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc1-*", + "version": "1.0.0-rc1-final", "description": "OpenID Connect primitives for the OpenID Connect server middleware.", "authors": [ "Kévin Chalet" ], diff --git a/src/AspNet.Security.OpenIdConnect.Server/project.json b/src/AspNet.Security.OpenIdConnect.Server/project.json index bf745e45..9ac312a7 100644 --- a/src/AspNet.Security.OpenIdConnect.Server/project.json +++ b/src/AspNet.Security.OpenIdConnect.Server/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc1-*", + "version": "1.0.0-rc1-final", "description": "OpenID Connect server middleware for ASP.NET Core.", "authors": [ "Kévin Chalet" ], diff --git a/src/Owin.Security.OpenIdConnect.Extensions/project.json b/src/Owin.Security.OpenIdConnect.Extensions/project.json index 61fad5ad..9940dbcc 100644 --- a/src/Owin.Security.OpenIdConnect.Extensions/project.json +++ b/src/Owin.Security.OpenIdConnect.Extensions/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc1-*", + "version": "1.0.0-rc1-final", "description": "OpenID Connect extensions for the OpenID Connect server middleware.", "authors": [ "Kévin Chalet" ], diff --git a/src/Owin.Security.OpenIdConnect.Server/project.json b/src/Owin.Security.OpenIdConnect.Server/project.json index 449b7d98..2c435456 100644 --- a/src/Owin.Security.OpenIdConnect.Server/project.json +++ b/src/Owin.Security.OpenIdConnect.Server/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc1-*", + "version": "1.0.0-rc1-final", "description": "OpenID Connect server middleware for OWIN/Katana.", "authors": [ "Kévin Chalet" ],