MicroBuild.Core
0.3.0
Install-Package MicroBuild.Core -Version 0.3.0
dotnet add package MicroBuild.Core --version 0.3.0
<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
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, C# scripting and .NET Interactive. 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
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.
NuGet packages
This package is not used by any NuGet packages.
| Version | Downloads | Last updated |
|---|---|---|
| 0.3.0 | 0 | 06.02.2022 |
Add support for build\crossTargeting folder in MicroBuild plugins.