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
NuGetVersion
Specifies which version of the NuGet package to install.
Union Cases
Union Case | Description |
Latest
Signature:
|
Pick the latest available version. |
LatestPreRelease
Signature:
|
Pick the latest available version, including pre-release versions. |
SemanticVersion(string)
Signature: string
|
Pick the given semantic version, such as "2.1.170-alpha". |