1 write to LegacyInstallCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
148
LegacyInstallCommand
= new(this, isLegacy: true);
1 reference to LegacyInstallCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
160
Subcommands.Add(
LegacyInstallCommand
);