MicroBuild.Core 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MicroBuild.Core --version 0.3.0
NuGet\Install-Package MicroBuild.Core -Version 0.3.0
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="MicroBuild.Core" Version="0.3.0">
  <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 MicroBuild.Core --version 0.3.0
#r "nuget: MicroBuild.Core, 0.3.0"
#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 MicroBuild.Core as a Cake Addin
#addin nuget:?package=MicroBuild.Core&version=0.3.0

// Install MicroBuild.Core as a Cake Tool
#tool nuget:?package=MicroBuild.Core&version=0.3.0

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 (98)

Showing the top 5 NuGet packages that depend on MicroBuild.Core:

Package Downloads
E2E.SignedPackage

NuGet.Services.EndToEnd.TestPackage

E2E.SignedPackage.180403.180053.2483281

NuGet.Services.EndToEnd.TestPackage

E2E.SignedPackage.180403.214436.7268403

NuGet.Services.EndToEnd.TestPackage

E2E.SignedPackage.180403.231344.6031540

NuGet.Services.EndToEnd.TestPackage

E2E.SignedPackage.180404.000039.8003201

NuGet.Services.EndToEnd.TestPackage

GitHub repositories (27)

Showing the top 5 popular GitHub repositories that depend on MicroBuild.Core:

Repository Stars
SignalR/SignalR
Incredibly simple real-time web for .NET
microsoft/VFSForGit
Virtual File System for Git: Enable Git at Enterprise Scale
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
microsoft/VisualStudioUninstaller
Visual Studio Uninstallation sometimes can be unreliable and often leave out a lot of unwanted artifacts. Visual Studio Uninstaller is designed to thoroughly and reliably remove these unwanted artifacts.
microsoft/Git-Credential-Manager-for-Windows
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
Version Downloads Last updated
0.3.1 1 1/17/2021
0.3.0 45,090 3/30/2018

Add support for build\crossTargeting folder in MicroBuild plugins.