MSBuilder 0.1.1
Prefix ReservedSee the version list below for details.
dotnet add package MSBuilder --version 0.1.1
NuGet\Install-Package MSBuilder -Version 0.1.1
<PackageReference Include="MSBuilder" Version="0.1.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MSBuilder --version 0.1.1
#r "nuget: MSBuilder, 0.1.1"
// Install MSBuilder as a Cake Addin #addin nuget:?package=MSBuilder&version=0.1.1 // Install MSBuilder as a Cake Tool #tool nuget:?package=MSBuilder&version=0.1.1
Provides the $(UseCompiledTasks) property, which is used by all other
MSBuilder components to determine whether inline or compiled tasks will be used (both versions
are typically provided).
Learn more about Target Frameworks and .NET Standard.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MSBuilder:
Package | Downloads |
---|---|
MSBuilder.VisualStudio.InstallVsix
Allows installing a Visual Studio Extension (VSIX) to arbitrary Visual Studio versions and registry hives. Example: <InstallVsix VisualStudioVersion="$(VisualStudioVersion)" VsixPath="MyExtension.vsix" RootSuffix="$(VSSDKTargetPlatformRegRootSuffix)" /> |
GitHub repositories
This package is not used by any popular GitHub repositories.