I'm trying to start a fresh install of Umbraco (latest stable, 8.6.3) using NuGet, and I'm getting the following error during the process:
Unable to find a version of 'ImageProcessor.Web' that is compatible with 'UmbracoCms 8.6.3 constraint: ImageProcessor.Web (>= 4.10.0.100 && < 4.999999.0)'.
It's requiring a version number that can't possibly exist. Is there any way to adjust this?
Version issue with NuGet package
I'm trying to start a fresh install of Umbraco (latest stable, 8.6.3) using NuGet, and I'm getting the following error during the process:
It's requiring a version number that can't possibly exist. Is there any way to adjust this?
Hey,
No idea :), but you can download directly from here https://our.umbraco.com/download/releases/
Follow these steps
This will work :)
Same problem here. It is appreaciated D K M J, but your solution is not an answer to this problem - it is a workaround.
Resolved by downgrading the “Microsoft.CodeCom.Providers.DotNetCompilerPlatform” package back to 2.0.1 from 3.6.0.
Thanks a lot Eric... Your solution working for me...
Thank you, saved my day.
Worked for me too when setting up 8.13.0.
For reference you can downgrade the version of “Microsoft.CodeCom.Providers.DotNetCompilerPlatform” via NuGet in VS.
just had the same problem so thanks for the answer Eric Z
is working on a reply...