Basically -r|--recursive which will then search from current directory and down, finding all csproj files, and update them to the same version.
Suggestion to keep it simple at first is that the first csproj file found should serve as the "master" version that is used to update the version in all located csproj files.
Perhaps also limit the recursive depth that it searches.
Basically
-r|--recursivewhich will then search from current directory and down, finding all csproj files, and update them to the same version.Suggestion to keep it simple at first is that the first csproj file found should serve as the "master" version that is used to update the version in all located csproj files.
Perhaps also limit the recursive depth that it searches.