aboutsummaryrefslogtreecommitdiff
path: root/src/dotnet
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-11 22:20:11 +0300
committerGitHub <noreply@github.com>2022-08-11 22:20:11 +0300
commitf8396a6c3531a3a307f5f9d1d3adf065baa7a5a6 (patch)
tree7944171a5826cb46cbbc4599f4e0c567c16fdefd /src/dotnet
parent44694d699fd715edeeb9fcea9271b09c39b5ac35 (diff)
Automated documentation update (#90)
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/dotnet')
-rw-r--r--src/dotnet/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dotnet/README.md b/src/dotnet/README.md
index 2a215de..3ca4bbd 100644
--- a/src/dotnet/README.md
+++ b/src/dotnet/README.md
@@ -18,9 +18,8 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest |
-| runtime_only | Install just the dotnet runtime if true, and sdk if false. | boolean | - |
-| override_default_version | If true, overrides existing version (if any) of dotnet on the PATH | boolean | true |
-| install_using_apt | If true, it installs using apt instead of the release URL | boolean | true |
+| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - |
+| installUsingApt | If true, it installs using apt instead of the release URL | boolean | true |
---