I'm trying to configure https to my Kestrel server to work on Ubuntu 14 with dnxcore50.
But when I add a dependency to:
"Microsoft.AspNet.Server.Kestrel.Https": "1.0.0-rc1-final"
And I try to restore my package I get this message:
Dependency Kestrel.Https 1.0.0-rc1-final does not support framework DNXCore, Version=v5.0
If I go to windows and use dnx451 and add the same dependency things works great.
But, if I can't use Kestrel.Https on Ubuntu with dnxcore50, how can I configure Https on Ubuntu using dnxcore50?