From 9970537ebf2b24a995beac188d59a29324cf893e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 9 Mar 2017 03:09:39 +0100 Subject: [PATCH] Migrate to the ASOS rc1-final packages --- samples/Mvc.Server/project.json | 4 ++-- src/OpenIddict.Core/project.json | 2 +- src/OpenIddict.Mvc/project.json | 2 +- src/OpenIddict/project.json | 2 +- test/OpenIddict.Tests/project.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index d1a0bdc0..1cce906c 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-*", - "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", "Microsoft.AspNetCore.Authentication.Google": "1.0.0", "Microsoft.AspNetCore.Authentication.Twitter": "1.0.0", "Microsoft.AspNetCore.Diagnostics": "1.0.0", diff --git a/src/OpenIddict.Core/project.json b/src/OpenIddict.Core/project.json index a6b8869c..8ba3a3e8 100644 --- a/src/OpenIddict.Core/project.json +++ b/src/OpenIddict.Core/project.json @@ -33,7 +33,7 @@ }, "dependencies": { - "AspNet.Security.OpenIdConnect.Primitives": "1.0.0-rc1-*", + "AspNet.Security.OpenIdConnect.Primitives": "1.0.0-rc1-final", "CryptoHelper": "2.0.0", "JetBrains.Annotations": { "type": "build", "version": "10.3.0" }, "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", diff --git a/src/OpenIddict.Mvc/project.json b/src/OpenIddict.Mvc/project.json index 1241a1b0..0f21337f 100644 --- a/src/OpenIddict.Mvc/project.json +++ b/src/OpenIddict.Mvc/project.json @@ -33,7 +33,7 @@ }, "dependencies": { - "AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-*", + "AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-final", "JetBrains.Annotations": { "type": "build", "version": "10.3.0" }, "Microsoft.AspNetCore.Mvc.Core": "1.0.0", "OpenIddict.Core": { "target": "project" } diff --git a/src/OpenIddict/project.json b/src/OpenIddict/project.json index 5ed941b1..265349c5 100644 --- a/src/OpenIddict/project.json +++ b/src/OpenIddict/project.json @@ -33,7 +33,7 @@ }, "dependencies": { - "AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-*", + "AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-final", "JetBrains.Annotations": { "type": "build", "version": "10.3.0" }, "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", "Microsoft.Extensions.Caching.Abstractions": "1.0.0", diff --git a/test/OpenIddict.Tests/project.json b/test/OpenIddict.Tests/project.json index df2f55b5..c44b58a3 100644 --- a/test/OpenIddict.Tests/project.json +++ b/test/OpenIddict.Tests/project.json @@ -8,7 +8,7 @@ }, "dependencies": { - "AspNet.Security.OpenIdConnect.Client": "1.0.0-rc1-*", + "AspNet.Security.OpenIdConnect.Client": "1.0.0-rc1-final", "dotnet-test-xunit": "2.2.0-preview2-build1029", "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", "Microsoft.AspNetCore.Authentication.Facebook": "1.0.0",