You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/Schema/Global.schema.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,17 @@
39
39
"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."
40
40
}
41
41
}
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."
0 commit comments