Add Microsoft.Extensions.Hosting and Microsoft.Extensions.Hosting.Abstractions to the Microsoft.NET.Sdk.Worker SDK #15038
Open
Description
opened on Dec 10, 2020
Hi, I was recently building a worker project and took advantage of the Microsoft.NET.Sdk.Worker
SDK. It was great, except I found it odd that I had to separately install the Microsoft.Extensions.Hosting
and Microsoft.Extensions.Hosting.Abstractions
packages since they are pretty core to using the hosted service system and everything else I needed was included out of the box.
Thanks for the awesome work!
Activity