Xamarin Studio在升级到Azure Mobile Services 1.1.0后查找同一依赖程序集的不同版本之间的冲突

Ani*_*rma 5 azure xamarin.android xamarin azure-mobile-services

我最近将Azure Mobile Services组件从1.0.3升级到1.1.0.升级后,我收到警告,如

a.  C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(3,3): Warning MSB3247: Found conflicts between different versions of the same dependent assembly. (MSB3247) 
b.  C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(5,5): Warning MSB3247: Found conflicts between different versions of the same dependent assembly. (MSB3247) 
Run Code Online (Sandbox Code Playgroud)

我认为这会导致我的应用程序出现问题.关于为什么会发生这种情况的指针以及如何解决这个问题?

提前致谢