I would be good to update the Newtonsoft.json because the current version used, 11.0.0.0, has the following warning:
- This package has at least one vulnerability with high severity. It may lead to specific problems in your project. Try updating the package version.
Details
- Advisory: https://github.com/advisories/GHSA-5crp-9r3c-p9vr Severity: high
If upgraded, then I could use a Workflow script that references the OneSpanSDK.dll, which references the Newtonsoft.json dll.
Currently, I get this error when I run the script:
- Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)