AutoMapper / AutoMapper.Extensions.Microsoft.DependencyInjection

MIT License
258 stars 79 forks source link

Add explicit support for .NET Full Framework net461. #151

Closed Talagozis closed 3 years ago

Talagozis commented 3 years ago

Add explicit support for .NET Full Framework from net461 and on. As the new 5.0.0+ Microsoft packages support net461 target framework, it would be great for this nuget package to support it too. The primary benefit is the reduction of number of dependencies (dlls) an application, that target net461 or later, can have as the netstandard compatibility is not needed anymore.

Talagozis commented 3 years ago

Any progress on this?

github-actions[bot] commented 3 years ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.