Visual Studio Bulk Change Target Framework Extension
Migrate all your .Net projects to another .Net Framework Version at once.
Please note, SDK style projects are not supported yet!
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:
- Support .Net Frameworks 2.0-4.8
- Support solution folders
Tools -> Target Framework Migrator
Select projects and press "Migrate"
Use Visual Studio 2017 or 2019. The integration tests are currently broken.
Edit Frameworks.xml in main project to add new framework. Where to get Id for new framework? I get it via runtime (change one project's framework in visual studio project properties and get it's Id in debug mode).
Set "Run external program" in Debug to Visual Studio devenv.exe (e.g. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe) and command line arguments to /rootsuffix Exp
- 1.7: .NET 4.7-4.8 support, VS2019 support, bugfixes
- Next: SDK support