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

OAuth2IntrospectionHandler uses ISystemClock that is obsolete in .NET 8 #189

Open
nuttytree opened this issue Apr 4, 2024 · 1 comment

Comments

@nuttytree
Copy link

In .NET 8 Microsoft made the ISystemClock interface obsolete. In my code I have a need to extend the OAuth2IntrospectionHandler but now that I am working to get ready for .NET 8 I get compile errors because of the obsolete ISystemClock. In general a NuGet should be targeting all currently supported versions of .NET both because it gives consumers of the NuGet confidence that the code has been evaluated and tested against the newer versions of .NET and so that changes like this can be accounted for based on the target version of the NuGet build.

@askids
Copy link

askids commented Jun 29, 2024

I have submitted a PR #191 to add .Net 8.0 support.

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

No branches or pull requests

2 participants