Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top