Skip to content

Commit 56fde07

Browse files
author
John Luo
authored
Update Yarn.MSBuild version (#28483)
1 parent b716f7a commit 56fde07

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.15.2" />
10+
<PackageReference Include="Yarn.MSBuild" Version="1.22.10" />
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
@@ -29,7 +29,7 @@
2929
"xcopy-msbuild": "16.5.0-alpha"
3030
},
3131
"msbuild-sdks": {
32-
"Yarn.MSBuild": "1.15.2",
32+
"Yarn.MSBuild": "1.22.10",
3333
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20607.11",
3434
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20607.11"
3535
}

0 commit comments

Comments
 (0)