NuGetInstallSettings.

Prerelease Property

Summary

Gets or sets a value indicating whether to allow installation of prerelease packages. This flag is not required when restoring packages by installing from packages.config.

Syntax

public bool Prerelease { get; set; }

Value

Type Description
bool true to allow installation of prerelease packages; otherwise, false.