Installing the .NET client NuGet package into an Android or iOS Xamarin project in Visual Studio results in references to the OOB System.Runtime and System.Threading.Tasks being added to the project which causes build errors as Mono.Android and MonoTouch already have them.
Manually removing the references from the project fixes the error.
Installing the .NET client NuGet package into an Android or iOS Xamarin project in Visual Studio results in references to the OOB System.Runtime and System.Threading.Tasks being added to the project which causes build errors as Mono.Android and MonoTouch already have them.
Manually removing the references from the project fixes the error.