2 references to SourcesCommandProtocolVersionDescription
NuGet.CommandLine.XPlat (2)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
33
var protocolVersion = new Option<string>("--protocol-version") { Description = Strings.
SourcesCommandProtocolVersionDescription
};
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
33
var protocolVersion = new Option<string>("--protocol-version") { Description = Strings.
SourcesCommandProtocolVersionDescription
};