Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target framework of PrintIt.Core #30

Open
zhixiao-kooboo opened this issue Oct 19, 2023 · 1 comment
Open

Target framework of PrintIt.Core #30

zhixiao-kooboo opened this issue Oct 19, 2023 · 1 comment

Comments

@zhixiao-kooboo
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants