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

Revisit the targeted platforms #532

Open
Jericho opened this issue Oct 2, 2024 · 1 comment
Open

Revisit the targeted platforms #532

Jericho opened this issue Oct 2, 2024 · 1 comment
Assignees
Labels
Breaking Change This change causes backward compatibility issue(s)
Milestone

Comments

@Jericho
Copy link
Owner

Jericho commented Oct 2, 2024

StrongGrid currently targets net48, netstandard2.1, net60 and net7.0. Net 6.0 when out-of-support earlier this summer and Net 7.0 will reach end-of-support in about a month from now so I was about to suggest dropping these two frameworks and adding Net 9.0 which should be released momentarily.

But I started second-guessing my choice of targets mainly because StrongGrid does not depend on features that are specific to any of these net platforms, so why target them specifically? Wouldn't it be enough to simply target net48 and netstandard2.1?

@Jericho Jericho self-assigned this Oct 2, 2024
@Jericho Jericho added the Breaking Change This change causes backward compatibility issue(s) label Dec 20, 2024
@Jericho Jericho added this to the 0.111.0 milestone Dec 20, 2024
@Jericho
Copy link
Owner Author

Jericho commented Dec 20, 2024

Removing unsupported TFMs .NET 6 & 7. No need to add net9 or any other framework since we already target netstandard2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change This change causes backward compatibility issue(s)
Projects
None yet
Development

No branches or pull requests

1 participant