Is it possible to use automapper in .net 4.5? Basically, can it be used with any non core .net version? I looked on the official site and I only see mentions of .net core and nuget packages.
I attempted to add it as a nuget package and got the error: Severity Code Description Project File Line Suppression State Error Could not install package 'AutoMapper 9.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.