diff options
author | Josh Spicer <joshspicer@github.com> | 2022-12-27 17:36:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 17:36:51 +0300 |
commit | 592fdc8177f1993b26e5322be2e5fb82b2dff3d5 (patch) | |
tree | 844fc8e8956b89b2c55a031613bac89f8a3c649e | |
parent | 5fb5c388b5cf00ba9d4c09aa753fbd032f396507 (diff) |
typo in 'dotnet' Feature schema
-rw-r--r-- | src/dotnet/devcontainer-feature.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index e8bb9f1..e66550e 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "1.1.1", + "version": "1.1.2", "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.", @@ -23,7 +23,7 @@ }, "installUsingApt": { "type": "boolean", - "default": "true", + "default": true, "description": "If true, it installs using apt instead of the release URL" } }, |