Can't install NuGet-Packages (Xamarin Android project)

Viewed 3420

I have a problem with NuGet installing the "Xamarin.JOSE.JWT" package. I get the following error:

> Could not install package 'Xamarin.JOSE.JWT 1.0.3'. You are trying to
> install this package into a project that targets
> 'MonoAndroid,Version=v6.0', 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.

Is this a known problem or is there a workaround for this?

1 Answers
Related