1

我想在我的 Windows 应用程序中使用 cefsharp,所以使用Package Manager Console' I am trying to downloadCefSharp.Winforms` 但我在下载时遇到问题

    PM> Install-Package CefSharp.WinForms -Version 37.0.0
Attempting to resolve dependency 'CefSharp.Common (= 37.0.0)'.
The source at All [(Aggregate source)] is unreachable. Falling back to NuGet Local Cache at C:\Users\amoghs\AppData\Local\NuGet\Cache
Install-Package : Unable to find version '37.0.0' of package 'CefSharp.WinForms'.
At line:1 char:16
+ Install-Package <<<<  CefSharp.WinForms -Version 37.0.0
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

试了好多次了,怎么回事?

我也尝试过手动安装包..

在此处输入图像描述

4

0 回答 0