How do I use Topshelf with a .NET Core 2.1 application?

Viewed 6830

I have an console application on .NET Core 2.1. I have used top-shelf to have it configure it as a windows service.

Has anyone successfully ,installed a .NET Core console application as a windows services using top-shelf.

Any documentation leading to that, would be helpful

Thanks

3 Answers
Related