Microsoft.Build.Framework
17.15.0-preview-25255-103
Prefix Reserved
dotnet add package Microsoft.Build.Framework --version 17.15.0-preview-25255-103
NuGet\Install-Package Microsoft.Build.Framework -Version 17.15.0-preview-25255-103
<PackageReference Include="Microsoft.Build.Framework" Version="17.15.0-preview-25255-103" />
<PackageVersion Include="Microsoft.Build.Framework" Version="17.15.0-preview-25255-103" />
<PackageReference Include="Microsoft.Build.Framework" />
paket add Microsoft.Build.Framework --version 17.15.0-preview-25255-103
#r "nuget: Microsoft.Build.Framework, 17.15.0-preview-25255-103"
#addin nuget:?package=Microsoft.Build.Framework&version=17.15.0-preview-25255-103&prerelease
#tool nuget:?package=Microsoft.Build.Framework&version=17.15.0-preview-25255-103&prerelease
Microsoft.Build.Framework
This package contains Microsoft.Build.Framework.dll
, which defines fundamental types used in MSBuild's API and extensibility model.
The items in this namespace are primarily base-level classes and interfaces shared across MSBuild's object model. MSBuild task or extension developers can reference this package to implement interfaces such as
ITask
, and ILogger
.
netstandard2.0 target
The netstandard2.0
target of this build is configured only to output reference assemblies; at runtime MSBuild will be net9.0
or net472
. Please use the net9.0
-targeted assemblies for .NET 9+ scenarios.
For context, see https://github.com/dotnet/msbuild/pull/6148
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- System.Diagnostics.DiagnosticSource (>= 9.0.0)
- System.Memory (>= 4.6.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Text.Json (>= 9.0.0)
- System.Threading.Tasks.Extensions (>= 4.6.0)
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Diagnostics.DiagnosticSource (>= 9.0.0)
- System.Memory (>= 4.6.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Security.Principal.Windows (>= 5.0.0)
-
net9.0
- No dependencies.
GitHub repositories (131)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Build.Framework:
Repository | Stars |
---|---|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
dnSpy/dnSpy
.NET debugger and assembly editor
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
|
git-ecosystem/git-credential-manager
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
|
|
dotnet/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
|
|
microsoft/VFSForGit
Virtual File System for Git: Enable Git at Enterprise Scale
|
|
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
|
|
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
|
|
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
|
|
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
|
|
nuke-build/nuke
TEMPORARILY ARCHIVED – 🏗 The AKEless Build System for C#/.NET
|
|
opentk/opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
|
|
dafny-lang/dafny
Dafny is a verification-aware programming language
|
|
coverlet-coverage/coverlet
Cross platform code coverage for .NET
|
|
CosmosOS/Cosmos
Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
|
|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
Version | Downloads | Last updated |
---|---|---|
17.15.0-preview-25255-103 | 0 | 5/12/2025 |
16.0.0-preview.385 | 1 | 1/28/2019 |