MicroBuild.Core
0.3.1
dotnet add package MicroBuild.Core --version 0.3.1
NuGet\Install-Package MicroBuild.Core -Version 0.3.1
<PackageReference Include="MicroBuild.Core" Version="0.3.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="MicroBuild.Core" Version="0.3.1" />
<PackageReference Include="MicroBuild.Core"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MicroBuild.Core --version 0.3.1
#r "nuget: MicroBuild.Core, 0.3.1"
#addin nuget:?package=MicroBuild.Core&version=0.3.1
#tool nuget:?package=MicroBuild.Core&version=0.3.1
MicroBuild bootstrapper package which wires up build targets that load and execute other MicroBuild plugins during the build
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.
|
Add support for build\crossTargeting folder in MicroBuild plugins.