Microsoft.VisualStudioEng.MicroBuild.Core
0.4.1
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Microsoft.VisualStudioEng.MicroBuild.Core --version 0.4.1
NuGet\Install-Package Microsoft.VisualStudioEng.MicroBuild.Core -Version 0.4.1
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.VisualStudioEng.MicroBuild.Core" Version="0.4.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.VisualStudioEng.MicroBuild.Core --version 0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.VisualStudioEng.MicroBuild.Core, 0.4.1"
#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.
// Install Microsoft.VisualStudioEng.MicroBuild.Core as a Cake Addin #addin nuget:?package=Microsoft.VisualStudioEng.MicroBuild.Core&version=0.4.1 // Install Microsoft.VisualStudioEng.MicroBuild.Core as a Cake Tool #tool nuget:?package=Microsoft.VisualStudioEng.MicroBuild.Core&version=0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MicroBuild bootstrapper package which wires up build targets that load and execute other MicroBuild plugins during the build
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.VisualStudioEng.MicroBuild.Core:
Package | Downloads |
---|---|
Microsoft.Oryx.Detector
A library to detect tools and frameworks used in an application. |
GitHub repositories (69)
Showing the top 5 popular GitHub repositories that depend on Microsoft.VisualStudioEng.MicroBuild.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.
|
Add support for build\crossTargeting folder in MicroBuild plugins.