Skip to content

Commit cfda5f6

Browse files
Upgrade Visual Studio and xcopy-msbuild version to 18.0 (#19098)
Updated vs to the latest available version and xcopy-msbuild to the latest available version on dotnet-eng within global.json Co-authored-by: Adam Boniecki <[email protected]>
1 parent 9298780 commit cfda5f6

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
@@ -11,12 +11,12 @@
1111
"tools": {
1212
"dotnet": "10.0.100-rc.2.25502.107",
1313
"vs": {
14-
"version": "17.14",
14+
"version": "18.0",
1515
"components": [
1616
"Microsoft.VisualStudio.Component.FSharp"
1717
]
1818
},
19-
"xcopy-msbuild": "17.14.16"
19+
"xcopy-msbuild": "18.0.0"
2020
},
2121
"native-tools": {
2222
"perl": "5.38.2.2"

0 commit comments

Comments
 (0)