Error : Newtonsoft.Json already has a dependency defined for Microsoft.CSharp
Image:
Image:
Solution:
PM> Install-Package Newtonsoft.Json -Version 9.0.1
Note: I fixed the issue by installing the older version of Newtonsoft Json
Image:
Could not load type 'System.Collections.Generic.IReadOnlyDictionary |
'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp' |
Solution:
PM> Install-Package Newtonsoft.Json -Version 9.0.1
Note: I fixed the issue by installing the older version of Newtonsoft Json
Advertisement