This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CommandOptiontemplate=app.Option("-t|--template-file","Base MSBuild template to use for migrated app. The default is the project included in dotnet new -t msbuild",CommandOptionType.SingleValue);
CommandOptionsdkVersion=app.Option("-v|--sdk-package-version","The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new -t msbuild",CommandOptionType.SingleValue);
CommandOptionxprojFile=app.Option("-x|--xproj-file","The path to the xproj file to use. Required when there is more than one xproj in a project directory.",CommandOptionType.SingleValue);
CommandOptionreportFile=app.Option("-r|--report-file","Output migration report to a file in addition to the console.",CommandOptionType.SingleValue);
CommandOptionstructuredReportOutput=app.Option("--format-report-file-json","Output migration report file as json rather than user messages",CommandOptionType.BoolValue);