Added KestrelHttpServer

This commit is contained in:
David Fowler 2014-06-29 08:44:08 -07:00
parent e32d1b069f
commit 6277e70ac8
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ var repos='${new Dictionary<string,string> {
{"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"},
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
{"WebListener", gitHubUriPrefix + "WebListener.git"},
{"KestrelHttpServer", gitHubUriPrefix + "KestrelHttpServer.git"},
{"WebSockets", gitHubUriPrefix + "WebSockets.git"},
{"Entropy", gitHubUriPrefix + "Entropy.git"},
}}'