【发布时间】:2018-01-22 14:52:16
【问题描述】:
我刚刚安装了 vs 2017 并想运行我的项目,但我面临很多警告和错误,所以我意识到我应该更新我的 xamarin.android nuget 包,但我不断收到以下错误消息:
Severity Code Description Project File Line Suppression State Error Could not install package 'Xamarin.Android.Support.Animated.Vector.Drawable 27.0.2-preview1'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v8.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. 0
修复 vs 无效;删除nuget.config 无效;我什至更改了 .csproj 文件中的版本,但是当我加载项目时,它又回到了 v8.0。
【问题讨论】:
标签: xamarin nuget visual-studio-2017 updates nuget-package