Unverified Commit 592fdc81 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

typo in 'dotnet' Feature schema

parent 5fb5c388
{ {
"id": "dotnet", "id": "dotnet",
"version": "1.1.1", "version": "1.1.2",
"name": "Dotnet CLI", "name": "Dotnet CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "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.", "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 @@ ...@@ -23,7 +23,7 @@
}, },
"installUsingApt": { "installUsingApt": {
"type": "boolean", "type": "boolean",
"default": "true", "default": true,
"description": "If true, it installs using apt instead of the release URL" "description": "If true, it installs using apt instead of the release URL"
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment