diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 04:20:58 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 04:20:58 +0300 |
commit | b4b7d05ec86c1a0bdad0bf7350105e16bc3feef0 (patch) | |
tree | 9a2e24be6bcf58d28852f93a0c82c6c75ff2d40b /src | |
parent | 00f0c506f768df6e47cbc99960984c3198bd913c (diff) |
Mention LTS in version description
Diffstat (limited to 'src')
-rw-r--r-- | src/dotnet/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |