NetCoreProject.

PackageRequireLicenseAcceptance Property

Summary

dotnet pack: A Boolean value that specifies whether the client must prompt the consumer to accept the package license before installing the package. The default is false.
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Containing Type
NetCoreProject

Syntax

public bool PackageRequireLicenseAcceptance { get; set; }

Value

Type Description
bool