Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 7645253

Browse files
committed
#808 Update OIDC to v1.0
1 parent a4c132c commit 7645253

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/OpenIdConnect.AzureAdSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"Microsoft.NETCore.Platforms": "1.0.1-*",
44
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
5-
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
5+
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
66
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
77
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
88
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",

samples/OpenIdConnectSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"Microsoft.NETCore.Platforms": "1.0.1-*",
44
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
5-
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
5+
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
66
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
77
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
88
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",

src/Microsoft.AspNetCore.Authentication.OpenIdConnect/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0-*",
2+
"version": "1.0.0-*",
33
"description": "ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.",
44
"packOptions": {
55
"repository": {

test/Microsoft.AspNetCore.Authentication.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
1111
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-*",
1212
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-*",
13-
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
13+
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
1414
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
1515
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
1616
"Microsoft.AspNetCore.Testing": "1.0.0-*",

0 commit comments

Comments
 (0)