NuGet ยท nuget

microsoft.build.utilities.core

Cached from upstream

Install

Install-Kommandos

dotnet add package microsoft.build.utilities.core --version 17.11.48
<PackageReference Include="microsoft.build.utilities.core" Version="17.11.48" />
paket add microsoft.build.utilities.core --version 17.11.48
Install-Package microsoft.build.utilities.core -Version 17.11.48

README

Vorschau

Microsoft.Build.Utilities.Core

This 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, and
  • Logger, a base class for custom logging functionality.

netstandard2.0 target

The netstandard2.0 target of this build is configured only to output reference assemblies; at runtime MSBuild will be net8.0 or net472. Please use the net8.0-targeted assemblies for .NET 8+ scenarios.

For context, see https://github.com/dotnet/msbuild/pull/6148