diff --git a/.devcontainer/aspire/devcontainer.json b/.devcontainer/aspire/devcontainer.json index 60b6682..b956e08 100644 --- a/.devcontainer/aspire/devcontainer.json +++ b/.devcontainer/aspire/devcontainer.json @@ -4,7 +4,7 @@ "image": "mcr.microsoft.com/devcontainers/dotnet:9.0-bookworm", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/devcontainers/features/powershell:1": {} + "ghcr.io/devcontainers/features/powershell:2": {} }, // Install Aspire tooling & workloads early in create lifecycle.