Xamarin.forms Can';t从Xamarin表单应用程序生成发布版本

Xamarin.forms Can';t从Xamarin表单应用程序生成发布版本,xamarin.forms,Xamarin.forms,在调试模式下,它可以工作,但当我尝试使用Release或generate Archive进行发布时,出现以下错误: Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. The

在调试模式下,它可以工作,但当我尝试使用Release或generate Archive进行发布时,出现以下错误:

Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved.  
These reference conflicts are listed in the build log when log verbosity is set to detailed.

The "LinkAssemblies" task failed unexpectedly.

Java.Interop.Tools.Diagnostics.XamarinAndroidException: error XA2006: 
Could not resolve reference to 'Plugin.Geolocator.Abstractions.Position' 
(defined in assembly 'AppSAV, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null') 
with scope 'Plugin.Geolocator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. 
When the scope is different from the defining assembly, it usually means that the type is forwarded. 
---> Mono.Cecil.ResolutionException: Failed to resolve Plugin.Geolocator.Abstractions.Position

Time Elapsed 00:00:37.95

Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, 
.NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' 
instead of the project target framework '.NETStandard,Version=v2.0'. 
This package may not be fully compatible with your project.

我一直在搜索plugin.geoloator,但没有找到它,只安装了xam.plugin.geoloator(不知道是否相同)。

过了很多小时,现在它开始工作了。需要检查iOS项目、Android项目、PLC项目和2个项目依赖项中插件xam.plugin.geologitor的版本。除了一个项目,他们得到了所有相同的版本。我将所有内容上传到同一个版本,现在可以编译为发布模式。

经过许多小时后,现在它开始工作了。需要检查iOS项目、Android项目、PLC项目和2个项目依赖项中插件xam.plugin.geologitor的版本。除了一个项目,他们得到了所有相同的版本。我将所有内容上传到同一版本,现在可以编译为发布模式。

,很高兴听到您自己解决了问题,请记住将您的回复标记为答案,这对其他面临相同问题的社区成员是有益的,谢谢。很高兴听到您自己解决了问题,请记住将您的回复标记为答案,这对其他面临相同问题的社区成员是有益的,谢谢。