Ok, found the solution, that will become my #1 rule after any sort of upgrade on base frameworks.
The reason was all projects were targeting the then latest .Net framework "4.5.2", in the project properties.
So the rule becomes, after upgrade, just hit to the project properties and change the target framework to the latest available.
Had I paid enough attentions to "Warnings", it actually tells the problem very clearly.
Happy programming!