This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-13
lines changed
Expand file tree Collapse file tree 3 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 11{
2- "dependencies" : {
3- "Microsoft.AspNet.Security.Cookies" : " 1.0.0-*" ,
4- "Microsoft.AspNet.Server.WebListener" : " 1.0.0-*"
5- },
6- "commands" : { "web" : " Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" },
7- "frameworks" : {
8- "aspnet50" : {
2+ "dependencies" : {
3+ "Microsoft.AspNet.Security.Cookies" : " 1.0.0-*" ,
4+ "Microsoft.AspNet.Server.WebListener" : " 1.0.0-*" ,
5+ "Kestrel" : " 1.0.0-*"
96 },
10- "aspnetcore50" : {
7+ "commands" : {
8+ "web" : " Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" ,
9+ "kestrel" : " Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004"
10+ },
11+ "frameworks" : {
12+ "aspnet50" : {
13+ },
14+ "aspnetcore50" : {
15+ }
1116 }
12- }
1317}
Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "Microsoft.AspNet.Security.Cookies" : " 1.0.0-*" ,
44 "Microsoft.AspNet.Server.WebListener" : " 1.0.0-*" ,
5- "Microsoft.Framework.Cache.Memory" : " 1.0.0-*"
5+ "Microsoft.Framework.Cache.Memory" : " 1.0.0-*" ,
6+ "Kestrel" : " 1.0.0-*"
7+ },
8+ "commands" : {
9+ "web" : " Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" ,
10+ "kestrel" : " Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004"
611 },
7- "commands" : { "web" : " Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" },
812 "frameworks" : {
913 "aspnet50" : { },
1014 "aspnetcore50" : { }
Original file line number Diff line number Diff line change 77 "Microsoft.AspNet.Security.MicrosoftAccount" : " 1.0.0-*" ,
88 "Microsoft.AspNet.Security.Twitter" : " 1.0.0-*" ,
99 "Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
10- "Microsoft.AspNet.Server.WebListener" : " 1.0.0-*"
10+ "Microsoft.AspNet.Server.WebListener" : " 1.0.0-*" ,
11+ "Kestrel" : " 1.0.0-*"
12+ },
13+ "commands" : {
14+ "web" : " Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" ,
15+ "kestrel" : " Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004"
1116 },
12- "commands" : { "web" : " Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" },
1317 "frameworks" : {
1418 "aspnet50" : {
1519 },
You can’t perform that action at this time.
0 commit comments