I\'ve looked this question up, but I don\'t see too many answers, and obviously none have been helpful or I wouldn\'t be asking. I am a .NET neophyte.
My local enviro
First step is try to rebuild your project. If it doesn't help: find 'Newtonsoft' in 'Nuget package Manager' and uninstall it. If it have a references => put checkboxes (Remove dependencies, Force uninstall) and in dropdowns (Dependency behavior => Ignore dependencies, File conflict action => Ignore All)
Install 'Newtonsoft' again.