aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJP Ungaretti <19893438+jungaretti@users.noreply.github.com>2023-03-01 21:02:25 +0300
committerGitHub <noreply@github.com>2023-03-01 21:02:25 +0300
commit4011911c2a561f52c44eee9f5eb15f8a2789bdf4 (patch)
treedd42db9c474b7d94dbff0098be8980c6ace3f523 /src
parent5bb6f303a1e23eeac37061a8025c5f04ce1eff86 (diff)
Fix version
Co-authored-by: Josh Spicer <joshspicer@github.com>
Diffstat (limited to 'src')
-rw-r--r--src/dotnet/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json
index cff97dc..b0746f4 100644
--- a/src/dotnet/devcontainer-feature.json
+++ b/src/dotnet/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "dotnet",
- "version": "2.0",
+ "version": "2.0.0",
"name": ".NET",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet",
"description": "Installs .NET and its CLI. Offers options to install a specific version of .NET, additional versions of .NET, or just the .NET runtime.",