we have migrate our 500 applications old framework 4.5.1 framework. 1 option open application solution , change entire project target framework 4.5.1 1 one. time consuming process , there can case our developer can miss change target framework. when open our solution visual studio 2013 ask migrate our projects vs 2013 compatible. write utility following code automatically upgrade project or solution file using following command.
devenv.exe /upgrade <project file (.vcproj)> devenv.exe /upgrade <solution file (.sln)> but project target framework not change, can expect migrate projects according vs 2013. there command available can pass targetframework , along project file , migrate according that?
i use following visual studio extension migrate target framework :
https://visualstudiogallery.msdn.microsoft.com/47bded90-80d8-42af-bc35-4736fdd8cd13
it migrate .net projects .net framework version @ once.
Comments
Post a Comment