aboutsummaryrefslogtreecommitdiff
path: root/src/dotnet/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-07-14 21:37:46 +0300
committerGitHub <noreply@github.com>2022-07-14 21:37:46 +0300
commit330429ebb3b858e73f458dea9f43b6f89065826b (patch)
tree1d9efbee8cd5e62f07be5f4e1054135ebfa28384 /src/dotnet/devcontainer-feature.json
parent01b46faa2dd7d9bd4f453b78f49457f2ffc67d3c (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.json8
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
+ ]
+}