Microsoft.Build.Tasks.Core
17.6.3
dotnet add package Microsoft.Build.Tasks.Core --version 17.6.3
NuGet\Install-Package Microsoft.Build.Tasks.Core -Version 17.6.3
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.6.3" />
paket add Microsoft.Build.Tasks.Core --version 17.6.3
#r "nuget: Microsoft.Build.Tasks.Core, 17.6.3"
// Install Microsoft.Build.Tasks.Core as a Cake Addin
#addin nuget:?package=Microsoft.Build.Tasks.Core&version=17.6.3
// Install Microsoft.Build.Tasks.Core as a Cake Tool
#tool nuget:?package=Microsoft.Build.Tasks.Core&version=17.6.3
Microsoft.Build.Tasks
This package contains implementations of commonly-used MSBuild tasks that ship with MSBuild itself.
You do not need to reference this package to use these tasks in a build--they are available in any MSBuild environment.
If you are writing a new task, you may wish to reference
Microsoft.Build.Utilities.Core
and derive from Microsoft.Build.Utilities.Task
or
Microsoft.Build.Utilities.ToolTask
.
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 is compatible. 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. |
.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 (>= 17.6.3)
- Microsoft.Build.Utilities.Core (>= 17.6.3)
- Microsoft.IO.Redist (>= 6.0.0)
- Microsoft.NET.StringTools (>= 17.6.3)
- Microsoft.VisualStudio.Setup.Configuration.Interop (>= 3.2.2146)
- System.Collections.Immutable (>= 7.0.0)
- System.Configuration.ConfigurationManager (>= 7.0.0)
- System.Memory (>= 4.5.5)
- System.Resources.Extensions (>= 7.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Security.Permissions (>= 7.0.0)
- System.Security.Principal.Windows (>= 5.0.0)
- System.Threading.Tasks.Dataflow (>= 7.0.0)
-
.NETStandard 2.0
- Microsoft.Build.Framework (>= 17.6.3)
- Microsoft.Build.Utilities.Core (>= 17.6.3)
- Microsoft.NET.StringTools (>= 17.6.3)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.CodeDom (>= 7.0.0)
- System.Collections.Immutable (>= 7.0.0)
- System.Configuration.ConfigurationManager (>= 7.0.0)
- System.Memory (>= 4.5.5)
- System.Reflection.Metadata (>= 7.0.0)
- System.Resources.Extensions (>= 7.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Security.Cryptography.Pkcs (>= 7.0.0)
- System.Security.Cryptography.Xml (>= 7.0.1)
- System.Security.Permissions (>= 7.0.0)
- System.Security.Principal.Windows (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
- System.Threading.Tasks.Dataflow (>= 7.0.0)
-
net7.0
- Microsoft.Build.Framework (>= 17.6.3)
- Microsoft.Build.Utilities.Core (>= 17.6.3)
- Microsoft.NET.StringTools (>= 17.6.3)
- Microsoft.VisualStudio.Setup.Configuration.Interop (>= 3.2.2146)
- System.CodeDom (>= 7.0.0)
- System.Collections.Immutable (>= 7.0.0)
- System.Configuration.ConfigurationManager (>= 7.0.0)
- System.Reflection.Metadata (>= 7.0.0)
- System.Resources.Extensions (>= 7.0.0)
- System.Security.Cryptography.Pkcs (>= 7.0.0)
- System.Security.Cryptography.Xml (>= 7.0.1)
- System.Security.Permissions (>= 7.0.0)
- System.Threading.Tasks.Dataflow (>= 7.0.0)
NuGet packages (46)
Showing the top 5 NuGet packages that depend on Microsoft.Build.Tasks.Core:
Package | Downloads |
---|---|
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. |
|
Buildalyzer
A little utility to perform design-time builds of .NET projects without having to think too hard about it. Should work with any project type on any .NET runtime. |
|
Microsoft.VisualStudio.ProjectSystem
Reference assemblies for Visual Studio Project System Extensibility |
|
NuGet.Build.Tasks
NuGet tasks for MSBuild and dotnet restore. |
|
Pickles.MSBuild
**Pickles** is an open source **living documentation** generator that works on feature files written in the *Gherkin* language, popularized in tools like *Cucumber* and *SpecFlow*. *Pickles* can be incorporated into your build process to produce living documentation in a format that is more accessible to your clients. *Gherkin* language files are written in plain text and stored in your source folder. This can make them inaccessible to clients who may not know how to work with source control or who are not interested in seeing all of the source code, just the features. *Pickles* can produce output in different formats: - Static HTML: a set of HTML files with minimal JavaScript - Dynamic HTML: a JavaScript-rich single page app with integrated search - Word: Microsoft Word - Excel: Microsoft Excel - JSON: a custom JSON format - Markdown: a simple output format Optionally, *Pickles* can **integrate test results**, so that your stakeholders know which scenarios pass validation. *Pickles* supports these test formats: - NUnit - MSTest - XUnit - SpecRun - Cucumber JSON |
GitHub repositories (69)
Showing the top 5 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/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
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
|
Version | Downloads | Last updated |
---|---|---|
17.6.3 | 1,372 | 5/16/2023 |
17.5.0 | 82,450 | 2/28/2023 |
17.4.0 | 99,954 | 11/11/2022 |
17.3.2 | 120,546 | 10/14/2022 |
17.3.1 | 51,531 | 8/24/2022 |
17.3.0 | 4,047 | 8/24/2022 |
17.2.2 | 1,229 | 10/14/2022 |
17.2.0 | 161,539 | 5/11/2022 |
17.1.0 | 139,708 | 3/8/2022 |
17.0.1 | 815 | 10/14/2022 |
17.0.0 | 1,441,188 | 11/8/2021 |
16.11.0 | 171,178 | 8/19/2021 |
16.10.0 | 351,362 | 5/25/2021 |
16.9.0 | 4,370,254 | 3/2/2021 |
16.8.0 | 4,711,452 | 11/11/2020 |
16.7.0 | 73,896 | 9/30/2020 |
16.6.0 | 455,968 | 6/9/2020 |
16.5.0 | 653,111 | 3/16/2020 |
16.4.0 | 492,518 | 12/4/2019 |
16.3.0 | 1,293,677 | 9/26/2019 |
16.0.461 | 608,287 | 4/3/2019 |
15.9.20 | 915,961 | 11/21/2018 |
15.8.166 | 1,941,880 | 8/14/2018 |
15.7.179 | 3,849,609 | 5/21/2018 |
15.7.0-preview-000145 | 2,507 | 4/10/2018 |
15.7.0-preview-000011-1378327 | 970,878 | 4/5/2018 |
15.6.85 | 60,475 | 4/5/2018 |
15.6.84 | 1,504 | 4/5/2018 |
15.6.82 | 1,001,867 | 2/26/2018 |
15.5.180 | 110,473 | 12/6/2017 |
15.5.179 | 1,937 | 12/6/2017 |
15.4.8 | 352,645 | 12/6/2017 |
15.3.409 | 34,839,086 | 8/11/2017 |
15.3.0-preview-000388-01 | 164,600 | 6/27/2017 |
15.3.0-preview-000117-01 | 116,142 | 5/9/2017 |
15.1.1012 | 326,980 | 4/11/2017 |
15.1.548 | 6,219,225 | 3/2/2017 |
15.1.0-preview-000545-01 | 2,371 | 2/7/2017 |
15.1.0-preview-000523-01 | 615,572 | 1/26/2017 |
15.1.0-preview-000458-02 | 955,414 | 12/14/2016 |
15.1.0-preview-000370-00 | 44,804 | 11/4/2016 |
14.3.0 | 843,668 | 9/9/2016 |