aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJP Ungaretti <git@jungaretti.com>2023-03-01 22:23:14 +0300
committerJP Ungaretti <git@jungaretti.com>2023-03-01 22:23:14 +0300
commit31b093b1615d7ff97ecfa30689be1bed30ff6024 (patch)
treebd9131ffa60b5bad07235d255fc5c8c111d921af /src
parent56e18319ac1ef721ae4b55fd9f2a378050ec3789 (diff)
parent4011911c2a561f52c44eee9f5eb15f8a2789bdf4 (diff)
Merge branch 'jungaretti/dotnet-2' of https://github.com/devcontainers/features into jungaretti/dotnet-2
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 98d1837..ac7e7f1 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.",