Skip to content

Commit 6d38f4a

Browse files
authored
Merge pull request #41 from github/timheuer-addaspiretemplates
Add Aspire templates
2 parents ee6ab74 + 95ff333 commit 6d38f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
8080,
3434
8081
3535
],
36-
"postCreateCommand": "cd ./SampleApp && dotnet restore",
36+
"postCreateCommand": "dotnet new install Aspire.ProjectTemplates && cd ./SampleApp && dotnet restore",
3737
"hostRequirements": {
3838
"memory": "8gb",
3939
"cpus": 4

0 commit comments

Comments
 (0)