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.
<PackageVersion Include="MicroBuild.Core" Version="0.3.0" />
<PackageReference Include="MicroBuild.Core"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package MicroBuild.Core@0.3.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MicroBuild.Core&version=0.3.0
#tool nuget:?package=MicroBuild.Core&version=0.3.0
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.
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 |
---|
Add support for build\crossTargeting folder in MicroBuild plugins.