Microsoft.Build.Tasks.Core 15.3.0-preview-000117-01

This is a prerelease version of Microsoft.Build.Tasks.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Build.Tasks.Core --version 15.3.0-preview-000117-01
                    
NuGet\Install-Package Microsoft.Build.Tasks.Core -Version 15.3.0-preview-000117-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.Tasks.Core" Version="15.3.0-preview-000117-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="15.3.0-preview-000117-01" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Build.Tasks.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.Tasks.Core --version 15.3.0-preview-000117-01
                    
#r "nuget: Microsoft.Build.Tasks.Core, 15.3.0-preview-000117-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.Tasks.Core&version=15.3.0-preview-000117-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Build.Tasks.Core&version=15.3.0-preview-000117-01&prerelease
                    
Install as a Cake Tool

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Microsoft.Build.Tasks.Core:

Package Downloads
Microsoft.VisualStudio.ProjectSystem

Reference assemblies for Visual Studio Project System Extensibility

Microsoft.Build.Runtime

This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.

Microsoft.CodeAnalysis.Build.Tasks

Contains the build task and targets used by MSBuild to run the C# and VB compilers. Supports using VBCSCompiler on Windows.

GitHub repositories (83)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Build.Tasks.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.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
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!!
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
Fody/Fody
Extensible tool for weaving .net assemblies
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
dotnet/docfx
Static site generator for .NET API documentation.
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
nuke-build/nuke
🏗 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
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
dotnet/macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
EWSoftware/SHFB
Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
praeclarum/Ooui
A small cross-platform UI library that brings the simplicity of native UI development to the web
KirillOsenkov/MSBuildStructuredLog
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
dotnet/Nerdbank.GitVersioning
Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds.