Update devcontainer image to .NET 9.0

This commit is contained in:
Jon Galloway 2025-05-12 21:26:57 -07:00
parent de75c5ee3d
commit 4e46ba03d9

View file

@ -3,7 +3,7 @@
{ {
"name": "Intro to .NET webdev", "name": "Intro to .NET webdev",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile // 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 to add to the dev container. More info: https://containers.dev/features.
"features": {}, "features": {},