I have been working on Abot v2 for a while now. Getting ready to release the early version of the nuget package after I update the docs. The main diff is that you should use the Abot2 namespace in place of Abot namespace. For example...
using Abot2.Crawler;
using Abot2.Poco;
instead of ....
using Abot.Crawler;
using Abot.Poco;
Docs to come. Stay tuned. This is all currently in a branch named "dotnet-standard" that will be merged to master soon. The Abot namespace (old one) will likely be removed in a future release but I have that code as part of the same solution for now.