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

Replace the .NET Framework 4.6.1 target framework moniker by a .NET Framework 4.6.2 TFM #2179

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

kevinchalet
Copy link
Member

OpenIddict currently targets .NET Framework 4.6.1, that stopped being supported two years ago. A lot of projects - including Microsoft projects - started requiring .NET Framework 4.6.2 as the lowest version. This PR adopts the same logic in OpenIddict by replacing the net461 TFM by a net462 TFM.

Note: most OpenIddict packages still target .NET Standard 2.0 - which means you can still use them on .NET Framework 4.6.1 - but some don't - e.g the OpenIddict OWIN packages - which will require re-targeting your application to use OpenIddict 6+.

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

Successfully merging this pull request may close these issues.

1 participant