microsoft-authentication-library-for-dotnet icon indicating copy to clipboard operation
microsoft-authentication-library-for-dotnet copied to clipboard

[Feature Request] Update json serialization library to System.Text.Json

Open henrik-me opened this issue 5 years ago • 3 comments
trafficstars

Replace json serialization/deserialization to use https://www.nuget.org/packages/System.Text.Json/

henrik-me avatar Dec 19 '19 06:12 henrik-me

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

bgavrilMS avatar Jan 08 '20 15:01 bgavrilMS

The TFMs are no longer relevant and we should explore moving to system.text

bgavrilMS avatar Jun 24 '22 11:06 bgavrilMS

Related migration doc.

pmaytak avatar Jul 16 '22 01:07 pmaytak