Open rodrigmars opened 6 years ago
Slapper.AutoMapper currently targets .NET Standard 2.1 which requires .NET Core 3.0 or higher. I don't see a reason why we can't downgrade and target .NET Standard 2.0 which would open the library back up to .NET Core 2.0 and more importantly .NET Framework 4.6.1 or higher projects. I'll add this to the backlog.
When I run debug I am getting a message not found for a Configuration.cs class
The file 'D:\Projects\Mios\Slapper.AutoMapper\Slapper.AutoMapper\Slapper\Slapper.AutoMapper.Configuration.cs' does not exist.
The project I'm working on uses the .Net Core 2.1