danesparza / OWIN-WebAPI-Service

:white_check_mark: OWIN / WebAPI windows service example. Includes attribute based routing sample
MIT License
206 stars 54 forks source link

This package does not support the .net core. #8

Open gittadesushil opened 5 years ago

gittadesushil commented 5 years ago

My project is .net core project. When I install Microsoft.AspNet.WebApi.OwinSelfHost I am getting warning. I need a requirement where I want to dockerize the test. If this is not .net core or standard compatible then I can't dockerize it.

danesparza commented 5 years ago

Great point, @gittadesushil -- this isn't a .NET Core project, and I haven't done any research on how to make this .NET Core compatible.

I do accept pull requests, though. 😃