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",