I recently started to develop android apps with Xamarin for Visual studio, but every time I want to install a Nuget package for C#.Net I get this error Message:
The package "System.Reflection.Extensions 4.0.0" couldn't be installed. You try to install the package into a project, which refers to MonoAndroid,Version=v7.1", the package doesn't contain assemblyreferences or contentfiles, which are compatible with this framework. Contact the Autor of the nuget package for more information.
Is there any way to modify the nugetpackage to match my needs or do I really have to contact the author of the package?