NuGetUpdateSettings.

Prerelease Property

Summary

Gets or sets a value indicating whether to allow updating to prerelease versions. This flag is not required when updating prerelease packages that are already installed.

Syntax

public bool Prerelease { get; set; }

Value

Type Description
bool true to allow updating to prerelease versions; otherwise, false.