imazen / imageflow-dotnet

The official .NET API for Imageflow, the Rust image processing and optimization engine for web servers
GNU Affero General Public License v3.0
143 stars 25 forks source link

Error Installing ImageFlow.net #5

Closed AnupDeval closed 6 years ago

AnupDeval commented 6 years ago

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?

lilith commented 6 years ago

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

AnupDeval commented 6 years ago

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

lilith commented 6 years ago

You need .Net Framework 4.6.1 or higher.

AnupDeval commented 6 years ago

Thanks a lot for the information.

Regards, Anup

On Mon, Apr 9, 2018 at 3:35 PM, Nat Jones notifications@github.com wrote:

You need .Net Framework 4.6.1 or higher.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/imazen/imageflow-dotnet/issues/5#issuecomment-379885609, or mute the thread https://github.com/notifications/unsubscribe-auth/AkdL57xiezQybcWM2Rxs-DqutsXkPvf1ks5tm8YWgaJpZM4TNFvy .

-- A.D.Deval