MicroBuild.Core 0.3.1

dotnet add package MicroBuild.Core --version 0.3.1
                    
NuGet\Install-Package MicroBuild.Core -Version 0.3.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="MicroBuild.Core" Version="0.3.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.
<PackageVersion Include="MicroBuild.Core" Version="0.3.1" />
                    
Directory.Packages.props
<PackageReference Include="MicroBuild.Core">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MicroBuild.Core --version 0.3.1
                    
#r "nuget: MicroBuild.Core, 0.3.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.
#addin nuget:?package=MicroBuild.Core&version=0.3.1
                    
Install MicroBuild.Core as a Cake Addin
#tool nuget:?package=MicroBuild.Core&version=0.3.1
                    
Install MicroBuild.Core as a Cake Tool

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.180404.000039.8003201

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

GitHub repositories (29)

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

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
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.
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
microsoft/scalar
Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
dotnet/ILMerge
ILMerge is a static linker for .NET Assemblies.
microsoft/python-language-server
Microsoft Language Server for Python
microsoft/XamlBehaviorsWpf
Home for WPF XAML Behaviors on GitHub.
dotnet/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
NuGet/NuGet.Server
NuGet Server is a lightweight standalone NuGet server
microsoft/IIS.Administration
REST API for managing IIS
microsoft/RTVS
R Tools for Visual Studio.
microsoft/dev-tunnels
Dev Tunnels SDK
microsoft/ApplicationInsights-aspnetcore
ASP.NET Core web applications monitoring
Azure/diagnostics-eventflow
Microsoft Diagnostics EventFlow
microsoft/MSBuildLocator
An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
Version Downloads Last updated
0.3.1 3 1/17/2021
0.3.0 46,064 3/30/2018

Add support for build\crossTargeting folder in MicroBuild plugins.