我正在尝试将.Net Core Console应用程序设置为服务.使用.Net标准我通常使用Topshelf,但这似乎不支持.Net Core.
由于Topshelf不是一个选项,我可以做什么来运行.Net Core Console应用程序作为Windows服务?
我来访问https://github.com/PeterKottas/DotNetCore.WindowsService,这是生产环境的可行替代品吗?
c# console-application .net-core-2.0
.net-core-2.0 ×1
c# ×1
console-application ×1