1 write to NuGetCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
141
Subcommands.Add(
NuGetCommand
= new());
1 reference to NuGetCommand
dotnet (1)
Parser.cs (1)
137
var nugetCommand = rootCommand.
NuGetCommand
;