From 4e46ba03d9839f86a33b2e5dc8c1546143c35050 Mon Sep 17 00:00:00 2001 From: Jon Galloway Date: Mon, 12 May 2025 21:26:57 -0700 Subject: [PATCH] Update devcontainer image to .NET 9.0 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8cf3974..0f78cab 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Intro to .NET webdev", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/dotnet:8.0", + "image": "mcr.microsoft.com/devcontainers/dotnet:9.0", // Features to add to the dev container. More info: https://containers.dev/features. "features": {},