Microsoft.Build.Framework
16.9.0
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Install-Package Microsoft.Build.Framework -Version 16.9.0
dotnet add package Microsoft.Build.Framework --version 16.9.0
<PackageReference Include="Microsoft.Build.Framework" Version="16.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Build.Framework --version 16.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Build.Framework, 16.9.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Build.Framework as a Cake Addin
#addin nuget:?package=Microsoft.Build.Framework&version=16.9.0
// Install Microsoft.Build.Framework as a Cake Tool
#tool nuget:?package=Microsoft.Build.Framework&version=16.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 2.0
- System.Security.Permissions (>= 4.7.0)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Microsoft.Build.Framework:
| Package | Downloads |
|---|---|
|
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluation MSBuild projects.
|
|
|
Microsoft.Build.Tasks.Core
This package contains the Microsoft.Build.Tasks.Core assembly which implements the commonly used tasks of MSBuild.
|
|
|
Microsoft.Build.Utilities.Core
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
|
|
|
Microsoft.Build.Runtime
This package contains the runtime of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds.
|