diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 85cd50838e..4f7220d1b1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -56,10 +56,12 @@ "ms-azuretools.azure-dev" ], "settings": { - "remote.autoForwardPorts": false + "remote.autoForwardPorts": false, + "dotnet.defaultSolution": "Aspire.sln" } } }, + "postCreateCommand": "dotnet restore", "postStartCommand": "dotnet dev-certs https --trust" // Configure tool-specific properties.