In case it might help anyone else, I\'ll ask and answer this little question about an issue that can appear in Xamarin.Android and Xamarin.iOS projects after an update from
I use VS Entreprise 2017 Version 15.9.1
To solve the problem I face ( Can not resolve reference: System.Buffers
, referenced by System.Memory
. Please add a NuGet package or assembly reference for System.Buffers
, or remove the reference to System.Memory
.),
I just install System.Buffers package by this command:
Install-Package System.Buffers -Version 4.5.0
https://www.nuget.org/packages/System.Buffers/