You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: