Nuget install failure -- Visual Studio Pro 2013 12.0.21005.1 REL. Windows 7 64bit. Created a C# MVC project. When attempting to run PM> install-Package UmbracoCms -Version 7.0.1 -- package fails with the following message.
Attempting to resolve dependency 'Newtonsoft.Json (≥ 4.5.11 && < 5.0.0)'.
Install-Package : Already referencing a newer version of 'Newtonsoft.Json'.
nuget install failure -- install-Package UmbracoCms -Version 7.0.1 Newtonsoft.json
Nuget install failure -- Visual Studio Pro 2013 12.0.21005.1 REL. Windows 7 64bit. Created a C# MVC project. When attempting to run PM> install-Package UmbracoCms -Version 7.0.1 -- package fails with the following message.
Attempting to resolve dependency 'Newtonsoft.Json (≥ 4.5.11 && < 5.0.0)'.
Install-Package : Already referencing a newer version of 'Newtonsoft.Json'.
At line:1 char:16
+ install-Package <<<< UmbracoCms -Version 7.0.1
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
here is the packages.config line: <package id="Newtonsoft.Json" version="5.0.6" targetFramework="net45" />.
solution: I created a blank asp.net solution -- the nuget package for Umbraco CMS installed without a hitch. Ignore this bug report
is working on a reply...