diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-02-28 03:58:07 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-02-28 03:58:07 +0300 |
commit | d664137814a5f59a954df2b7a5fda665b4d50e97 (patch) | |
tree | db2d6edbda9711a73854812a08c128972110f568 /src/dotnet/devcontainer-feature.json | |
parent | df4db859fb789a25f95fa51cceb61651ce41e8f2 (diff) |
Rewrite dotnet feature
Diffstat (limited to 'src/dotnet/devcontainer-feature.json')
-rw-r--r-- | src/dotnet/devcontainer-feature.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index 4aa264c..ddcc2ef 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "1.1.3", + "version": "2.0", "name": "Dotnet CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "description": "Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install.", @@ -21,10 +21,10 @@ "default": false, "description": "Install just the dotnet runtime if true, and sdk if false." }, - "installUsingApt": { - "type": "boolean", - "default": true, - "description": "If true, it installs using apt instead of the release URL" + "additionalVersions": { + "type": "string", + "default": "", + "description": "Install extra versions of the .NET CLI." } }, "containerEnv": { |