U4-8227 Change Umbraco.Core.Models.Mapping.MapperConfiguration and Umbraco.Core.Models.Mapping.IMapperConfiguration implementations AND U4-6923 Update to latest Automapper - with signed assembly
This commit is contained in:
@@ -8,9 +8,9 @@ using umbraco;
|
||||
|
||||
namespace Umbraco.Web.Models.Mapping
|
||||
{
|
||||
internal class SectionModelMapper : MapperConfiguration
|
||||
internal class SectionModelMapper : ModelMapperConfiguration
|
||||
{
|
||||
public override void ConfigureMappings(IConfiguration config, ApplicationContext applicationContext)
|
||||
public override void ConfigureMappings(IMapperConfiguration config, ApplicationContext applicationContext)
|
||||
{
|
||||
config.CreateMap<Core.Models.Section, Section>()
|
||||
.ForMember(
|
||||
|
||||
Reference in New Issue
Block a user