Nuke.Common 6.0.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nuke.Common --version 6.0.2
                    
NuGet\Install-Package Nuke.Common -Version 6.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nuke.Common" Version="6.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nuke.Common" Version="6.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Nuke.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nuke.Common --version 6.0.2
                    
#r "nuget: Nuke.Common, 6.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Nuke.Common@6.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nuke.Common&version=6.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Nuke.Common&version=6.0.2
                    
Install as a Cake Tool

Cross-platform build automation system
Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '36d218876563ab6fdf2ab229ca6b7eeaa8812662' (see contained AppVeyorSettings.json file for build settings).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (95)

Showing the top 5 NuGet packages that depend on Nuke.Common:

Package Downloads
Nuke.Components

The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '8aaec258a7e00e5d98e013be025db1a42bc58d79' (see contained AppVeyorSettings.json file for build settings).

Rocket.Surgery.Nuke

Package Description

Nuke.CodeGeneration

Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '1b7919295cb9cac9eccc00871c6d1b8bc1bed375' (see contained AppVeyorSettings.json file for build settings).

NukeBuildHelpers

NukeBuildHelpers for Nuke build.

Nuke.GitHub

GitHub interaction for NUKE Build

GitHub repositories (101)

Showing the top 20 popular GitHub repositories that depend on Nuke.Common:

Repository Stars
DevToys-app/DevToys
A Swiss Army knife for developers.
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The future of .NET UI
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
ElectronNET/Electron.NET
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
nissl-lab/npoi
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
AngleSharp/AngleSharp
:angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
fluentribbon/Fluent.Ribbon
WPF Ribbon control like in Office
snoopwpf/snoopwpf
Snoop - The WPF Spy Utility
JasperFx/wolverine
Supercharged .NET server side development!
andrewlock/StronglyTypedId
A Rosyln-powered generator for strongly-typed IDs
TestableIO/System.IO.Abstractions
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
RicoSuter/NJsonSchema
JSON Schema reader, generator and validator for .NET
goatcorp/Dalamud
FFXIV plugin framework and API
wieslawsoltes/ChatGPT
A ChatGPT C# client for MacOS, Windows, Linux, Android, iOS and Browser. Powered by Avalonia UI framework.
Version Downloads Last Updated
10.1.0 534,495 12/2/2025
10.0.1 7,838 12/1/2025
10.0.0 35,010 11/20/2025
9.0.4 2,418,491 1/15/2025
9.0.3 433,319 12/4/2024
9.0.2 95,086 12/3/2024
9.0.1 87,879 11/21/2024
9.0.0 59,044 11/21/2024
8.1.4 1,018,784 11/6/2024
8.1.3 15,786 11/5/2024
8.1.2 404,170 10/13/2024
8.1.1 97,307 10/5/2024
8.1.0 231,641 9/10/2024
8.0.0 4,688,908 1/18/2024
7.0.6 1,094,608 9/24/2023
7.0.5 111,338 9/4/2023
7.0.4 69,786 8/31/2023
7.0.3 83,483 8/21/2023
7.0.2 917,070 5/19/2023
6.0.2 159,197 4/12/2022
Loading failed

• Fixed Update command to use net6.0
• Fixed handling of common errors
• Fixed assertion messages to only include argument expression when message is null
• Fixed log file pattern to use - instead of : for time
• Fixed padding of target names in logging
• Fixed logging to use ExecutingTarget instead of Target to reduce clashing
• Fixed concurrent writing of shell-completion files
• Fixed telemetry to check for interactive console
• Fixed passing build instance for value injection in components
• Fixed ValueInjectionAttributeBase.GetMemberValue to consider members from components
• Fixed resolution of members from parameter files
• Fixed reporting of exceptions in summary when not thrown from targets
• Fixed naming for .NET SDK in bootstrapping scripts
• Fixed GitHub Actions to use GITHUB_TOKEN instead of GITHUB_CONTEXT
• Fixed GitHub Actions assertion messages
• Fixed missing output types for ReportGeneratorTasks
• Fixed missing arguments for HelmTasks
• Fixed missing arguments for SonarScannerTasks
• Fixed missing command for KubernetesTasks
• Fixed path resolution in PowerShellTasks to use PowerShell Core on non-Windows systems
• Fixed missing runtime types in NSwagTasks

Full changelog at https://github.com/nuke-build/nuke/blob/master/CHANGELOG.md