PeterKottas / DotNetCore.WindowsService

Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
MIT License
568 stars 150 forks source link

Support net461 for better compatibility. #85

Closed simon-taylor-bjss closed 6 years ago

simon-taylor-bjss commented 6 years ago

It would make sense to support net461 rather than net471 as it is more widely available and there isn't any net471 functionality that the code relies upon.

PeterKottas commented 6 years ago

Thanks for the suggestions, there were some merge conflicts by the time I got to this, but I've incorporated your changes in the latest release.