sjdirect / abot

Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install package in VS 2017

MESWEB opened this issue · comments

Error Could not install package 'Abot 2.0.47'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

You are trying to install a dotnet standard 2 project into a project that targets .net 4.5. If your project targets .net 4.6.1 or greater it should work. If you can't change the target of your project you can just install abot nuget versions less than version 2.0 and you should be good since those target .net 4.0 which is backwards compatible with 4.5.