-Kestrel +Suave

I could not get Kestrel to listen for requests on Linux, and Suave now
works with OWIN (and listens/responds on Linux as expected)
This commit is contained in:
Daniel J. Summers
2016-12-03 22:37:13 -06:00
parent 9d1a6395c9
commit f5b65d320e
3 changed files with 8 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
"buildOptions": {
"emitEntryPoint": true,
"copyToOutput": {
"include": [ "views", "content" ]
"include": [ "views", "content", "config.json" ]
}
},
"dependencies": {