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.
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.
// Install UtilPack.NuGet.MSBuild as a Cake Addin
#addin nuget:?package=UtilPack.NuGet.MSBuild&version=2.9.1

// Install UtilPack.NuGet.MSBuild as a Cake Tool
#tool nuget:?package=UtilPack.NuGet.MSBuild&version=2.9.1

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 (2)

Showing the top 2 popular GitHub repositories that depend on UtilPack.NuGet.MSBuild:

Repository Stars
Snoothy/UCR
Universal Control Remapper [Alpha]
YetAnotherPomodoroApp/YAPA-2
Minimalistic desktop timer app for Pomodoro Technique users
Version Downloads Last updated
2.9.1 216,892 11/26/2018
2.9.0 3,424 11/16/2018
2.8.0 63,069 9/18/2018
2.7.0 325,083 9/2/2018
2.6.0 2,599 5/9/2018
2.5.0 2,117 3/22/2018
2.4.0 10,685 3/8/2018
2.3.0 1,003 12/15/2017
2.2.1 974 11/1/2017
2.2.0 961 10/31/2017
2.1.1 927 10/31/2017
2.1.0 921 10/31/2017
2.0.0 887 10/22/2017
1.2.1 932 10/15/2017
1.2.0 983 10/3/2017
1.1.4 980 9/29/2017
1.1.3 861 9/18/2017
1.1.2 882 9/13/2017
1.1.1 852 9/7/2017
1.1.0 1,282 8/26/2017
1.0.1 918 8/15/2017
1.0.0 1,098 6/29/2017
1.0.0-RC9 759 6/24/2017
1.0.0-RC8 767 6/21/2017
1.0.0-RC7 753 6/18/2017
1.0.0-RC6 820 6/9/2017
1.0.0-RC5 820 6/7/2017
1.0.0-RC4 806 6/5/2017
1.0.0-RC3 750 6/4/2017
1.0.0-RC2 805 6/3/2017
1.0.0-RC11 712 6/26/2017
1.0.0-RC10 757 6/25/2017
1.0.0-RC1 752 6/2/2017

.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.