This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
OpenIdConnect.AzureAdSample
src/Microsoft.AspNetCore.Authentication.OpenIdConnect
test/Microsoft.AspNetCore.Authentication.Test Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"dependencies" : {
3
3
"Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
4
4
"Microsoft.AspNetCore.Authentication.Cookies" : " 1.0.0-*" ,
5
- "Microsoft.AspNetCore.Authentication.OpenIdConnect" : " 0.1 .0-*" ,
5
+ "Microsoft.AspNetCore.Authentication.OpenIdConnect" : " 1.0 .0-*" ,
6
6
"Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0-*" ,
7
7
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
8
8
"Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 2
2
"dependencies" : {
3
3
"Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
4
4
"Microsoft.AspNetCore.Authentication.Cookies" : " 1.0.0-*" ,
5
- "Microsoft.AspNetCore.Authentication.OpenIdConnect" : " 0.1 .0-*" ,
5
+ "Microsoft.AspNetCore.Authentication.OpenIdConnect" : " 1.0 .0-*" ,
6
6
"Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0-*" ,
7
7
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
8
8
"Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1 .0-*" ,
2
+ "version" : " 1.0 .0-*" ,
3
3
"description" : " ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow." ,
4
4
"packOptions" : {
5
5
"repository" : {
Original file line number Diff line number Diff line change 10
10
"Microsoft.AspNetCore.Authentication.Google" : " 1.0.0-*" ,
11
11
"Microsoft.AspNetCore.Authentication.JwtBearer" : " 1.0.0-*" ,
12
12
"Microsoft.AspNetCore.Authentication.MicrosoftAccount" : " 1.0.0-*" ,
13
- "Microsoft.AspNetCore.Authentication.OpenIdConnect" : " 0.1 .0-*" ,
13
+ "Microsoft.AspNetCore.Authentication.OpenIdConnect" : " 1.0 .0-*" ,
14
14
"Microsoft.AspNetCore.Authentication.Twitter" : " 1.0.0-*" ,
15
15
"Microsoft.AspNetCore.TestHost" : " 1.0.0-*" ,
16
16
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
You can’t perform that action at this time.
0 commit comments