Can't install NuGet packages that require Newtonsoft.Json.10.0.1 in Visual Studio 2015
I'm having a problem installing NuGet packages that require Newtonsoft.Json.10.0.1 I recently installed it and when I try to install the packages it needs I get this error:
Severity Code Description Project File Line
Error An error occurred while retrieving package metadata for 'Newtonsoft.Json.10.0.1' from source 'C:\Users\Sharon Umute\documents\visual studio 2015\Projects\sermon\packages'. 0
I tried upgrading to Newtonsoft.Json.10.0.2 and adding the path to environment variables, but I keep getting the same error. I checked the path, Newtonsoft.Json.10.0.2 folder contains libs, tools and Newtonsoft.Json.10.0.1.nupkg. I would really appreciate help with this.
+3
source to share