Skip to content

Commit

Permalink
React to Kestrel rename
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 committed Aug 13, 2015
1 parent 9f98b86 commit 5638ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Benchmarks/hosting.Kestrel.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
server=Kestrel
server=Microsoft.AspNet.Server.Kestrel
server.urls=http://*:5001
4 changes: 2 additions & 2 deletions src/Benchmarks/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
"Newtonsoft.Json": "7.0.1"
},

"commands": {
"web": "Microsoft.AspNet.Hosting --config hosting.WebListener.ini",
"kestrel": "Kestrel --config hosting.Kestrel.ini"
"kestrel": "Microsoft.AspNet.Server.Kestrel --config hosting.Kestrel.ini"
},

"frameworks": {
Expand Down

0 comments on commit 5638ac8

Please sign in to comment.