Sfoglia il codice sorgente

Update Yarn.MSBuild version (#28483)

John Luo 5 anni fa
parent
commit
56fde07ac2
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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
       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.
       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>
   </ItemGroup>
 
 
   <!-- Update the generated files when we restore projects. Skip in desktop msbuild due to VS 16.8 requirements. -->
   <!-- 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"
     "xcopy-msbuild": "16.5.0-alpha"
   },
   },
   "msbuild-sdks": {
   "msbuild-sdks": {
-    "Yarn.MSBuild": "1.15.2",
+    "Yarn.MSBuild": "1.22.10",
     "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20607.11",
     "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20607.11",
     "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20607.11"
     "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20607.11"
   }
   }