sjdirect / abot

Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
Apache License 2.0
2.25k stars 560 forks source link

Can't install package in VS 2017 #205

Closed MESWEB closed 5 years ago

MESWEB commented 5 years ago

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.

sjdirect commented 5 years ago

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.