imazen/imageflow-dotnet

Error Installing ImageFlow.net

AnupDeval opened this issue · 4 comments

Hi, I am trying to install the ImageFlow.net using NugetPackage using VS2017.
I am getting below error,

"Could not install package 'Imageflow.Net 0.2.6'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framework."

Can you please help me with the same?

You need to change your project to use the latest version of .NET - something .NET Standard compatible.

Are you suggesting me to make use of .net 2.0 Framework? Currently I am using .net 4.5 version.

You need .Net Framework 4.6.1 or higher.