Migrate all your .Net projects to another .Net Framework Version at once. If you have solution with many projects and want to migrate to new version of .Net framework with just Visual Studio, you must manually change target framework in properties of every project. With this extension you can update all projects at one click. Features:
Available through Tools -> Target Framework Migrator Changelog: 1.7.1:
1.7.0:
Note: SDK-style projects aren't supported yet. 1.6.5: Supports .Net 4.7, Supports VS2017 & fixes view multithreading issues (thanks Wolfgang Stelzhammer), Handles unsupported project types 1.6.3: Supports .Net 4.6.2 (thanks Ben Wallis) 1.6.2: Supports .Net 4.6.1 (thanks Seairth). 1.6.1: Hopefully fixes VS 2013 support for those who haven't 2015 and doesn't break the opposite 1.6: Supports .Net 4.6, Visual Studio 2015 (thanks to Jacob Reimers and coxymla for contributions) 1.5: Supports .Net 4.5.2, adding sorting to gridview n etc. (thanks gauravesehgal and jamesmanning for contribution) 1.4: Supports .Net 4.5.1 (thanks ottobackwards for contribution) & VS2013 Source code available on GitHub Seairth |