FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

NuGetDependency Type

Holds data for NuGet dependencies of a package

Record fields

Record Field Description

Id

Full Usage: Id

Field type: string

The package Id

Field type: string

IsDevelopmentDependency

Full Usage: IsDevelopmentDependency

Field type: bool

Mark if the dependency is a development (dev) dependency or not

Field type: bool

Version

Full Usage: Version

Field type: SemVerInfo

The package version

Field type: SemVerInfo