Microsoft.Build
15.6.82
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Build --version 15.6.82
NuGet\Install-Package Microsoft.Build -Version 15.6.82
<PackageReference Include="Microsoft.Build" Version="15.6.82" />
paket add Microsoft.Build --version 15.6.82
#r "nuget: Microsoft.Build, 15.6.82"
// Install Microsoft.Build as a Cake Addin #addin nuget:?package=Microsoft.Build&version=15.6.82 // Install Microsoft.Build as a Cake Tool #tool nuget:?package=Microsoft.Build&version=15.6.82
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluation MSBuild projects.
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.5 is compatible. 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. |
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.6.82)
- System.Collections.Immutable (>= 1.3.1)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETStandard 1.5
- Microsoft.Build.Framework (= 15.6.82)
- 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.Contracts (>= 4.0.1)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.FileVersionInfo (>= 4.0.0)
- System.Diagnostics.Process (>= 4.1.0)
- System.Diagnostics.TraceSource (>= 4.0.0)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.IO.Compression (>= 4.1.0)
- System.IO.FileSystem (>= 4.0.1)
- System.IO.FileSystem.Primitives (>= 4.0.1)
- System.IO.Pipes (>= 4.0.0)
- System.Linq (>= 4.1.0)
- System.Linq.Parallel (>= 4.0.1)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Metadata (>= 1.3.0)
- System.Reflection.Primitives (>= 4.0.1)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Resources.ResourceManager (>= 4.0.1)
- 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.Loader (>= 4.0.0)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.CodePages (>= 4.0.1)
- 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.Tasks.Dataflow (>= 4.6.0)
- System.Threading.Tasks.Parallel (>= 4.0.1)
- System.Threading.Thread (>= 4.0.0)
- System.Threading.ThreadPool (>= 4.0.10)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XmlDocument (>= 4.0.1)
- System.Xml.XPath.XmlDocument (>= 4.0.1)
NuGet packages (146)
Showing the top 5 NuGet packages that depend on Microsoft.Build:
Package | Downloads |
---|---|
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views. |
|
Microsoft.VisualStudio.Web.CodeGeneration.Design
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. |
|
Microsoft.VisualStudio.Web.CodeGeneration
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies. |
|
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore
Contains Entity Framework Core Services used by ASP.NET Core Code Generators. |
|
Microsoft.VisualStudio.Web.CodeGeneration.Core
Contains the core infrastructure used by ASP.NET Core Code Generators. |
GitHub repositories (122)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Build:
Repository | Stars |
---|---|
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
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!!
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
Version | Downloads | Last updated |
---|---|---|
17.12.6 | 20,747 | 10/30/2024 |
17.11.4 | 191,204 | 8/15/2024 |
17.10.4 | 472,739 | 5/21/2024 |
17.10.0-preview-24081-01 | 937 | 4/25/2024 |
17.9.5 | 263,015 | 2/14/2024 |
17.8.3 | 8,674,059 | 11/14/2023 |
17.7.2 | 3,175,354 | 8/24/2023 |
17.7.0 | 106,918 | 8/9/2023 |
17.6.3 | 342,765 | 5/16/2023 |
17.5.0 | 1,493,008 | 2/28/2023 |
17.4.0 | 225,588 | 11/11/2022 |
17.3.2 | 17,795,372 | 10/14/2022 |
17.3.1 | 194,592 | 8/24/2022 |
17.3.0 | 73,428 | 8/24/2022 |
17.2.2 | 21,828 | 10/14/2022 |
17.2.0 | 899,509 | 5/11/2022 |
17.1.0 | 2,413,353 | 3/8/2022 |
17.0.1 | 116,940 | 10/14/2022 |
17.0.0 | 26,230,302 | 11/8/2021 |
16.11.0 | 728,050 | 8/19/2021 |
16.10.0 | 838,915 | 5/25/2021 |
16.9.0 | 12,432,545 | 3/2/2021 |
16.8.0 | 5,137,348 | 11/11/2020 |
16.7.0 | 391,840 | 9/30/2020 |
16.6.0 | 635,370 | 6/9/2020 |
16.5.0 | 1,030,689 | 3/16/2020 |
16.4.0 | 844,613 | 12/4/2019 |
16.3.0 | 1,288,774 | 9/26/2019 |
16.0.461 | 2,019,081 | 4/3/2019 |
15.9.20 | 9,201,137 | 11/21/2018 |
15.8.166 | 3,412,539 | 8/14/2018 |
15.7.179 | 4,739,323 | 5/21/2018 |
15.7.0-preview-000145 | 4,132 | 4/10/2018 |
15.7.0-preview-000011-1378327 | 1,237,303 | 4/5/2018 |
15.6.85 | 78,132 | 4/5/2018 |
15.6.84 | 2,515 | 4/5/2018 |
15.6.82 | 1,552,363 | 2/26/2018 |
15.5.180 | 150,157 | 12/6/2017 |
15.5.179 | 12,985 | 12/6/2017 |
15.4.8 | 684,261 | 12/6/2017 |
15.3.409 | 47,559,538 | 8/11/2017 |
15.3.0-preview-000388-01 | 188,661 | 6/27/2017 |
15.3.0-preview-000117-01 | 134,606 | 5/9/2017 |
15.1.1012 | 384,348 | 4/11/2017 |
15.1.548 | 8,027,221 | 3/2/2017 |
15.1.0-preview-000545-01 | 25,949 | 2/7/2017 |
15.1.0-preview-000523-01 | 619,029 | 1/26/2017 |
15.1.0-preview-000458-02 | 1,051,402 | 12/14/2016 |
15.1.0-preview-000370-00 | 81,770 | 11/4/2016 |
14.3.0 | 1,117,849 | 9/9/2016 |