This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree 9 files changed +20
-7
lines changed
Microsoft.AspNet.Authentication
Microsoft.AspNet.Authentication.Facebook
Microsoft.AspNet.Authentication.OAuth
test/Microsoft.AspNet.Authentication.Test 9 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"Microsoft.AspNet.Authentication.Cookies" : " 1.0.0-*" ,
4
+ "Microsoft.AspNet.DataProtection" : " 1.0.0-*" ,
4
5
"Microsoft.AspNet.Server.WebListener" : " 1.0.0-*" ,
5
6
"Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
6
7
"Microsoft.Framework.Logging.Console" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"Microsoft.AspNet.Authentication.Cookies" : " 1.0.0-*" ,
4
+ "Microsoft.AspNet.DataProtection" : " 1.0.0-*" ,
4
5
"Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
5
6
"Microsoft.AspNet.Server.WebListener" : " 1.0.0-*" ,
6
7
"Microsoft.Framework.Caching.Memory" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 2
2
"dependencies" : {
3
3
"Microsoft.AspNet.Authentication.Cookies" : " 1.0.0-*" ,
4
4
"Microsoft.AspNet.Authentication.OpenIdConnect" : " 1.0.0-*" ,
5
+ "Microsoft.AspNet.DataProtection" : " 1.0.0-*" ,
5
6
"Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
6
7
"Microsoft.AspNet.Server.WebListener" : " 1.0.0-*" ,
7
8
"Microsoft.Framework.Logging.Console" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 5
5
"Microsoft.AspNet.Authentication.Google" : " 1.0.0-*" ,
6
6
"Microsoft.AspNet.Authentication.MicrosoftAccount" : " 1.0.0-*" ,
7
7
"Microsoft.AspNet.Authentication.Twitter" : " 1.0.0-*" ,
8
+ "Microsoft.AspNet.DataProtection" : " 1.0.0-*" ,
8
9
"Microsoft.AspNet.Diagnostics" : " 1.0.0-*" ,
9
10
"Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
10
11
"Microsoft.AspNet.Server.WebListener" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 8
8
},
9
9
"frameworks" : {
10
10
"dnx451" : { },
11
- "dnxcore50" : { }
11
+ "dnxcore50" : {
12
+ "dependencies" : {
13
+ "System.Security.Cryptography.Hashing.Algorithms" : " 4.0.0-beta-*"
14
+ }
15
+ }
12
16
}
13
17
}
Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0-*" ,
3
3
"description" : " ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow." ,
4
4
"dependencies" : {
5
- "Microsoft.AspNet.DataProtection" : " 1.0.0-*" ,
6
5
"Microsoft.AspNet.Authentication" : " 1.0.0-*" ,
7
6
"Microsoft.Framework.NotNullAttribute.Internal" : { "type" : " build" , "version" : " 1.0.0-*" },
8
7
"Newtonsoft.Json" : " 6.0.6"
Original file line number Diff line number Diff line change 14
14
},
15
15
"dnxcore50" : {
16
16
"dependencies" : {
17
- "System.Net.Http.WinHttpHandler" : " 4.0.0-beta-*"
17
+ "System.Net.Http.WinHttpHandler" : " 4.0.0-beta-*" ,
18
+ "System.Security.Cryptography.Hashing.Algorithms" : " 4.0.0-beta-*"
18
19
}
19
20
}
20
21
}
Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0-*" ,
3
3
"description" : " ASP.NET 5 common types used by the various authentication middleware." ,
4
4
"dependencies" : {
5
- "Microsoft.AspNet.DataProtection" : " 1.0.0-*" ,
5
+ "Microsoft.AspNet.DataProtection.Interfaces " : " 1.0.0-*" ,
6
6
"Microsoft.AspNet.Http" : " 1.0.0-*" ,
7
- "Microsoft.AspNet.Http.Interfaces" : " 1.0.0-*" ,
8
7
"Microsoft.AspNet.Http.Extensions" : " 1.0.0-*" ,
9
8
"Microsoft.Framework.Logging.Interfaces" : " 1.0.0-*" ,
10
- "Microsoft.Framework.NotNullAttribute.Internal" : { "type" : " build" , "version" : " 1.0.0-*" }
9
+ "Microsoft.Framework.NotNullAttribute.Internal" : { "type" : " build" , "version" : " 1.0.0-*" },
10
+ "Microsoft.Framework.OptionsModel" : " 1.0.0-*"
11
11
},
12
12
"frameworks" : {
13
13
"dnx451" : { },
14
- "dnxcore50" : { }
14
+ "dnxcore50" : {
15
+ "dependencies" : {
16
+ "System.Security.Cryptography.RandomNumberGenerator" : " 4.0.0-beta-*"
17
+ }
18
+ }
15
19
}
16
20
}
Original file line number Diff line number Diff line change 10
10
"Microsoft.AspNet.Authentication.OAuthBearer" : " 1.0.0-*" ,
11
11
"Microsoft.AspNet.Authentication.OpenIdConnect" : " 1.0.0-*" ,
12
12
"Microsoft.AspNet.Authentication.Twitter" : " 1.0.0-*" ,
13
+ "Microsoft.AspNet.DataProtection" : " 1.0.0-*" ,
13
14
"Microsoft.AspNet.TestHost" : " 1.0.0-*" ,
14
15
"Moq" : " 4.2.1312.1622" ,
15
16
"xunit.runner.aspnet" : " 2.0.0-aspnet-*"
You can’t perform that action at this time.
0 commit comments