Adding a nuget package with higher AutoMapper version.
We have added UmbracoCms -Version 7.7.4 to our project. UmbracoCms -Version 7.7.4 targets AutoMapper (>= 3.3.1 && < 4.0.0).
Problem is, we have our own nuget package that references AutoMapper 4.2.1 which is outside the constraints (>= 3.3.1 && < 4.0.0).
Has anyone encountered this before or know of a possible resolution? We do not want to downgrade to a lower version of AutoMapper in our project so we are struggling to add the nuget package to the UmbracoCms -Version 7.7.4 project.
It might be worth reading the comments in this Issue discussion (they're mostly about log4net but I think the solution presented could apply to other assemblies).
Adding a nuget package with higher AutoMapper version.
We have added UmbracoCms -Version 7.7.4 to our project. UmbracoCms -Version 7.7.4 targets AutoMapper (>= 3.3.1 && < 4.0.0).
Problem is, we have our own nuget package that references AutoMapper 4.2.1 which is outside the constraints (>= 3.3.1 && < 4.0.0).
Has anyone encountered this before or know of a possible resolution? We do not want to downgrade to a lower version of AutoMapper in our project so we are struggling to add the nuget package to the UmbracoCms -Version 7.7.4 project.
It might be worth reading the comments in this Issue discussion (they're mostly about log4net but I think the solution presented could apply to other assemblies).
is working on a reply...