Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit ed08146

Browse files
committed
React to Kestrel rename
aspnet/KestrelHttpServer#11
1 parent 8874b64 commit ed08146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/StaticFileSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.Urls http://localhost:12345/"
44
},
55
"dependencies": {
6-
"Kestrel": "1.0.0-*",
6+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
77
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
88
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
99
"Microsoft.AspNet.StaticFiles": "1.0.0-*",

0 commit comments

Comments
 (0)