LINQ2DynamoDB 2.2.0
Added ToListAsync() and FindAsync() methods. Now queries can be executed asynchronously.
Fixed nuget references (version 2.1 had a global reference to NETStandard.Library, so it was downloaded even for normal .Net Framework projects and caused them to stop compiling, sorry for that).