I'm trying to add the Hexasoft.Zxcvbn package to my Xamarin Droid project, however when I try to do so it errors:
Could not install package 'Hexasoft.Zxcvbn 1.0.2'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v7.1', 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
The source code is available on github (https://github.com/hexasoftuk/Hexasoft.Zxcvbn), so I can make any changes necessary. I'm just wondering what exactly has to be changed in order to support MonoAndroid 7.1?