You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: