From abae6457d020d4524fdb06a1dcda33f986f77461 Mon Sep 17 00:00:00 2001 From: Jordan Matthiesen <1333029+jmatthiesen@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:09:26 -0700 Subject: [PATCH] Removing the need for the aspire workload (not required for .NET Aspire 9) --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e9862b4..7e0c2d8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,11 +12,10 @@ "installBicep": true, "version": "latest" }, - "ghcr.io/azure/azure-dev/azd:0": { + "ghcr.io/azure/azure-dev/azd:latest": { "version": "stable" }, "ghcr.io/devcontainers/features/dotnet:2": { - "workloads": "aspire" } }, "customizations": {