Skip to content

Xpitfire/TargetFrameworkMigrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TargetFrameworkMigrator

Simple tool to migrate Solution wide the target framework for Visual Studio C# Projects.

Requirements

Java 8 or higher

Usage

Download release java file.

Open command prompt or PowerShell and execute:

java -jar migrator.jar -path=<path-to-root-dir> -recursive=<true/false> -version=<version-string>
Parameter Description
-path root path of the solution
-version parameter for defining the new target framework (e.g.: v4.6.2)
-recursive optional: by default recursive is set to false, to prevent unwanted recursive descent

Example

java -jar migrator.jar -path="C:/Worspace/Demo" -version="v4.6.2" -recursive=true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages