diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-14 21:37:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 21:37:46 +0300 |
commit | 330429ebb3b858e73f458dea9f43b6f89065826b (patch) | |
tree | 1d9efbee8cd5e62f07be5f4e1054135ebfa28384 /src/dotnet/devcontainer-feature.json | |
parent | 01b46faa2dd7d9bd4f453b78f49457f2ffc67d3c (diff) |
Dotnet: Install additional versions (#60)
* Dotnet: Install additional versions
* nit
* tweak: to unblock git merge
Diffstat (limited to 'src/dotnet/devcontainer-feature.json')
-rw-r--r-- | src/dotnet/devcontainer-feature.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index 723c151..da1a8e4 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -36,9 +36,5 @@ }, "extensions": [ "ms-dotnettools.csharp" - ], - "install": { - "app": "", - "file": "install.sh" - } -}
\ No newline at end of file + ] +} |