I have a ASP.NET MVC 5 solution that contains 6 projects. These projects are targeted against the .net framework version 4.5. I want to update this so they target version 4.6.
I'm looking for a definitive list of steps I need to carry out to achieve this as there seems to be various opinions about what needs doing.
As well as changing the projects to target 4.6 in the application section of each projects properties and updating nuget packages to their latest version, is there anything else I need to do?
Regards Macca