Skip to content

Commit 4c66279

Browse files
authored
Fix signed builds (#16192)
1 parent b0f2370 commit 4c66279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"tools": {
77
"dotnet": "8.0.100-rc.2.23502.2",
88
"vs": {
9-
"version": "17.7",
9+
"version": "17.8",
1010
"components": [
1111
"Microsoft.VisualStudio.Component.FSharp"
1212
]
1313
},
14-
"xcopy-msbuild": "17.7.2"
14+
"xcopy-msbuild": "17.8.1-2"
1515
},
1616
"native-tools": {
1717
"perl": "5.38.0.1"

0 commit comments

Comments
 (0)