Skip to content

Commit

Permalink
Fix CG alerts caused by RoslynTools.MSBuild 17.7.2 (#9310)
Browse files Browse the repository at this point in the history
RoslynTools.MSBuild 17.7.2 caused two CG alerts when doing signing validation. dotnet/arcade#14055 and its linked PRs have more context.
  • Loading branch information
GangWang01 committed Oct 9, 2023
1 parent 01bf0f2 commit 3f83514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vs": {
"version": "17.7.0"
},
"xcopy-msbuild": "17.7.2"
"xcopy-msbuild": "17.7.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23463.1"
Expand Down

0 comments on commit 3f83514

Please sign in to comment.