简体   繁体   中英

Installing MailChimp.NET package from Visual Studio NuGet manager

What am I supposed to do to be able to install MailChimp.NET package from Visual Studio NuGet manager?

I get this error:

Unable to resolve dependencies. 'jQuery 1.10.2' is not compatible with 'jQuery.UI.Combined 1.8.11 constraint: jQuery (>= 1.4.4)', 'jQuery.Validation 1.11.1 constraint: jQuery (>= 1.4.4)', 'jQuery.vsdoc 1.5.1 constraint: jQuery (= 1.5.1)', 'Microsoft.jQuery.Unobtrusive.Validation 3.1.2 constraint: jQuery (>= 1.8.0)'

Thanks.

You're already using a newer version of jQuery. Try Install-Package jQuery-vsdoc -Version 1.10.2. This will install the correct vsdoc package for your current jQuery package.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM