nBuildKit.MsBuild 0.8.3

dotnet add package nBuildKit.MsBuild --version 0.8.3
                    
NuGet\Install-Package nBuildKit.MsBuild -Version 0.8.3
                    
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="nBuildKit.MsBuild" Version="0.8.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nBuildKit.MsBuild" Version="0.8.3" />
                    
Directory.Packages.props
<PackageReference Include="nBuildKit.MsBuild" />
                    
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 nBuildKit.MsBuild --version 0.8.3
                    
#r "nuget: nBuildKit.MsBuild, 0.8.3"
                    
#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 nBuildKit.MsBuild@0.8.3
                    
#: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=nBuildKit.MsBuild&version=0.8.3
                    
Install as a Cake Addin
#tool nuget:?package=nBuildKit.MsBuild&version=0.8.3
                    
Install as a Cake Tool

Provides build scripts and build tasks that can be used to execute the build of a .NET project.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on nBuildKit.MsBuild:

Package Downloads
nBuildKit.MsBuild.Projects.WiX

Provides default properties and build tasks used to unify the settings of a set of C# projects in a Visual Studio solution.

nBuildKit.MsBuild.Projects.CSharp

Provides default properties and build tasks used to unify the settings of a set of C# projects in a Visual Studio solution.

nBuildKit.MsBuild.Projects.VBNet

Provides default properties and build tasks used to unify the settings of a set of VB.NET projects in a Visual Studio solution.

nBuildKit.MsBuild.Projects.Common

Provides the common properties and build tasks used to unify the settings of a set of projects in a Visual Studio solution.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.3 19,393 11/16/2016
0.8.2 1,616 10/17/2016
0.8.1 1,654 10/6/2016
0.8.0 1,603 10/5/2016
0.7.2 2,879 8/4/2016
0.7.1 2,377 6/27/2016
0.7.0 2,529 4/5/2016
0.5.7 2,476 12/29/2015
0.5.6 2,670 7/1/2015
0.5.5 2,380 7/1/2015
0.5.4 2,514 7/1/2015
0.5.3 2,435 6/18/2015
0.5.2 2,417 6/13/2015
0.5.1 2,460 5/23/2015
0.4.7 2,248 4/4/2015
0.4.6 2,180 4/1/2015
0.4.5 2,405 1/6/2015
0.4.4 2,721 1/5/2015
0.4.2 2,607 1/3/2015
0.4.1 2,371 11/30/2014
0.3.4 3,743 11/3/2014
0.3.3 2,304 10/15/2014
0.3.2 2,323 8/14/2014
0.3.1 2,244 8/11/2014
0.2.4 2,616 7/11/2014
0.2.3 2,753 7/11/2014
0.2.2 2,793 7/5/2014
0.2.1 2,712 7/4/2014
0.1.5 1,783 6/15/2014

[198] GatherNuGetDependenciesForProject fails for pre-release NuGet versions (pvandervelde)