Browse Source

Update Yarn.MSBuild version (#28483)

John Luo 5 years ago
parent
commit
56fde07ac2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      eng/Tools.props
  2. 1 1
      global.json

+ 1 - 1
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.
     -->
-    <PackageReference Include="Yarn.MSBuild" Version="1.15.2" />
+    <PackageReference Include="Yarn.MSBuild" Version="1.22.10" />
   </ItemGroup>
 
   <!-- Update the generated files when we restore projects. Skip in desktop msbuild due to VS 16.8 requirements. -->

+ 1 - 1
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.20607.11",
     "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20607.11"
   }