Google-Login-Xamarin-Forms icon indicating copy to clipboard operation
Google-Login-Xamarin-Forms copied to clipboard

Package does not contain any assembly references or content files that are compatible with that framework.

Open alammoiz opened this issue 7 years ago • 0 comments

PM> Install-Package Plugin.Google -Version 1.0.1 Attempting to gather dependency information for package 'Plugin.Google.1.0.1' with respect to project 'App.Droid', targeting 'MonoAndroid,Version=v7.0' Attempting to resolve dependencies for package 'Plugin.Google.1.0.1' with DependencyBehavior 'Lowest' Resolving actions to install package 'Plugin.Google.1.0.1' Resolved actions to install package 'Plugin.Google.1.0.1' GET https://www.nuget.org/api/v2/package/Microsoft.Bcl.Build/1.0.14 OK https://www.nuget.org/api/v2/package/Microsoft.Bcl.Build/1.0.14 1950ms Installing Microsoft.Bcl.Build 1.0.14. Install failed. Rolling back... Package 'Microsoft.Bcl.Build.1.0.14' does not exist in project 'App.Droid' Package 'Microsoft.Bcl.Build.1.0.14' does not exist in folder 'D:\Xamarin\TestAppHello\packages' Install-Package : Could not install package 'Microsoft.Bcl.Build 1.0.14'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v7.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. At line:1 char:1

  • Install-Package Plugin.Google -Version 1.0.1
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    

alammoiz avatar Nov 21 '17 21:11 alammoiz