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: docs/core/tools/global-json.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ The following table shows the possible values for the `rollForward` key:
91
91
- Type: Array of `string`
92
92
- Available since: .NET 10 Preview 3 SDK.
93
93
94
-
Specifies additional locations that should be considered when searching for a compatible .NET SDK. Paths can be absolute or relative to the location of the *global.json* file. The special value `$host$` represents the location corresponding to the running `dotnet` executable.
94
+
Specifies the locations that should be considered when searching for a compatible .NET SDK. Paths can be absolute or relative to the location of the *global.json* file. The special value `$host$` represents the location corresponding to the running `dotnet` executable.
95
95
96
96
These paths are searched in the order they're defined and the first [matching](#matching-rules) SDK is used.
0 commit comments