publicconststringAppFullName=".NET Remove Project to Project (p2p) reference Command";
publicconststringAppDescription="Command to remove project to project (p2p) reference";
publicconststringAppArgumentSeparatorHelpText="Project to project references to remove";
publicconststringCmdArgProject="PROJECT";
publicconststringCmdArgumentDescription="The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.";
publicconststringCmdFramework="FRAMEWORK";
publicconststringCmdFrameworkDescription="Remove reference only when targetting a specific framework";
publicconststringSpecifyAtLeastOneReferenceToRemove="You must specify at least one reference to delete. Please run dotnet delete --help for more information.";
publicconststringSpecifyAtLeastOneReferenceToDelete="You must specify at least one reference to delete. Please run dotnet delete --help for more information.";