how to host the kestrel web server in a application running under .net framework 4.5.x or 4.6.x. Currently I am getting an error saying that
"Unable to load DLL 'libuv': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Running kestrel on .net 4.xx has benefits of being an embedded web server that can be used to serve web pages from windows services etc.