DotNetWorkloadInstallSettings.

Source Property

Summary

Gets or sets the URI of the NuGet package source to use. This setting overrides all of the sources specified in the nuget.config files.

Syntax

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

Value

Type Description
ICollection<string>