You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 to
netstandard2.1
, and the build also succeeded.Do we have any reason to use
netcoreapp3.1
?The text was updated successfully, but these errors were encountered: