Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp
Did a quick search and it appears that the latest version of Newtonsoft.Json is not compatible with ASP.NET 4.5 so I changed my target framework to 4.6
If any one else runs into this my fix was to uninstall Nuget Package Manager and then re-install. This seems to have been the issue, target framework wasn't the cause.
I noticed the release candidate needed version 3.5 of Nuget (original install of VS2015 will only have version 3.0) - be interested if your reinstall upped the version of Nuget that you had installed?
or whether you had the latest (eg 4 for VS2017) anyway.. and it just needed turning off and on again ?
Unable to Install Umbraco 7.6 via Nuget
Hi,
I am unable to install Umbraco 7.6 via Nuget. It appears that no one has been able to do this as there are no downloads recorded:
https://www.nuget.org/packages/UmbracoCms/
The error I get is:
Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp
Did a quick search and it appears that the latest version of Newtonsoft.Json is not compatible with ASP.NET 4.5 so I changed my target framework to 4.6
Still no luck though.
Anyone else experiencing this and know of a fix?
Cheers,
Marc
If any one else runs into this my fix was to uninstall Nuget Package Manager and then re-install. This seems to have been the issue, target framework wasn't the cause.
Hi Marc
I noticed the release candidate needed version 3.5 of Nuget (original install of VS2015 will only have version 3.0) - be interested if your reinstall upped the version of Nuget that you had installed?
or whether you had the latest (eg 4 for VS2017) anyway.. and it just needed turning off and on again ?
cheers
Marc
Hi Marc,
I had the issue with Visual Studio 2012, uninstalling and re-installing gave me the latest version.
Cheers,
Marc
I had this issue too, and just updating the Nuget Package Manager extension in Visual Studio 2013 was enough to get rid of the error for me.
is working on a reply...