-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:
@@ -2,7 +2,7 @@
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true,
|
||||
"copyToOutput": {
|
||||
"include": [ "views", "content" ]
|
||||
"include": [ "views", "content", "config.json" ]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user