diff options
author | Josh Spicer <joshspicer@github.com> | 2022-10-19 02:30:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 02:30:56 +0300 |
commit | 67b15cae1208563d5a2800777c34fe13bc71e181 (patch) | |
tree | 2a772c841a7f150e36e495e89e74d1b0ec1b4b2b /src/dotnet | |
parent | 7860eb85a4694bed908db725157b1b1e9f1654cb (diff) |
add installsAfter: common-utils to all Features (#214)
Diffstat (limited to 'src/dotnet')
-rw-r--r-- | src/dotnet/devcontainer-feature.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index 2d261eb..ce8ef06 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "1.0.7", + "version": "1.0.8", "name": "Dotnet CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "description": "Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install.", @@ -37,5 +37,8 @@ "ms-dotnettools.csharp" ] } - } + }, + "installsAfter": [ + "ghcr.io/devcontainers/features/common-utils" + ] } |