-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
M.E.DependencyModel currently supports several TFMs which means we have to maintain the use of two JSON APIs (System.Text.Json for netstandard2.0+ and Newtonsoft.Json for < netstandard2.0).
We should consider only targeting netstandard2.0 for the upcoming major release and simplify our dependencies.
VS requires 4.7.2 which is compatible with netstandard2.0.
This effort goes in conjunction with dotnet/announcements#90 and helps remove the dependency on Json.NET more cleanly: https://github.com/dotnet/core-setup/issues/3311
Related PRs:
- Update M.E.DependencyModel to use S.T.Json source for netstandard2.0 core-setup#5009
- [WIP] Update core-setup local tools to use S.T.Json for netstandard2.0 instead core-setup#5010
cc @joshfree, @glennc, @eerhardt, @terrajobst, @jaredpar, @ericstj, @davidfowl, @livarcocc
Reactions are currently unavailable