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