FormsViewGroup.dll(v7.1)的$(TargetFrameworkVersion)大于项目(v6.0)xamarin的$(TargetFrameworkVersion) [英] The $(TargetFrameworkVersion) for FormsViewGroup.dll (v7.1) is greater than the $(TargetFrameworkVersion) for your project (v6.0) xamarin

查看:289
本文介绍了FormsViewGroup.dll(v7.1)的$(TargetFrameworkVersion)大于项目(v6.0)xamarin的$(TargetFrameworkVersion)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误发生在Visual Studio 2017和Xamarin上:

the error is on visual studio 2017 and xamarin:

严重性代码说明项目文件行抑制状态

Severity Code Description Project File Line Suppression State

警告FormsViewGroup.dll(v7.1)的$(TargetFrameworkVersion)大于项目(v6.0)的$(TargetFrameworkVersion).
您需要为项目增加$(TargetFrameworkVersion).

Warning The $(TargetFrameworkVersion) for FormsViewGroup.dll (v7.1) is greater than the $(TargetFrameworkVersion) for your project (v6.0).
You need to increase the $(TargetFrameworkVersion) for your project.

IpiCommunicationXamarin.Android D:\ XmarainTest \ IpiCommunicationXamarin \ IpiCommunicationXamarin \ IpiCommunicationXamarin.Android \ IpiCommunicationXamarin.Android.csproj

IpiCommunicationXamarin.Android D:\XmarainTest\IpiCommunicationXamarin\IpiCommunicationXamarin\IpiCommunicationXamarin.Android\IpiCommunicationXamarin.Android.csproj

推荐答案

这意味着您有一个引用( FormsViewGroup.dll ),该引用使用 7.1 ,但您的项目仅定位到 6.0 .

It means you have a reference (FormsViewGroup.dll) which uses the Android Framework Version of 7.1, but your project only targets 6.0.

您可以通过转到Android Project Properties(右键单击Android Project并单击Properties)并转到Application tab来更新 Android目标框架版本.如果在下拉菜单中找不到 7.1 ,则可以使用 Android SDK Manager 进行安装(我认为 7.1 API 25 ).

You can update your Android Target Framework Version by going to your Android Project Properties (right click the Android Project and click Properties) and go to Application tab. If you can't find the 7.1 on the dropdown, you can install it using Android SDK Manager (I think 7.1 is API 25).

希望这会有所帮助!

这篇关于FormsViewGroup.dll(v7.1)的$(TargetFrameworkVersion)大于项目(v6.0)xamarin的$(TargetFrameworkVersion)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆