问题
I need Azure Storage support in my app. I tried to add the nuget package, but I get the error that the dependency Microsoft.WindowsAzure.ConfigurationManager doesn't supports my current project. I targeted WP8 and Xamarin.Android.
How can I get it into my PCL?
回答1:
The WindowsAzure.Storage package doesn't support PCLs. It looks like there is a preview version that may support Windows Store apps and Windows Phone 8.
You can request that the team add PCL support, or adapt the source code yourself.
来源:https://stackoverflow.com/questions/22103640/install-windowsazure-storage-to-pcl-targeting-xamarin-platforms