Skip to content

Commit 592fdc8

Browse files
authored
typo in 'dotnet' Feature schema
1 parent 5fb5c38 commit 592fdc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dotnet/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"name": "Dotnet CLI",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet",
66
"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 @@
2323
},
2424
"installUsingApt": {
2525
"type": "boolean",
26-
"default": "true",
26+
"default": true,
2727
"description": "If true, it installs using apt instead of the release URL"
2828
}
2929
},

0 commit comments

Comments
 (0)