How to migrate chanages of target framework from source/local to already deplyed ASP.NET webapplication
I have ASP.NET Web Application that is deployed on production already. I had to change the target framework of the project from 4.5.2 to 4.7.2 on my local/source and push the changes to developement to get tested.