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

Use System.Text.Json instead of Newtonsoft.Json #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frg2089
Copy link

@frg2089 frg2089 commented Jan 10, 2024

The library is built-in as part of the shared framework for .NET Core 3.0 and later versions.

https://learn.microsoft.com/dotnet/standard/serialization/system-text-json/overview

@geaz
Copy link
Member

geaz commented Feb 9, 2024

Thank you for the pull request! Unfortunately System.Text.Json is not working with ahead of time compilation in .net 8.0
Thats why Newtonsoft is still a dependency at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants