Working on a Xamrin.Forms application for android I wanted to make use of the Unity IoC-Container. I added the XLabs-IoC-Unity package via NuGet, but whe I build my application I get the following Error:
Error 5 Assembly 'XLabs.Ioc.Unity, Version=2.0.5546.35668, Culture=neutral, PublicKeyToken=null' uses 'Microsoft.Practices.Unity, Version=3.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'Microsoft.Practices.Unity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' \XLabs.Ioc.Unity.dll .Droid
What is it I am doing wrong?
Regards
Rainer