MvvmCross.Plugin.Location.Fused 5.6.3 与 netstandard2.0 不兼容

MvvmCross.Plugin.Location.Fused 5.6.3 is not compatible with netstandard2.0

我正在使用 MvvmCross 5.6.3。
我尝试添加 MvvmCross.Plugin.Location.Fused 5.6.3.
包管理器的输出:

Package 'MvvmCross.Plugin.Visibility 5.6.3' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
Package 'PCLStorage 1.0.2' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
Package MvvmCross.Plugin.Location.Fused 5.6.3 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package MvvmCross.Plugin.Location.Fused 5.6.3 supports: monoandroid (MonoAndroid,Version=v0.0)
Package restore failed. Rolling back package changes for'DigitalWorkReport.Core'.
Time Elapsed: 00:00:00.2757496
========== Finished ==========  

问题:
1.如何添加MvvmCross.Plugin.Location.Fused5.6.3?
2. MvvmCross 5.6.3 的正确目标框架是什么? 3. MvvmCross 的.NET 依赖在哪里定义?

谢谢, 马克

MvvmCross.Plugin.Location.Fused 专门针对 Android,它依赖于 Android 的平台特定库。因此,您不应该(也不能)将它安装到 .NET Standard 库中。而是仅将其安装到 Android 项目,然后将 MvvmCross.Plugin.Location 安装到所有项目。