huysentruitw / print-it

Windows service for printing PDF files to a local or network printer in the background
MIT License
84 stars 43 forks source link

Target framework of PrintIt.Core #30

Open zhixiao-kooboo opened 1 year ago

zhixiao-kooboo commented 1 year ago

Currently, the target framework of PrintIt.Core is netcoreapp3.1. I tried to switch it to netstandard2.1, and the build also succeeded. Do we have any reason to use netcoreapp3.1?

huysentruitw commented 9 months ago

There's no real reason, I just picked the same as the service-host itself which is a self-contained deployment. Since there is no NuGet package of this, I don't think it really matters. I do think the ServiceHost can use an update to .NET 8, and PrintIt code can as well be netstandard2.1 indeed.