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

Refine the build targets #83

Closed
gintsk opened this issue Feb 13, 2024 · 2 comments · Fixed by #88
Closed

Refine the build targets #83

gintsk opened this issue Feb 13, 2024 · 2 comments · Fixed by #88

Comments

@gintsk
Copy link
Contributor

gintsk commented Feb 13, 2024

Looking on our build targets it looks like:
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>

Can we drop net461 as it is out-of-support?
Should it be replaced by net462 or can we just trim it? Are we using something useful from it?

@viceice
Copy link
Collaborator

viceice commented Feb 13, 2024

please leave full net framework, i still need it on some sharepoint projects 🙃

but we can raise it to net462 as suggested by MS1

Footnotes

  1. https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting

@gintsk
Copy link
Contributor Author

gintsk commented Feb 13, 2024

Will pin it here, for future reference

CONSIDER adding a target for net462 when you're offering a netstandard2.0 target.

Using .NET Standard 2.0 from .NET Framework has some issues that were addressed in .NET Framework 4.7.2. You can improve the experience for developers that are still on .NET Framework 4.6.2 - 4.7.1 by offering them a binary that's built for .NET Framework 4.6.2.

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

Successfully merging a pull request may close this issue.

2 participants