1
1
{
2
- "dependencies" : {
3
- "Microsoft.AspNet.Authentication.Cookies" : " 1.0.0-*" ,
4
- "Microsoft.AspNet.Authentication.Facebook" : " 1.0.0-*" ,
5
- "Microsoft.AspNet.Authentication.Google" : " 1.0.0-*" ,
6
- "Microsoft.AspNet.Authentication.MicrosoftAccount" : " 1.0.0-*" ,
7
- "Microsoft.AspNet.Authentication.Twitter" : " 1.0.0-*" ,
8
- "Microsoft.AspNet.DataProtection" : " 1.0.0-*" ,
9
- "Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
10
- "Microsoft.AspNet.Server.WebListener" : " 1.0.0-*" ,
11
- "Microsoft.Extensions.Logging.Console" : " 1.0.0-*" ,
12
- "Microsoft.AspNet.Server.Kestrel" : " 1.0.0-*"
13
- },
14
- "commands" : {
15
- "web" : " Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:54540" ,
16
- "kestrel" : " Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:54540"
17
- },
18
- "frameworks" : {
19
- "dnx451" : {
20
- },
21
- "dnxcore50" : {
22
- }
23
- },
24
- "webroot" : " wwwroot"
25
- }
2
+ "dependencies" : {
3
+ "Microsoft.AspNet.Authentication.Cookies" : " 1.0.0-rc1-final" ,
4
+ "Microsoft.AspNet.Authentication.Facebook" : " 1.0.0-rc1-final" ,
5
+ "Microsoft.AspNet.Authentication.Google" : " 1.0.0-rc1-final" ,
6
+ "Microsoft.AspNet.Authentication.MicrosoftAccount" : " 1.0.0-rc1-final" ,
7
+ "Microsoft.AspNet.Authentication.Twitter" : " 1.0.0-rc1-final" ,
8
+ "Microsoft.AspNet.DataProtection" : " 1.0.0-rc1-final" ,
9
+ "Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
10
+ "Microsoft.AspNet.Server.WebListener" : " 1.0.0-rc1-final" ,
11
+ "Microsoft.Extensions.Logging.Console" : " 1.0.0-rc1-final" ,
12
+ "Microsoft.AspNet.Server.Kestrel" : " 1.0.0-rc1-final"
13
+ },
14
+ "commands" : {
15
+ "web" : " Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:54540" ,
16
+ "kestrel" : " Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:54540"
17
+ },
18
+ "frameworks" : {
19
+ "dnx451" : {},
20
+ "dnxcore50" : {}
21
+ },
22
+ "webroot" : " wwwroot"
23
+ }
0 commit comments