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.
The author of the awesome original extension is Pavel Samokha. It can be found here
https://marketplace.visualstudio.com/items?itemName=PavelSamokha.TargetFrameworkMigrator
My 2 cents
Recompiled the assemble and updated manifet to support Visual Studio 2017.
Motivation
1. Requests for availability of this extension for VS 2017 2. Number of installs of previous versions 3. Availability of some free time ;-)
Hope it helps the community |