By default, Xamarin.iOS and Xamarin.Android projects use a package.config
file to manage Nuget dependencies. The Microsoft page about Package references (PackageReference) in project files says:
By default, PackageReference is used for .NET Core projects, .NET Standard projects, and UWP projects targeting Windows 10 Build 15063 (Creators Update) and later. .NET full framework projects support PackageReference, but currently default to packages.config. To use PackageReference, migrate the dependencies from packages.config into your project file, then remove packages.config.
I think this is not clear about the use of PackageReference style in Xamarin.Android or Xamarin.iOS projects.
My question: is it possible to use PackageReference in Xamarin.iOS and Xamarin.Android projects?