UtilPack.NuGet.MSBuild 2.9.1

dotnet add package UtilPack.NuGet.MSBuild --version 2.9.1
                    
NuGet\Install-Package UtilPack.NuGet.MSBuild -Version 2.9.1
                    
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="UtilPack.NuGet.MSBuild" Version="2.9.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UtilPack.NuGet.MSBuild" Version="2.9.1" />
                    
Directory.Packages.props
<PackageReference Include="UtilPack.NuGet.MSBuild">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 UtilPack.NuGet.MSBuild --version 2.9.1
                    
#r "nuget: UtilPack.NuGet.MSBuild, 2.9.1"
                    
#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 UtilPack.NuGet.MSBuild@2.9.1
                    
#: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=UtilPack.NuGet.MSBuild&version=2.9.1
                    
Install as a Cake Addin
#tool nuget:?package=UtilPack.NuGet.MSBuild&version=2.9.1
                    
Install as a Cake Tool

Provides easy way to execute NuGet-based MSBuild tasks.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.9.1 353,593 11/26/2018
2.9.0 5,298 11/16/2018
2.8.0 66,842 9/18/2018
2.7.0 468,401 9/2/2018
2.6.0 4,527 5/9/2018
2.5.0 3,785 3/22/2018
2.4.0 14,322 3/8/2018
2.3.0 2,801 12/15/2017
2.2.1 2,628 11/1/2017
2.2.0 2,582 10/31/2017
2.1.1 2,396 10/31/2017
2.1.0 2,632 10/31/2017
2.0.0 2,453 10/22/2017
1.2.1 2,514 10/15/2017
1.2.0 2,703 10/3/2017
1.1.4 2,625 9/29/2017
1.1.3 2,356 9/18/2017
1.1.2 2,224 9/13/2017
1.1.1 2,182 9/7/2017
1.1.0 2,915 8/26/2017
Loading failed

.NET Core changes: Changed behaviour when exact match of NuGet version the task factory was compiled against fails: now gradually newer version is chosen. Also added environment variable "UTILPACK_NUGET_VERSION", which can be used to override the NuGet version seen by the task factory.
   
Once again, this is hopefully last release before changing this package ID to NuGetUtils.MSBuild.Exec.