microsoft-authentication-library-for-dotnet
microsoft-authentication-library-for-dotnet copied to clipboard
[Feature Request] Update json serialization library to System.Text.Json
trafficstars
Replace json serialization/deserialization to use https://www.nuget.org/packages/System.Text.Json/
This is not achievable because System.Text.Json does not support all the frameworks MSAL is built againt:
| TFM | MSAL | System.Text.Json |
|---|---|---|
| net classic | 4.5 | 4.6.1 |
| net standard | 1.3 | 2.0 |
| UAP | 10 | 10.0.16 |
| Android | 9 | 10 |
The TFMs are no longer relevant and we should explore moving to system.text
Related migration doc.