Skip to content

Commit ac7b712

Browse files
authored
[release/6.0] Update yarn.msbuild (#53851)
* Update yarn.msbuild * Update Tools.props * Update Tools.props * Update global.json
1 parent f7c265e commit ac7b712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Tools.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Since this project is evaluated before .npmproj files are loaded, this should cause the package to end up in
88
the NuGet cache ahead of time. This is not needed in source build.
99
-->
10-
<PackageReference Include="Yarn.MSBuild" Version="1.22.10" />
10+
<PackageReference Include="Yarn.MSBuild" Version="1.22.19" />
1111
</ItemGroup>
1212

1313
<!-- Update the generated files when we restore projects. Skip in desktop msbuild due to VS 16.8 requirements. -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"xcopy-msbuild": "16.5.0-alpha"
2929
},
3030
"msbuild-sdks": {
31-
"Yarn.MSBuild": "1.22.10",
31+
"Yarn.MSBuild": "1.22.19",
3232
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24059.3",
3333
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24059.3"
3434
}

0 commit comments

Comments
 (0)