diff options
author | JP Ungaretti <19893438+jungaretti@users.noreply.github.com> | 2023-03-01 21:02:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 21:02:25 +0300 |
commit | 4011911c2a561f52c44eee9f5eb15f8a2789bdf4 (patch) | |
tree | dd42db9c474b7d94dbff0098be8980c6ace3f523 /src | |
parent | 5bb6f303a1e23eeac37061a8025c5f04ce1eff86 (diff) |
Fix version
Co-authored-by: Josh Spicer <joshspicer@github.com>
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 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.", |