We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b620abc commit 95ff333Copy full SHA for 95ff333
1 file changed
.devcontainer/devcontainer.json
@@ -35,7 +35,7 @@
35
8080,
36
8081
37
],
38
- "postCreateCommand": "cd ./SampleApp && dotnet restore",
+ "postCreateCommand": "dotnet new install Aspire.ProjectTemplates && cd ./SampleApp && dotnet restore",
39
"hostRequirements": {
40
"memory": "8gb",
41
"cpus": 4
0 commit comments