Updating Microsoft.Dynamics.AX.Frameworks.Controls DLL reference upon R3 upgrade

I had used Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.RuleDesigner control in one of our forms in R2. when we upgraded to R3, the same form started giving assembly error. Upon investigation i found out that the control on the form was still referencing the R2 version of DLL. updating that control solved our problem for time being. But would we need to do this everytime Microsoft updates the version for their DLLs.

Is there any other way that can update all the references for dlls used in our application code?