From c10da966887bd8616f689f469355396991421b13 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Wed, 17 Jan 2024 13:02:40 -0800 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d9ccb58..323bc39 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:0-6.0", + "image": "mcr.microsoft.com/devcontainers/dotnet:8.0", // Features to add to the dev container. More info: https://containers.dev/features. "features": {},