From 2b64508a1ab9f454741b24d504228db8cc0374f1 Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Fri, 3 Mar 2023 00:37:53 +0000 Subject: Add route for LTS option --- src/dotnet/devcontainer-feature.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/dotnet/devcontainer-feature.json') diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index 04e5f0c..cbe0054 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -9,17 +9,18 @@ "type": "string", "proposals": [ "latest", + "lts", "7", "6", "3" ], "default": "latest", - "description": "Version of .NET to install. Use 'latest' for the latest LTS version, 'X' for the latest of a major version, or 'X.Y.Z' for a specific version." + "description": "Version of .NET to install. Use 'latest' for the latest version, 'lts' for the latest LTS version, 'X' for the latest of a major version, or 'X.Y.Z' for a specific version." }, "additionalVersions": { "type": "string", "default": "", - "description": "Comma-separated list of additional .NET versions to install. Use 'latest' for the latest LTS version, 'X' for the latest of a major version, or 'X.Y.Z' for a specific version." + "description": "Comma-separated list of additional .NET versions to install. Use 'latest' for the latest version, 'lts' for the latest LTS version, 'X' for the latest of a major version, or 'X.Y.Z' for a specific version." }, "runtimeOnly": { "type": "boolean", -- cgit v1.2.3