Microsoft.Build.Tasks.Core 15.1.0-preview-000370-00

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.1.0-preview-000370-00
                    
NuGet\Install-Package Microsoft.Build.Tasks.Core -Version 15.1.0-preview-000370-00
                    
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.1.0-preview-000370-00" />
                    
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.1.0-preview-000370-00" />
                    
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.1.0-preview-000370-00
                    
#r "nuget: Microsoft.Build.Tasks.Core, 15.1.0-preview-000370-00"
                    
#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.
#:package Microsoft.Build.Tasks.Core@15.1.0-preview-000370-00
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Build.Tasks.Core&version=15.1.0-preview-000370-00&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Build.Tasks.Core&version=15.1.0-preview-000370-00&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 (117)

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.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
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 from a single C#/XAML codebase. Work from any IDE/CLI with Hot Reload, Visual Designer, MCPs, and Skills built for modern .NET workflows. 200M+ NuGet downloads.
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
ElectronNET/Electron.NET
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
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.
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
Fody/Fody
Extensible tool for weaving .net assemblies
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
MattParkerDev/SharpIDE
A modern, cross platform IDE for .NET, built with .NET & Godot
nuke-build/nuke
🏗 The AKEless Build System for C#/.NET
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
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
GitTools/GitVersion
From git log to SemVer in no time