Microsoft.Build.Utilities.Core
18.0.2
Prefix Reserved
dotnet add package Microsoft.Build.Utilities.Core --version 18.0.2
NuGet\Install-Package Microsoft.Build.Utilities.Core -Version 18.0.2
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="18.0.2" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.0.2" />
<PackageReference Include="Microsoft.Build.Utilities.Core" />
paket add Microsoft.Build.Utilities.Core --version 18.0.2
#r "nuget: Microsoft.Build.Utilities.Core, 18.0.2"
#:package Microsoft.Build.Utilities.Core@18.0.2
#addin nuget:?package=Microsoft.Build.Utilities.Core&version=18.0.2
#tool nuget:?package=Microsoft.Build.Utilities.Core&version=18.0.2
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, andLogger, 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 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
| 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 was computed. 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 is compatible. 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
- Microsoft.Build.Framework (>= 18.0.2)
- Microsoft.IO.Redist (>= 6.1.0)
- Microsoft.NET.StringTools (>= 18.0.2)
- System.Collections.Immutable (>= 9.0.0)
- System.Configuration.ConfigurationManager (>= 9.0.0)
- 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.Build.Framework (>= 18.0.2)
-
net10.0
- Microsoft.Build.Framework (>= 18.0.2)
- Microsoft.NET.StringTools (>= 18.0.2)
- System.Configuration.ConfigurationManager (>= 9.0.0)
- System.Diagnostics.EventLog (>= 9.0.0)
- System.Security.Cryptography.ProtectedData (>= 9.0.6)
NuGet packages (268)
Showing the top 5 NuGet packages that depend on Microsoft.Build.Utilities.Core:
| Package | Downloads |
|---|---|
|
Microsoft.Build.Tasks.Core
This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild. |
|
|
Microsoft.SqlServer.DacFx
The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a .NET library which provides application lifecycle services for database development and management for Microsoft SQL databases. DacFx supports various database deployment and management scenarios, including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. DacFx can target all supported versions of SQL Server, as well as Microsoft Azure SQL and SQL in Fabric. If you would like to use DacFx functionality from the command-line for creating and deploying .dacpac and .bacpac packages, please use the [SqlPackage](https://www.nuget.org/packages/Microsoft.SqlPackage) CLI as a dotnet tool or downloadable exe. Learn more about SqlPackage from http://aka.ms/sqlpackage. |
|
|
Nuke.ProjectModel
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '8aaec258a7e00e5d98e013be025db1a42bc58d79' (see contained AppVeyorSettings.json file for build settings). |
|
|
MSBuild.StructuredLogger
An MSBuild logger that can be passed to MSBuild to record a detailed structured log file. See usage example at: https://github.com/KirillOsenkov/MSBuildStructuredLog/blob/main/README.md#usage |
|
|
Microsoft.DotNet.Cli.Utils
Package Description |
GitHub repositories (185)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Build.Utilities.Core:
| 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.
|
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
|
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
|
|
|
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.
|
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
|
PixiEditor/PixiEditor
PixiEditor is a Universal Editor for all your 2D needs
|
|
|
microsoft/VFSForGit
Virtual File System for Git: Enable Git at Enterprise Scale
|
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
|
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
|
|
|
tModLoader/tModLoader
A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations
|
|
|
greenshot/greenshot
Greenshot for Windows - for more information look here:
|
|
|
Azure/azure-powershell
Microsoft Azure PowerShell
|
|
|
Fody/Fody
Extensible tool for weaving .net assemblies
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 18.0.2 | 700,453 | 11/12/2025 | |
| 17.14.28 | 6,027,635 | 10/14/2025 | |
| 17.14.8 | 1,035,254 | 5/14/2025 | |
| 17.14.7 | 34,806 | 5/13/2025 | |
| 17.14.5 | 5,753 | 5/14/2025 | |
| 17.13.26 | 182,225 | 5/14/2025 | |
| 17.13.25 | 6,340 | 5/14/2025 | |
| 17.13.9 | 435,262 | 2/11/2025 | |
| 17.12.50 | 27,269 | 10/14/2025 | |
| 17.12.36 | 10,257 | 5/14/2025 | |
| 17.12.35 | 7,879 | 5/14/2025 | |
| 17.12.6 | 1,795,784 | 10/30/2024 | |
| 17.11.48 | 177,356 | 10/14/2025 | |
| 17.11.31 | 35,414 | 5/14/2025 | |
| 17.11.4 | 2,061,720 | 8/15/2024 | |
| 17.10.46 | 23,376 | 10/14/2025 | |
| 17.10.29 | 52,706 | 5/14/2025 | |
| 17.10.4 | 3,261,723 | 5/21/2024 | |
| 17.10.0-preview-24081-01 | 1,080 | 4/25/2024 | |
| 17.9.5 | 609,542 | 2/14/2024 | |
| 17.8.43 | 211,152 | 10/14/2025 | |
| 17.8.29 | 279,723 | 5/14/2025 | |
| 17.8.27 | 47,442 | 5/14/2025 | |
| 17.8.3 | 4,983,176 | 11/14/2023 | |
| 17.7.2 | 12,155,591 | 8/24/2023 | |
| 17.7.0 | 250,838 | 8/9/2023 | |
| 17.6.3 | 284,204 | 5/16/2023 | |
| 17.5.0 | 3,997,915 | 2/28/2023 | |
| 17.4.0 | 614,469 | 11/11/2022 | |
| 17.3.2 | 2,035,128 | 10/14/2022 | |
| 17.3.1 | 166,213 | 8/24/2022 | |
| 17.3.0 | 95,282 | 8/24/2022 | |
| 17.2.2 | 15,257 | 10/14/2022 | |
| 17.2.0 | 1,635,631 | 5/11/2022 | |
| 17.1.0 | 712,149 | 3/8/2022 | |
| 17.0.1 | 205,370 | 10/14/2022 | |
| 17.0.0 | 4,881,185 | 11/8/2021 | |
| 16.11.6 | 18,405 | 5/14/2025 | |
| 16.11.0 | 883,926 | 8/19/2021 | |
| 16.10.0 | 1,899,192 | 5/25/2021 | |
| 16.9.0 | 17,653,626 | 3/2/2021 | |
| 16.8.0 | 6,602,598 | 11/11/2020 | |
| 16.7.0 | 1,367,827 | 9/30/2020 | |
| 16.6.0 | 812,058 | 6/9/2020 | |
| 16.5.0 | 1,223,864 | 3/16/2020 | |
| 16.4.0 | 1,767,815 | 12/4/2019 | |
| 16.3.0 | 1,817,364 | 9/26/2019 | |
| 16.0.461 | 1,487,755 | 4/3/2019 | |
| 15.9.30 | 68,931 | 5/14/2025 | |
| 15.9.20 | 10,939,988 | 11/21/2018 | |
| 15.8.166 | 5,256,085 | 8/14/2018 | |
| 15.7.179 | 5,194,310 | 5/21/2018 | |
| 15.7.0-preview-000145 | 6,727 | 4/10/2018 | |
| 15.7.0-preview-000011-1378327 | 1,377,201 | 4/5/2018 | |
| 15.6.85 | 1,400,550 | 4/5/2018 | |
| 15.6.84 | 6,672 | 4/5/2018 | |
| 15.6.82 | 1,577,238 | 2/26/2018 | |
| 15.5.180 | 483,947 | 12/6/2017 | |
| 15.5.179 | 17,487 | 12/6/2017 | |
| 15.4.8 | 720,174 | 12/6/2017 | |
| 15.3.409 | 70,382,866 | 8/11/2017 | |
| 15.3.0-preview-000388-01 | 217,140 | 6/27/2017 | |
| 15.3.0-preview-000117-01 | 145,062 | 5/9/2017 | |
| 15.1.1012 | 2,004,186 | 4/11/2017 | |
| 15.1.548 | 9,645,940 | 3/2/2017 | |
| 15.1.0-preview-000545-01 | 35,999 | 2/7/2017 | |
| 15.1.0-preview-000523-01 | 620,759 | 1/26/2017 | |
| 15.1.0-preview-000458-02 | 1,082,137 | 12/14/2016 | |
| 15.1.0-preview-000370-00 | 86,091 | 11/4/2016 | |
| 14.3.0 | 1,460,160 | 9/9/2016 |