I am trying to compile the sourcecode of Umbraco 6.0.3 with Visual Studio 2012. However, this solution references a number of custom NuGet packages hosted on MyGet. Somehow Nuget does not seem able to get these custom packages, while it is able to get other package from the official NuGet repository for the same solution. It keeps giving me this kind of errors:
Unable to find version '2.0.0' of package 'log4net-mediumtrust'.
Has anyone seen this kind of behaviour before and perhaps found a solution?
Compiling 6.0.3 source with MyGet packages
I am trying to compile the sourcecode of Umbraco 6.0.3 with Visual Studio 2012. However, this solution references a number of custom NuGet packages hosted on MyGet. Somehow Nuget does not seem able to get these custom packages, while it is able to get other package from the official NuGet repository for the same solution. It keeps giving me this kind of errors:
Has anyone seen this kind of behaviour before and perhaps found a solution?
I recently came across this error while compiling v7.0.1.
You need to add the Umbraco MyGet package source: http://www.myget.org/F/umbracocore/ to VS2012, then re-attempt to restore.
Cheers, Jade
is working on a reply...