How to fix issue with Newtonsoft.JSON dependency?

前端 未结 2 1696
清酒与你
清酒与你 2021-01-24 12:54

We have .NET Framework 4.6.2 on server. Our project uses the latest version of Newtonsoft.Json. When I try to run our project it fails with the following error:

         


        
2条回答
  •  孤城傲影
    2021-01-24 13:44

    You could try this to find what actually causes the issue: https://marketplace.visualstudio.com/items?itemName=MykolaTarasyuk.ReferenceConflictsAnalyser

提交回复
热议问题