diff options
Diffstat (limited to 'src/dotnet')
-rw-r--r-- | src/dotnet/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotnet/README.md b/src/dotnet/README.md index c74e679..d40eb4a 100644 --- a/src/dotnet/README.md +++ b/src/dotnet/README.md @@ -18,7 +18,7 @@ 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 | -| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - | +| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | false | | installUsingApt | If true, it installs using apt instead of the release URL | boolean | true | |