aspnet / Hosting

[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Apache License 2.0
552 stars 312 forks source link

Hosting in .NET Core with Windows Compatibility Pack #1526

Closed xdvarpunen closed 6 years ago

xdvarpunen commented 6 years ago

Hi,

Could you remove requirement of the .NET Framework from https://www.nuget.org/packages/Microsoft.AspNetCore.Hosting.WindowsServices/? Since Windows Compatibility Pack nuget exist, the ServiceBase does not depend on .NET Framework anymore.