From b4b7d05ec86c1a0bdad0bf7350105e16bc3feef0 Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 1 Mar 2023 01:20:58 +0000 Subject: [PATCH] Mention LTS in version description --- src/dotnet/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index b7f52e7..1c317fd 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -14,7 +14,7 @@ "3.1" ], "default": "latest", - "description": "Version of the .NET CLI to install." + "description": "Version of the .NET CLI to install. Use 'latest' to install the latest LTS version." }, "additionalVersions": { "type": "string",