GreemDev.Nuke.Build
10.2.0
dotnet add package GreemDev.Nuke.Build --version 10.2.0
NuGet\Install-Package GreemDev.Nuke.Build -Version 10.2.0
<PackageReference Include="GreemDev.Nuke.Build" Version="10.2.0" />
<PackageVersion Include="GreemDev.Nuke.Build" Version="10.2.0" />
<PackageReference Include="GreemDev.Nuke.Build" />
paket add GreemDev.Nuke.Build --version 10.2.0
#r "nuget: GreemDev.Nuke.Build, 10.2.0"
#:package GreemDev.Nuke.Build@10.2.0
#addin nuget:?package=GreemDev.Nuke.Build&version=10.2.0
#tool nuget:?package=GreemDev.Nuke.Build&version=10.2.0
The AKEless Build System for C#/.NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- GreemDev.Nuke.Build.Shared (>= 10.2.0)
- GreemDev.Nuke.ProjectModel (>= 10.2.0)
- GreemDev.Nuke.SolutionModel (>= 10.2.0)
- GreemDev.Nuke.Tooling (>= 10.2.0)
- GreemDev.Nuke.Utilities (>= 10.2.0)
- GreemDev.Nuke.Utilities.IO.Globbing (>= 10.2.0)
- GreemDev.Nuke.Utilities.Net (>= 10.2.0)
- GreemDev.Nuke.Utilities.Text.Json (>= 10.2.0)
- GreemDev.Nuke.Utilities.Text.Yaml (>= 10.2.0)
- Microsoft.ApplicationInsights (>= 2.23.0)
- Microsoft.Extensions.DependencyModel (>= 10.0.0)
- NJsonSchema (>= 11.5.2)
- NJsonSchema.NewtonsoftJson (>= 11.5.2)
- Serilog.Formatting.Compact (>= 3.0.0)
- Serilog.Formatting.Compact.Reader (>= 4.0.0)
- Serilog.Sinks.Console (>= 6.1.1)
- Serilog.Sinks.File (>= 7.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GreemDev.Nuke.Build:
| Package | Downloads |
|---|---|
|
GreemDev.Nuke
The AKEless Build System for C#/.NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.2.0 | 74 | 3/7/2026 |
• Removed properties in the GitVersion record that have been removed in newer versions.
• Instead of NuGetVersionV2, use FullSemVer.
• Implemented a basic .gitlab-ci.yml generator. Currently only generates a single job, for all specified targets.
• You can also specify to automatically upload all (known (via .Produces)) artifacts from the executed targets.
• On top of this, you can specify artifacts to exclude, as well as only running the job on specific branch(es) push event.
• Global Tool now generates build projects using .NET 10 and with the GreemDev.Nuke package.
• Fixed duplicate key error in GitRepository.GetRemoteNameAndBranch (fixes [#1537](https://github.com/nuke-build/nuke/issues/1537))
• Instead, only the most recent value is retained.
• Refactored the documentation in-repository to work on mkdocs:
• https://github.com/gruke-build/docs
• View the deployment on [gruke.readthedocs.io](https://gruke.readthedocs.io/).
• Additionally, a [docfx](https://github.com/dotnet/docfx) configuration has been made and has been deployed on GitHub Pages for *C# API reference• documentation specifically.
• Results of the [docfx](https://github.com/dotnet/docfx) build output are pushed to the [gh-pages](https://github.com/gruke-build/src/tree/gh-pages) branch, via a [non-generated GitHub Action workflow](https://github.com/gruke-build/src/blob/develop/.github/workflows/docfx.yml).
• View the deployment on [gruke-build.github.io](https://gruke-build.github.io/src/api/).
• [nuke-build#1523](https://github.com/nuke-build/nuke/pull/1523): fix: log npm warn messages as a warning
• Thanks, [@moritz-baecker-integra](https://github.com/moritz-baecker-integra)!
• [nuke-build#1572](https://github.com/nuke-build/nuke/pull/1572): Added support for XML Solutions into gruke :setup
• Thanks, [@lahma](https://github.com/lahma)!
• [nuke-build#1583](https://github.com/nuke-build/nuke/pull/1583): Added support for resolving VS2026 MSBuild installations
• Thanks, [@Kielek](https://github.com/Kielek)!
• [nuke-build#1557](https://github.com/nuke-build/nuke/pull/1557): Added support for Windows installations being not on C:\
• Thanks, [@Uriel6575](https://github.com/Uriel6575)!
• [nuke-build#1549](https://github.com/nuke-build/nuke/pull/1549): Removed deprecated & retired Azure Pipelines OS images
• Thanks, [@aneilmac](https://github.com/aneilmac)!
• Similarly, I did the same for AppVeyor & GitHub runner images. ([nuke-build#1519](https://github.com/nuke-build/nuke/issues/1519))
• Fix StronglyTypedSolutionGenerator causing compilation errors when a Solution Folder is prefixed with digits. ([nuke-build#1581](https://github.com/nuke-build/nuke/pull/1581))
• Thanks, [@ITaluone](https://github.com/ITaluone)!
Full changelog at https://github.com/gruke-build/src/blob/master/CHANGELOG.md