Skip to content

Commit

Permalink
Fix version history failures (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed Feb 2, 2024
1 parent ef5694b commit 9304ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/universal/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@
},
".NET": {
"cgIgnore": true,
"versionCommand": "ls /usr/local/dotnet | grep -oE '[0-9]'",
"path": "/usr/local/dotnet"
"versionCommand": "dotnet --version",
"path": "/usr/share/dotnet/dotnet"
},
"Ruby": {
"cgIgnore": true,
Expand Down

0 comments on commit 9304ec9

Please sign in to comment.