'Which version of automapper is compatible with .Net Framework 4.8?
I'm faced with upgrading a project in production to a more recent .net framework and it is looking like Automapper cuts of support at 4.6.1? And that is out of support at the end of August 2022.
Is there a version of Automapper compatible with .net 4.8?
Solution 1:[1]
Version 10.1.1 works with my .net 4.8.
It was an unpleasant discovery to find I was expected to somehow turn a winforms project into a post .net 4.8 framework as it's not a simple select new framework thing to do. So I reverted to the latest one that still has .net 4.6.1 and it's fine.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Richard Griffiths |
