Skip to content

Commit 136b1b4

Browse files
committed
React to Kestrel rename
aspnet/KestrelHttpServer#11
1 parent f0b178d commit 136b1b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/latest/HelloMvc/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"**.vspscc"
1111
],
1212
"dependencies": {
13-
"Kestrel": "1.0.0-*",
13+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
1414
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
1515
"Microsoft.AspNet.Mvc": "6.0.0-*",
1616
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@@ -19,7 +19,7 @@
1919
},
2020
"commands": {
2121
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001",
22-
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004"
22+
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
2323
},
2424
"frameworks": {
2525
"dnx451": { },

samples/latest/HelloWeb/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"**.vspscc"
1111
],
1212
"dependencies": {
13-
"Kestrel": "1.0.0-*",
13+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
1414
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
1515
"Microsoft.AspNet.Hosting": "1.0.0-*",
1616
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@@ -20,7 +20,7 @@
2020
},
2121
"commands": {
2222
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001",
23-
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004"
23+
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
2424
},
2525
"frameworks": {
2626
"dnx451": { },

0 commit comments

Comments
 (0)