Skip to content

Commit c4f6e14

Browse files
kant2002Pilchie
authored andcommitted
Fix build on clean CMD
Wthout that fix following error on clean cmd without MBuild on path ``` eng\tools\RepoTasks\RepoTasks.csproj : error : Version 5.0.100-preview.5.20251.2 of the .NET Core SDK requires at least version 16.5.0 of MSBuild. The current available version of MSBuild is 16.3.0.463.05. Change the .NET Core SDK specified in global.json to an older version that requires the MSBuild version currently available. ```
1 parent 1b6f13d commit c4f6e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Git": "2.22.0",
1616
"jdk": "11.0.3",
1717
"vs": {
18-
"version": "16.3",
18+
"version": "16.5",
1919
"components": [
2020
"Microsoft.VisualStudio.Component.VC.ATL",
2121
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",

0 commit comments

Comments
 (0)