From b6d7cb980eb76c7a056faa7c1a90eb1e7998a259 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 7 Dec 2020 11:16:05 -0800 Subject: [PATCH] Update Yarn.MSBuild version --- eng/Tools.props | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Tools.props b/eng/Tools.props index 38f0efa3bea7..a285c2406a15 100644 --- a/eng/Tools.props +++ b/eng/Tools.props @@ -7,7 +7,7 @@ Since this project is evaluated before .npmproj files are loaded, this should cause the package to end up in the NuGet cache ahead of time. This is not needed in source build. --> - + diff --git a/global.json b/global.json index 1b1e24acd74d..64d9feabb20e 100644 --- a/global.json +++ b/global.json @@ -29,7 +29,7 @@ "xcopy-msbuild": "16.5.0-alpha" }, "msbuild-sdks": { - "Yarn.MSBuild": "1.15.2", + "Yarn.MSBuild": "1.22.10", "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20601.2", "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20601.2" }