typo in 'dotnet' Feature schema

This commit is contained in:
Josh Spicer 2022-12-27 09:36:51 -05:00 committed by GitHub
parent 5fb5c388b5
commit 592fdc8177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
},