Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
NuGetDependency
Specifies NuGet package dependencies.
Record Fields
Record Field | Description |
PackageId
Signature: string
|
The identifer of the package, such as "FAKE". |
Version
Signature: NuGetVersion
|
The version specification. |
Static members
Static member | Description |
NuGetDependency.Create(id)
Signature: id:string -> NuGetDependency
|
The default pacakage dependency - take latest including pre-release. |