Skip to content

Commit 9304ec9

Browse files
Fix version history failures (devcontainers#945)
1 parent ef5694b commit 9304ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/universal/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
},
176176
".NET": {
177177
"cgIgnore": true,
178-
"versionCommand": "ls /usr/local/dotnet | grep -oE '[0-9]'",
179-
"path": "/usr/local/dotnet"
178+
"versionCommand": "dotnet --version",
179+
"path": "/usr/share/dotnet/dotnet"
180180
},
181181
"Ruby": {
182182
"cgIgnore": true,

0 commit comments

Comments
 (0)