NuGetInstallSettings.

FallbackSource Property

Summary

Gets or sets a list of packages sources to use as fallbacks for this command. This setting requires NuGet V3 or later.

Syntax

public ICollection<string> FallbackSource { get; set; }

Value

Type Description
ICollection<string> The list of packages sources to use as fallbacks for this command.