jcheng31 / DarkSkyApi

An unofficial C# library for the Dark Sky weather service. Targets .NET Standard 1.1.
MIT License
32 stars 18 forks source link

Unable to install package in Xamarin Forms App #16

Closed aherrick closed 8 years ago

aherrick commented 8 years ago

Trying to Install in File => New Xamarin Forms App (iOS/Android/UWP) simply fails.

Thanks for the work though looks nice!

jcheng31 commented 8 years ago

Hey @aherrick - I was able to reproduce this in a clean Xamarin Forms app, and it seems the issue is because NuGet tries to install Microsoft.Bcl.Build version 1.0.14 when resolving dependencies; this doesn't seem to play nicely with Xamarin.

On the bright side, the latest version of that library (1.0.21) can be installed, after which ForecastPCL should install without issue. Could you try manually installing that first and trying ForecastPCL again?