I am having difficulty installing a new version of Umbraco 8 using VS 2015 and .NET 4.7.2.
I receive the following error after running Install-Package UmbracoCms in nuget package manager console.
> Could not install package
> 'Microsoft.Extensions.DependencyInjection.Abstractions 2.0.0'. You are
> trying to install this package into a project that targets
> '.NETFramework,Version=v4.7.2', but the package does not contain any
> assembly references or content files that are compatible with that
> framework.
Incompatible package - Microsoft.Extensions.DependencyInjection.Abstractions 2.0.0
Hi,
I am having difficulty installing a new version of Umbraco 8 using VS 2015 and .NET 4.7.2.
I receive the following error after running Install-Package UmbracoCms in nuget package manager console.
Does anyone know how I could resolve this?
Hi Dominic, as per the system requirements you'll need at least Visual Studio 2017 (updated to at least version 15.9.6) for Umbraco 8 to install.
https://our.umbraco.com/documentation/Getting-Started/Setup/Requirements/
ah, missed that - thanks
This happened to me. I changed .NET temporarily to 4.7.1 and it ran normally. But I do not recommend it, I did it for testing.
is working on a reply...