Skip to content

Commit d32513d

Browse files
Update Visual Studio and xcopy-msbuild in global.json (#64206)
1 parent b6a3871 commit d32513d

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
@@ -18,15 +18,15 @@
1818
]
1919
},
2020
"vs": {
21-
"version": "17.13",
21+
"version": "17.14",
2222
"components": [
2323
"Microsoft.VisualStudio.Component.VC.ATL",
2424
"Microsoft.VisualStudio.Component.VC.ATL.ARM64",
2525
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
2626
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
2727
]
2828
},
29-
"xcopy-msbuild": "17.13.0"
29+
"xcopy-msbuild": "17.14.16"
3030
},
3131
"native-tools": {
3232
"jdk": "latest"

0 commit comments

Comments
 (0)