I was trying to use NuGet to install version 1.1.1 but got an error in the package manager console:
One or more unresolved package dependency constraints detected in the existing packages.config file. All dependency constraints must be resolved to add or update packages. If these packages are being updated this message may be ignored, if not the following error(s) may be blocking the current package operation: 'UmbracoCms 8.2.0 constraint: UmbracoCms.Web (= 8.2.0)', 'UmbracoCms.Web 8.1.5 constraint: UmbracoCms.Core (= 8.1.5)'
Install-Package : Unable to resolve dependencies. 'UmbracoCms.Web 8.1.5' is not compatible with 'UmbracoCms 8.2.0 constraint: UmbracoCms.Web (=
8.2.0)'.
At line:1 char:1
+ Install-Package FaIconPicker -Version 1.1.1
It seems you might need to adjust your NuGet package settings to allow any version of Umbraco 8.x.
I was able to install via the Umbraco back-office packages area.
NuGet package not compatible with 8.2
Hi Christopher,
I was trying to use NuGet to install version 1.1.1 but got an error in the package manager console:
It seems you might need to adjust your NuGet package settings to allow any version of Umbraco 8.x.
I was able to install via the Umbraco back-office packages area.
I can't reproduce this error. I released an updated version of this package with font awesome 5.11.2
is working on a reply...