-
Notifications
You must be signed in to change notification settings - Fork 223
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
Support netstandard 2.1 rather than netcoreapp3.0 #9
Comments
Any update on this? Thanks. |
@yohanb : I don't think that would be possible. Microsoft.AspNetCore.Authentication.JwtBearer (which is one of our dependencies) for instance does not have a target platform for netstandard2.1 ... |
@jmprieur maybe it would be possible to extract most of the functionality into a separate package that is netstandard compatible. For example, implementing |
Thanks @yohanb :as we are making more features available in .NET framework, we'll think of your suggestion. |
blocked as MSAL.NET does not support netstandard2.1 |
@jennyf19 Latest version of Microsoft.Identity.Client does target netstandard2.1 |
@stephenjust We recently split the Ms.Id.Web package into smaller nuget packages for the tokenCache and certificate loading both of which support netstandard2.0. Would that give you the APIs you are looking for? |
Yes, this is helpful, thanks! |
See request: #242 (comment)
Copied from Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2#248
The text was updated successfully, but these errors were encountered: