MicroBuild.Core 0.3.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
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.

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

Add support for build\crossTargeting folder in MicroBuild plugins.