Grapeyard.Labs.Nuke.Launchpad.Common
2.0.2
dotnet add package Grapeyard.Labs.Nuke.Launchpad.Common --version 2.0.2
NuGet\Install-Package Grapeyard.Labs.Nuke.Launchpad.Common -Version 2.0.2
<PackageReference Include="Grapeyard.Labs.Nuke.Launchpad.Common" Version="2.0.2" />
paket add Grapeyard.Labs.Nuke.Launchpad.Common --version 2.0.2
#r "nuget: Grapeyard.Labs.Nuke.Launchpad.Common, 2.0.2"
// Install Grapeyard.Labs.Nuke.Launchpad.Common as a Cake Addin #addin nuget:?package=Grapeyard.Labs.Nuke.Launchpad.Common&version=2.0.2 // Install Grapeyard.Labs.Nuke.Launchpad.Common as a Cake Tool #tool nuget:?package=Grapeyard.Labs.Nuke.Launchpad.Common&version=2.0.2
NUKE Launchpad Common
Common feature extensions for the build automation tool NUKE for C# and .NET.
Installation
After setting up a NUKE build project as described in the NUKE documentation, preferably install NUKE Launchpad by adding the package Grapeyard.Labs.Nuke.Launchpad to it as a NuGet dependency using a NuGet package manager or by adding it manually to its project file:
<PackageReference Include="Grapeyard.Labs.Nuke.Launchpad" Version="2.0.2" />
This will automatically install all packages that are part of NUKE Launchpad and their transitive dependencies. If only the common feature extensions are actually needed, install this package individually instead.
If the installation fails with NuGet error NU1202, update the target framework of the NUKE build project to a compatible version first – net8.0
or above – using its project properties or manually via its project file:
<TargetFramework>net8.0</TargetFramework>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Nuke.Common (>= 8.1.4)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Grapeyard.Labs.Nuke.Launchpad.Common:
Package | Downloads |
---|---|
Grapeyard.Labs.Nuke.Launchpad.Parameters
Predefined build parameters for the build automation tool NUKE for C# and .NET. |
|
Grapeyard.Labs.Nuke.Launchpad.Targets
Predefined build targets for the build automation tool NUKE for C# and .NET. |
|
Grapeyard.Labs.Nuke.Launchpad
Quickstart and extension library for the build automation tool NUKE for C# and .NET. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Changed
• Updated dependencies to NuGet package Nuke.Common from version 8.1.3 to 8.1.4.
Full changelog at https://gitlab.com/grapeyard-labs/libs/nuke-launchpad/-/blob/2.0.2/CHANGELOG.md