-
Notifications
You must be signed in to change notification settings - Fork 344
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
[Feature Request] Update json serialization library to System.Text.Json #1550
Labels
Comments
This is not achievable because System.Text.Json does not support all the frameworks MSAL is built againt:
|
7 tasks
The TFMs are no longer relevant and we should explore moving to system.text |
Related migration doc. |
bgavrilMS
moved this from In Progress
to Estimated/Committed
in MSAL Customer Trust / QM
Jul 22, 2022
pmaytak
moved this from In Progress
to Waiting for Code Review
in MSAL Customer Trust / QM
Aug 26, 2022
Repository owner
moved this from Waiting for Code Review
to Fixed
in MSAL Customer Trust / QM
Sep 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace json serialization/deserialization to use
https://www.nuget.org/packages/System.Text.Json/
The text was updated successfully, but these errors were encountered: