9.0 Upgrade Guide

The static API was removed

Switch to the instance based API, preferably using dependency injection. See here and here.

AutoMapper no longer creates maps automatically (CreateMissingTypeMaps and conventions)

You will need to explicitly configure maps, manually or using reflection. Also consider attribute mapping.