Skip to content

Commit 04dd514

Browse files
jaredparRussKie
andauthored
Update proposed/local-sdk-global-json.md
Co-authored-by: Igor Velikorossov <RussKie@users.noreply.github.com>
1 parent 3313bd5 commit 04dd514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposed/local-sdk-global-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In a scenario where the `.dotnet` directory had 7.0.200 SDK but there was a mach
7171

7272
The values in the `additionalPaths` property can be a relative or absolute path. When a relative path is used it will be resolved relative to the location of global.json. These values also support the following substitutions:
7373

74-
- `"$user$"`: this matches the user-local installation point of .NET SDK for the current operating system: `%LocalAppData%\Microsoft\dotnet`` on Windows and `$HOME/.dotnet`` on Linux/macOS.
74+
- `"$user$"`: this matches the user-local installation point of .NET SDK for the current operating system: `%LocalAppData%\Microsoft\dotnet` on Windows and `$HOME/.dotnet` on Linux/macOS.
7575
- `"$machine$"`: this matches the machine installation point of .NET for the current operating system.
7676
- `%VARIABLE%/$VARIABLE`: environment variables will be substituted. Either the Windows or Unix format can be used here and will be normalized for the operating system the host resolver executes on.
7777

0 commit comments

Comments
 (0)