Skip to content

Commit 95ff333

Browse files
authored
Add Aspire templates
Adds Aspire templates postCreate
1 parent b620abc commit 95ff333

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
@@ -35,7 +35,7 @@
3535
8080,
3636
8081
3737
],
38-
"postCreateCommand": "cd ./SampleApp && dotnet restore",
38+
"postCreateCommand": "dotnet new install Aspire.ProjectTemplates && cd ./SampleApp && dotnet restore",
3939
"hostRequirements": {
4040
"memory": "8gb",
4141
"cpus": 4

0 commit comments

Comments
 (0)