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

Lower netstandard and Json.NET versions. #2

Open
yanpaulo opened this issue Mar 19, 2019 · 2 comments
Open

Lower netstandard and Json.NET versions. #2

yanpaulo opened this issue Mar 19, 2019 · 2 comments
Assignees

Comments

@yanpaulo
Copy link
Owner

yanpaulo commented Mar 19, 2019

Any suggestion on versions? I'd like to go down to netstandard 1.4 so that older UWP platforms can also be supported.
Would that be a problem? What is the newest version of Json.NET that supports netstandard 1.4?

@yanpaulo yanpaulo self-assigned this Mar 19, 2019
@AKTheKnight
Copy link
Contributor

From here the Json.NET nuget page it seems like even the latest version would support netstandard 1.0 if you wanted: https://www.nuget.org/packages/Newtonsoft.Json/

image

@yanpaulo yanpaulo removed their assignment Mar 22, 2019
@yanpaulo
Copy link
Owner Author

Well in fact I can use Json.NET even at netstandard 1.0, but I've just found out that there's no reason to. Lower netstandard libs and platforms can still consume libs targeted to 2.0 and there are benefits on package management.
This is described in James' blog and by the way, I will lower Json.NET's version to 11.0, which is the first one that also targets netstandard 2.0.

@yanpaulo yanpaulo self-assigned this Mar 22, 2019
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

No branches or pull requests

2 participants