Skip to content

Commit f3fb617

Browse files
authored
Install mono in dev container (#1133)
1 parent 6ff2712 commit f3fb617

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@
1919
}
2020
}
2121
},
22-
"postCreateCommand": "dotnet dev-certs https --trust && dotnet --list-sdks && echo 'Available .NET SDKs installed successfully!'"
22+
"postCreateCommand": {
23+
"dev certs": "dotnet dev-certs https --trust",
24+
"mono": "sudo apt-get update && sudo apt-get install -y mono-devel",
25+
"list sdks": "dotnet --list-sdks && echo 'Available .NET SDKs installed successfully!'"
26+
}
2327
}

0 commit comments

Comments
 (0)