Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Fake.Boot is no longer supported

NuGetDependency

Specifies NuGet package dependencies.

Record Fields

Record FieldDescription
PackageId
Signature: string

The identifer of the package, such as "FAKE".

Version
Signature: NuGetVersion

The version specification.

Static members

Static memberDescription
NuGetDependency.Create(id)
Signature: id:string -> NuGetDependency

The default pacakage dependency - take latest including pre-release.