From 95ff333df28da97b7672f91fb6fc430051acc831 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Sat, 8 Mar 2025 11:06:56 -0800 Subject: [PATCH] Add Aspire templates Adds Aspire templates postCreate --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e81737c7..43d2b8b3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -35,7 +35,7 @@ 8080, 8081 ], - "postCreateCommand": "cd ./SampleApp && dotnet restore", + "postCreateCommand": "dotnet new install Aspire.ProjectTemplates && cd ./SampleApp && dotnet restore", "hostRequirements": { "memory": "8gb", "cpus": 4