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 the new preview package a dependency on System.Text.Json has been added as it is not available in net standard 2.0. However if the net 6 TFM is added, this dependency could be placed behind a condition so that on the newer frameworks you won't have this polyfil package dependency.
The text was updated successfully, but these errors were encountered:
In the new preview package a dependency on System.Text.Json has been added as it is not available in net standard 2.0. However if the net 6 TFM is added, this dependency could be placed behind a condition so that on the newer frameworks you won't have this polyfil package dependency.
The text was updated successfully, but these errors were encountered: