Install WindowsAzure.Storage to PCL targeting Xamarin platforms

可紊 提交于 2019-12-11 07:37:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!