Compliance: Unit test SDK depends on Newtonsoft.Json 9.0.1
xiaomi7732 opened this issue · 2 comments
Dependency graph:
It looks like an option is to bump the unit test SDK to 17.4.0-preview-20220707-01 or above, that will carry a version of Newtonsoft.Josn >= 13.0.0
Considering it is unit tests only, the production package doesn't depend on it, another option might be to hold still until there's a newer stable version of the test SDK.
Does anyone see an urgent to upgrade it immediately? There's also an option to directly depend on the latest version of Newtonsoft.Json
in the unit test project.
Tagging @JacobBovee , @karolz-ms too. Does either of you have any preference?
No strong preference since this is test code. Bumping the test SDK to 17.4+ might be the safest option if you decide to fix it now, as opposed to waiting.