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
We now use system.text.json even on framework builds. I believe @ladipro has a change to make this even more common. On framework, we need to ensure we have an 8.0.0 reference.
For core, we shouldn't have a reference at all (but we add it in a couple of places).
Changes needed:
Ensure all projects that run in framework and use System.Text.Json have an explicit 8.0.0 reference
In digging through https://github.com/dotnet/sdk/pull/39901/files, we realized that our logic for UseSystemTextJson is a bit off.
We now use system.text.json even on framework builds. I believe @ladipro has a change to make this even more common. On framework, we need to ensure we have an 8.0.0 reference.
For core, we shouldn't have a reference at all (but we add it in a couple of places).
Changes needed:
a. It appears to be in main already but unused: https://github.com/dotnet/sdk/blob/main/eng/Versions.props#L38
The text was updated successfully, but these errors were encountered: