SlapperAutoMapper / Slapper.AutoMapper

Slapper.AutoMapper maps dynamic data to static types. Slap your data into submission!
MIT License
287 stars 76 forks source link

Class Configuration.cs not found #68

Open rodrigmars opened 6 years ago

rodrigmars commented 6 years ago

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

randyburden commented 3 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.