NuGet ยท nuget

microsoft.build

Cached from upstream

Install

Install-Kommandos

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

README

Vorschau

Microsoft.Build

This package contains Microsoft.Build.dll, which defines MSBuild's API, including

Developers should reference this package to write applications that create, edit, evaluate, or build MSBuild projects.

To create or edit an MSBuild project, use the Microsoft.Build.Construction.ProjectRootElement class and call the Create or Open method.

To evaluate or build an MSBuild project, use the Microsoft.Build.Evaluation.Project class by creating an instance of it with the appropriate parameters for your project. To retrieve evaluated items, call methods such as properties such as GetItems or GetPropertyValue.