我有一个主项目和一个用NUnit进行测试的项目。 在我安装了Newtonsoft.Json.NET的两个项目中,测试项目都有主项目的参考。
当我尝试运行测试时,我收到此错误:
----> System.IO.FileNotFoundException : Could not load file or
assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral,
PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies.
The system cannot find the file specified.
如何解决它?
更新 刚刚注意到它正在寻找版本9.0.0.0但是在nuget上只有9.0.1和8.x.x如何更改它所寻找的版本?