Skip to content

Commit 7756faa

Browse files
Fixed global.json schema
1 parent 16c0b49 commit 7756faa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Src/Schema/Global.schema.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"description": "The roll-forward policy to use when selecting an SDK version, either as a fallback when a specific SDK version is missing or as a directive to use a later version."
4040
}
4141
}
42-
}
43-
},
44-
"msbuild-sdks": {
45-
"type": "object",
46-
"description": "Lets you control the project SDK version in one place rather than in each individual project.",
47-
"additionalProperties": true,
48-
"properties": {
49-
"MSTest.Sdk": {
50-
"type": "string",
51-
"description": "Specifies the version of the MSTest SDK to use for unit testing."
52-
}
42+
},
43+
"msbuild-sdks": {
44+
"type": "object",
45+
"description": "Lets you control the project SDK version in one place rather than in each individual project.",
46+
"additionalProperties": true,
47+
"properties": {
48+
"MSTest.Sdk": {
49+
"type": "string",
50+
"description": "Specifies the version of the MSTest SDK to use for unit testing."
5351
}
5452
}
53+
}
54+
}
5555
}

0 commit comments

Comments
 (0)