This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
$ dotnet add package Microsoft.Build.Utilities.CoreThis package contains Microsoft.Build.Utilities.Core.dll, which defines helper functionality for MSBuild extenders, including
Task, a base class for custom tasks,ToolTask, a base class for tasks that run a command-line tool, andLogger, a base class for custom logging functionality.The netstandard2.0 target of this build is configured only to output reference assemblies; at runtime MSBuild will be net10.0 or net472. Please use the net10.0-targeted assemblies for .NET 10+ scenarios.
For context, see https://github.com/dotnet/msbuild/pull/6148