Yarn.MSBuild
1.0.2
See the version list below for details.
dotnet add package Yarn.MSBuild --version 1.0.2
NuGet\Install-Package Yarn.MSBuild -Version 1.0.2
<PackageReference Include="Yarn.MSBuild" Version="1.0.2" />
paket add Yarn.MSBuild --version 1.0.2
#r "nuget: Yarn.MSBuild, 1.0.2"
// Install Yarn.MSBuild as a Cake Addin #addin nuget:?package=Yarn.MSBuild&version=1.0.2 // Install Yarn.MSBuild as a Cake Tool #tool nuget:?package=Yarn.MSBuild&version=1.0.2
MSBuild integration for the Yarn package manager.
Automatically installs Node modules into web projects. This uses yarn, an alternative package manager to NPM.
This package also provides an MSBuild task for invoking Yarn commands.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.5
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Yarn.MSBuild:
Package | Downloads |
---|---|
MintPlayer.AspNetCore.NodeServices
This package contains the abandoned node services. |
|
Rixian.MSBuild.TailwindCSS
Adds build targets required to work with TailwindCSS in your project. |
|
Blazor.BrowserExtension.Authentication
Adds MSAL authentication features to browser extensions written with Blazor.BrowserExtension. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Yarn.MSBuild:
Repository | Stars |
---|---|
JeringTech/Javascript.NodeJS
Invoke Javascript in NodeJS, from C#
|
Version | Downloads | Last updated |
---|---|---|
1.22.19 | 170,845 | 10/8/2022 |
1.22.17 | 93,640 | 10/23/2021 |
1.22.15 | 54,200 | 10/7/2021 |
1.22.10 | 105,726 | 10/4/2020 |
1.22.5 | 23,111 | 8/29/2020 |
1.22.4 | 110,693 | 3/10/2020 |
1.22.1 | 638 | 3/8/2020 |
1.22.0 | 126,495 | 2/6/2020 |
1.21.1 | 9,157 | 12/15/2019 |
1.16.0 | 57,430 | 6/21/2019 |
1.15.2 | 523,725 | 5/7/2019 |
1.13.0 | 61,703 | 2/22/2019 |
1.12.3 | 79,768 | 11/26/2018 |
1.7.0 | 15,438 | 6/26/2018 |
1.6.0 | 1,135 | 6/26/2018 |
1.5.2 | 5,859 | 5/1/2018 |
1.5.1 | 2,299 | 4/16/2018 |
1.3.4 | 2,718 | 3/4/2018 |
1.3.3 | 4,046 | 11/30/2017 |
1.3.2 | 1,074 | 11/29/2017 |
1.2.1 | 9,382 | 11/3/2017 |
1.2.0 | 1,287 | 10/28/2017 |
1.1.0 | 1,258 | 10/15/2017 |
1.0.2 | 2,143 | 10/15/2017 |
1.0.1 | 1,527 | 10/1/2017 |
1.0.0 | 1,545 | 9/10/2017 |
0.27.5 | 1,405 | 7/18/2017 |
0.24.6 | 2,298 | 5/31/2017 |
0.23.2 | 1,145 | 5/3/2017 |
0.21.3-beta | 1,402 | 3/11/2017 |
0.21.3-alpha | 1,286 | 3/4/2017 |
- Add support for setting the node path with NodeJsExecutablePath
- Add IgnoreExitCode
- Update bundled yarn to 1.0.2
- See https://github.com/yarnpkg/yarn/releases/tag/v1.0.2 for details on changes to the bundled version of yarn