Skip to content

Commit d1de838

Browse files
authored
[release/7.0] Update yarn.msbuild (#53850)
* Update yarn.msbuild * Update Tools.props * Update Tools.props * Update global.json
1 parent 9140994 commit d1de838

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
@@ -26,7 +26,7 @@
2626
"xcopy-msbuild": "17.1.0"
2727
},
2828
"msbuild-sdks": {
29-
"Yarn.MSBuild": "1.22.10",
29+
"Yarn.MSBuild": "1.22.19",
3030
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23564.5",
3131
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.23564.5"
3232
}

0 commit comments

Comments
 (0)