检测到的包降级:Xamarin.Android.Support.Annotations从27.0.2到27.0.2-preview1

时间:2019-05-09 04:53:56

标签: android xamarin xamarin.forms

我正在尝试从https://github.com/jsuarezruiz/xamarin-forms-walkthrough构建简单的示例项目

在VS 2019中构建时出现以下错误:

Warning NU1605  Detected package downgrade: 

Xamarin.Android.Support.Annotations from 27.0.2 to 27.0.2-preview1. Reference the package directly from the project to select a different version. 
 Walkthrough.Android -> Xamarin.Android.Support.v7.MediaRouter 27.0.2-preview1 -> Xamarin.Android.Support.v7.Palette 27.0.2-preview1 -> Xamarin.Android.Support.Compat 27.0.2-preview1 -> Xamarin.Android.Arch.Lifecycle.Runtime 1.0.3 -> Xamarin.Android.Support.Annotations (>= 27.0.2) 
 Walkthrough.Android -> Xamarin.Android.Support.v7.MediaRouter 27.0.2-preview1 -> Xamarin.Android.Support.v7.Palette 27.0.2-preview1 -> Xamarin.Android.Support.Compat 27.0.2-preview1 -> Xamarin.Android.Support.Annotations (= 27.0.2-preview1)   Walkthrough.Android C:\Users\XYZ\Source\Repos\xamarin-forms-walkthrough\src\Walkthrough\Walkthrough.Android\Walkthrough.Android.csproj

enter image description here

1 个答案:

答案 0 :(得分:0)

我一直在进行一个Xamarin项目,并在我的一个Xamarin.Forms上更新了main.csproj,然后得到了NuGet Warning NU1605

我只需在解决方案的“项目名称”(4个项目)上单击鼠标右键,然后管理“ NuGet”,即可解决我错过的几个更新,其中一个是Xamarin.Forms。 更新了所有这些,警告消失了。