I installed Unity for DI and by NuGet is giving an error, which I do not understand, it seems to me that it points to NewtonSoft, see the error below:
Install-Package: An error occurred while retrieving package metadata for 'Newtonsoft.Json.10.0.2' from source 'C: \ Sites \ my_webapi \ packages'. At line: 1 char: 1 + Install-Package Unity + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId: NuGetCmdletUnhandledException, NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
I tried to remove it like this:
PM> Unistall-Package Newtonsoft.Json RemoveDependencies
and gives an error similar to above, but with this message:
'RemoveDependencies' is not found.