2 references to SourcesCommandAllowInsecureConnectionsDescription
NuGet.CommandLine.XPlat (2)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
35var allowInsecureConnections = new Option<bool>("--allow-insecure-connections") { Description = Strings.SourcesCommandAllowInsecureConnectionsDescription };
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
35var allowInsecureConnections = new Option<bool>("--allow-insecure-connections") { Description = Strings.SourcesCommandAllowInsecureConnectionsDescription };