From 67b15cae1208563d5a2800777c34fe13bc71e181 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 18 Oct 2022 16:30:56 -0700 Subject: add installsAfter: common-utils to all Features (#214) --- src/dotnet/devcontainer-feature.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/dotnet/devcontainer-feature.json') 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" + ] } -- cgit v1.2.3