Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
React to Kestrel rename
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 committed Aug 12, 2015
1 parent da6db4f commit 318fa22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/Logging.Elm/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5000"
},
"dependencies": {
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*"
Expand Down

0 comments on commit 318fa22

Please sign in to comment.