Microsoft.Build.Tasks.Core
15.1.0-preview-000458-02
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Build.Tasks.Core --version 15.1.0-preview-000458-02
NuGet\Install-Package Microsoft.Build.Tasks.Core -Version 15.1.0-preview-000458-02
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.1.0-preview-000458-02" />
paket add Microsoft.Build.Tasks.Core --version 15.1.0-preview-000458-02
#r "nuget: Microsoft.Build.Tasks.Core, 15.1.0-preview-000458-02"
// Install Microsoft.Build.Tasks.Core as a Cake Addin #addin nuget:?package=Microsoft.Build.Tasks.Core&version=15.1.0-preview-000458-02&prerelease // Install Microsoft.Build.Tasks.Core as a Cake Tool #tool nuget:?package=Microsoft.Build.Tasks.Core&version=15.1.0-preview-000458-02&prerelease
This package contains the Microsoft.Build.Tasks.Core assembly which implements the commonly used tasks of MSBuild.
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. |
.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. |
-
.NETFramework 4.6
- Microsoft.Build.Framework (= 15.1.0-preview-000458-02)
- Microsoft.Build.Utilities.Core (= 15.1.0-preview-000458-02)
-
.NETStandard 1.3
- Microsoft.Build.Framework (= 15.1.0-preview-000458-02)
- Microsoft.Build.Utilities.Core (= 15.1.0-preview-000458-02)
- Microsoft.Win32.Primitives (>= 4.0.1)
- System.AppContext (>= 4.1.0)
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.Collections.Immutable (>= 1.2.0)
- System.Collections.NonGeneric (>= 4.0.1)
- System.Console (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Process (>= 4.1.0)
- System.Diagnostics.TraceSource (>= 4.0.0)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.IO.FileSystem (>= 4.0.1)
- System.IO.FileSystem.Primitives (>= 4.0.1)
- System.Linq (>= 4.1.0)
- System.Linq.Parallel (>= 4.0.1)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Metadata (>= 1.3.0)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Resources.Reader (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Resources.Writer (>= 4.0.0)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.Handles (>= 4.0.1)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
- System.Runtime.Serialization.Xml (>= 4.1.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
- System.Security.Cryptography.X509Certificates (>= 4.1.0)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Threading.Thread (>= 4.0.0)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XDocument (>= 4.0.11)
- System.Xml.XmlDocument (>= 4.0.1)
NuGet packages (63)
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. |
|
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/bde21ee2b98b775b010d01a93f81ef587fe80962. |
|
Nuke.ProjectModel
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'a94fbe2ca0c12a4bf2df0a4c92e9dc51ee8f1076' (see contained AppVeyorSettings.json file for build settings). |
|
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
Visual Studio Project System Core |
GitHub repositories (84)
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.
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
Version | Downloads | Last updated |
---|---|---|
17.12.6 | 5,108 | 10/30/2024 |
17.11.4 | 49,435 | 8/15/2024 |
17.10.4 | 277,873 | 5/21/2024 |
17.10.0-preview-24081-01 | 588 | 4/25/2024 |
17.9.5 | 64,502 | 2/14/2024 |
17.8.3 | 1,255,513 | 11/14/2023 |
17.7.2 | 723,697 | 8/24/2023 |
17.7.0 | 7,230 | 8/9/2023 |
17.6.3 | 48,348 | 5/16/2023 |
17.5.0 | 1,266,522 | 2/28/2023 |
17.4.0 | 205,208 | 11/11/2022 |
17.3.2 | 379,931 | 10/14/2022 |
17.3.1 | 78,451 | 8/24/2022 |
17.3.0 | 46,591 | 8/24/2022 |
17.2.2 | 2,652 | 10/14/2022 |
17.2.0 | 209,357 | 5/11/2022 |
17.1.0 | 200,176 | 3/8/2022 |
17.0.1 | 134,769 | 10/14/2022 |
17.0.0 | 3,098,616 | 11/8/2021 |
16.11.0 | 295,550 | 8/19/2021 |
16.10.0 | 662,463 | 5/25/2021 |
16.9.0 | 12,022,966 | 3/2/2021 |
16.8.0 | 5,038,206 | 11/11/2020 |
16.7.0 | 94,221 | 9/30/2020 |
16.6.0 | 577,811 | 6/9/2020 |
16.5.0 | 825,201 | 3/16/2020 |
16.4.0 | 594,657 | 12/4/2019 |
16.3.0 | 1,373,838 | 9/26/2019 |
16.0.461 | 657,481 | 4/3/2019 |
15.9.20 | 1,128,408 | 11/21/2018 |
15.8.166 | 2,617,574 | 8/14/2018 |
15.7.179 | 3,894,834 | 5/21/2018 |
15.7.0-preview-000145 | 3,181 | 4/10/2018 |
15.7.0-preview-000011-1378327 | 1,238,696 | 4/5/2018 |
15.6.85 | 70,819 | 4/5/2018 |
15.6.84 | 2,250 | 4/5/2018 |
15.6.82 | 1,149,075 | 2/26/2018 |
15.5.180 | 134,664 | 12/6/2017 |
15.5.179 | 2,702 | 12/6/2017 |
15.4.8 | 551,341 | 12/6/2017 |
15.3.409 | 45,599,547 | 8/11/2017 |
15.3.0-preview-000388-01 | 188,757 | 6/27/2017 |
15.3.0-preview-000117-01 | 129,575 | 5/9/2017 |
15.1.1012 | 350,425 | 4/11/2017 |
15.1.548 | 7,526,247 | 3/2/2017 |
15.1.0-preview-000545-01 | 3,138 | 2/7/2017 |
15.1.0-preview-000523-01 | 616,345 | 1/26/2017 |
15.1.0-preview-000458-02 | 986,483 | 12/14/2016 |
15.1.0-preview-000370-00 | 46,616 | 11/4/2016 |
14.3.0 | 898,612 | 9/9/2016 |