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
Scripts in this directory are sourced externally and not maintained by the Dev Container spec maintainers. Do not make changes directly as they might be overwritten at any moment.
4
+
5
+
## dotnet-install.sh
6
+
7
+
`dotnet-install.sh` is a copy of <https://dot.net/v1/dotnet-install.sh>. ([Script reference](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script))
8
+
9
+
Quick options reminder for `dotnet-install.sh`:
10
+
11
+
-`--version`: `"latest"` (default) or an exact version in the form A.B.C like `"6.0.413"`
12
+
-`--channel`: `"LTS"` (default), `"STS"`, a two-part version in the form A.B like `"6.0"` or three-part form A.B.Cxx like `"6.0.1xx"`
13
+
-`--quality`: `"daily"`, `"preview"` or `"GA"`
14
+
- The channel option is only used when version is 'latest' because an exact version overrides the channel option
15
+
- The quality option is only used when channel is 'A.B' or 'A.B.Cxx' because it can't be used with STS or LTS
0 commit comments