Unnati
Unnati

Reputation: 41

Error while installing Xamarin.Auth on visual studio 2015 community

While installing Xamarin.Auth Nuget i am getting following error:

Severity Code Description Project File Line Suppression State Error Could not install package 'Validation 2.0.4.14103'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.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. 0

Upvotes: 4

Views: 377

Answers (1)

timkly
timkly

Reputation: 793

I resolved this by updating the Nuget Package for 'Validation' to 2.3.7 which was then installed to the iOS project without issue.

I was then able to install Xamarin.Auth to the iOS project.

Upvotes: 2

Related Questions