我正在尝试在Xamarin.Forms解决方案中更新两个Nuget程序包。 VS Mac是最新版本。没有可用的更新。
第一个失败的软件包是System.Reactive
,实际版本是4.1.2,最新版本是4.1.3。更新此程序包时,我收到以下消息:
NU1103: Unable to find a stable package System.Threading.Tasks.Extensions with version (>= 4.5.2)
- Found 14 version(s) in nuget.org [ Nearest version: 4.6.0-preview.18571.3 ]
失败的第二页是Microsoft.EntityFrameworkCore。* 错误消息:
NU1103: Unable to find a stable package microsoft.EntityFrameworkCore.Sqlite.Core with version (>= 2.2.3) Found 20 version(s) in nuget.org [ Nearest version: 3.0.0-preview.18572.1 ]
为什么会这样?它似乎可以在Windows上运行。