We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b716f7a commit 56fde07Copy full SHA for 56fde07
eng/Tools.props
@@ -7,7 +7,7 @@
7
Since this project is evaluated before .npmproj files are loaded, this should cause the package to end up in
8
the NuGet cache ahead of time. This is not needed in source build.
9
-->
10
- <PackageReference Include="Yarn.MSBuild" Version="1.15.2" />
+ <PackageReference Include="Yarn.MSBuild" Version="1.22.10" />
11
</ItemGroup>
12
13
<!-- Update the generated files when we restore projects. Skip in desktop msbuild due to VS 16.8 requirements. -->
global.json
@@ -29,7 +29,7 @@
29
"xcopy-msbuild": "16.5.0-alpha"
30
},
31
"msbuild-sdks": {
32
- "Yarn.MSBuild": "1.15.2",
+ "Yarn.MSBuild": "1.22.10",
33
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20607.11",
34
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20607.11"
35
}
0 commit comments