Microsoft.Build.Utilities.Core 15.1.0-preview-000523-01

Prefix Reserved
This is a prerelease version of Microsoft.Build.Utilities.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Build.Utilities.Core --version 15.1.0-preview-000523-01
                    
NuGet\Install-Package Microsoft.Build.Utilities.Core -Version 15.1.0-preview-000523-01
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.1.0-preview-000523-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="15.1.0-preview-000523-01" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Build.Utilities.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Build.Utilities.Core --version 15.1.0-preview-000523-01
                    
#r "nuget: Microsoft.Build.Utilities.Core, 15.1.0-preview-000523-01"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.Build.Utilities.Core&version=15.1.0-preview-000523-01&prerelease
                    
Install Microsoft.Build.Utilities.Core as a Cake Addin
#tool nuget:?package=Microsoft.Build.Utilities.Core&version=15.1.0-preview-000523-01&prerelease
                    
Install Microsoft.Build.Utilities.Core as a Cake Tool

This package contains the Microsoft.Build.Utilities.Core assembly which is used to implement custom MSBuild tasks.

Product 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 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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (222)

Showing the top 5 NuGet packages that depend on Microsoft.Build.Utilities.Core:

Package Downloads
Microsoft.EntityFrameworkCore.Design

Shared design-time components for Entity Framework Core tools.

Microsoft.Build.Tasks.Core

This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.

Microsoft.CodeAnalysis.Workspaces.MSBuild

.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.

Microsoft.SqlServer.DacFx

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases. DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases 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. This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008 and newer, as well as Microsoft Azure SQL. This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download SqlPackage.exe for Windows, macOS, or Linux from http://aka.ms/sqlpackage.

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

GitHub repositories (171)

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.
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.
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
tModLoader/tModLoader
A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations
Azure/azure-powershell
Microsoft Azure PowerShell
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
dotnet/samples
Sample code referenced by the .NET documentation
Version Downloads Last updated
17.14.8 15,059 5/14/2025
17.14.7 3,523 5/13/2025
17.14.5 379 5/14/2025
17.13.26 3,695 5/14/2025
17.13.25 385 5/14/2025
17.13.9 197,085 2/11/2025
17.12.36 428 5/14/2025
17.12.35 331 5/14/2025
17.12.6 750,942 10/30/2024
17.11.31 488 5/14/2025
17.11.4 708,201 8/15/2024
17.10.29 483 5/14/2025
17.10.4 1,389,163 5/21/2024
17.10.0-preview-24081-01 812 4/25/2024
17.9.5 450,711 2/14/2024
17.8.29 846 5/14/2025
17.8.27 3,397 5/14/2025
17.8.3 3,006,492 11/14/2023
17.7.2 2,885,279 8/24/2023
17.7.0 161,819 8/9/2023
17.6.3 226,303 5/16/2023
17.5.0 2,391,898 2/28/2023
17.4.0 543,557 11/11/2022
17.3.2 1,096,025 10/14/2022
17.3.1 157,563 8/24/2022
17.3.0 89,585 8/24/2022
17.2.2 11,615 10/14/2022
17.2.0 1,405,361 5/11/2022
17.1.0 637,644 3/8/2022
17.0.1 153,134 10/14/2022
17.0.0 4,181,249 11/8/2021
16.11.6 402 5/14/2025
16.11.0 836,690 8/19/2021
16.10.0 1,637,824 5/25/2021
16.9.0 14,163,470 3/2/2021
16.8.0 6,352,887 11/11/2020
16.7.0 1,201,554 9/30/2020
16.6.0 767,644 6/9/2020
16.5.0 1,169,899 3/16/2020
16.4.0 1,573,097 12/4/2019
16.3.0 1,772,011 9/26/2019
16.0.461 1,384,126 4/3/2019
15.9.30 1,704 5/14/2025
15.9.20 8,251,733 11/21/2018
15.8.166 4,853,731 8/14/2018
15.7.179 5,132,985 5/21/2018
15.7.0-preview-000145 6,136 4/10/2018
15.7.0-preview-000011-1378327 1,305,179 4/5/2018
15.6.85 1,276,802 4/5/2018
15.6.84 3,800 4/5/2018
15.6.82 1,562,537 2/26/2018
15.5.180 443,199 12/6/2017
15.5.179 14,287 12/6/2017
15.4.8 712,441 12/6/2017
15.3.409 64,484,549 8/11/2017
15.3.0-preview-000388-01 204,191 6/27/2017
15.3.0-preview-000117-01 140,130 5/9/2017
15.1.1012 1,928,061 4/11/2017
15.1.548 8,809,804 3/2/2017
15.1.0-preview-000545-01 34,546 2/7/2017
15.1.0-preview-000523-01 620,183 1/26/2017
15.1.0-preview-000458-02 1,068,223 12/14/2016
15.1.0-preview-000370-00 85,116 11/4/2016
14.3.0 1,344,467 9/9/2016