Open zhixiao-kooboo opened 1 year 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.
Currently, the target framework of PrintIt.Core is
netcoreapp3.1
. I tried to switch it tonetstandard2.1
, and the build also succeeded. Do we have any reason to usenetcoreapp3.1
?