aboutsummaryrefslogtreecommitdiff
path: root/src/dotnet/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotnet/devcontainer-feature.json')
-rw-r--r--src/dotnet/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json
index 156d1f0..5e11f11 100644
--- a/src/dotnet/devcontainer-feature.json
+++ b/src/dotnet/devcontainer-feature.json
@@ -8,8 +8,8 @@
"type": "string",
"proposals": [
"latest",
- "6.0",
- "5.0",
+ "6",
+ "5",
"3.1"
],
"default": "latest",