Skip to content
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

Replace Newtonsoft.Json with System.Text.Json #3032

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

am11
Copy link
Contributor

@am11 am11 commented Aug 29, 2022

Replaces Newtonsoft.Json with System.Text.Json. The latter supports .NET Framework 4.6.2 onwards.

@am11 am11 requested a review from a team as a code owner August 29, 2022 20:53
@nibanks nibanks added external Proposed by non-MSFT Language: C# Related to the C# interop layer labels Aug 29, 2022
@nibanks
Copy link
Member

nibanks commented Aug 29, 2022

So what exactly does this PR give us?

@am11
Copy link
Contributor Author

am11 commented Aug 29, 2022

It switches third-party dependency with the one provided by runtime team. When TargetFramework is revved to net6.0 or above, this PackageReference can be dropped.

@nibanks nibanks merged commit f782036 into microsoft:main Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Proposed by non-MSFT Language: C# Related to the C# interop layer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants