Update devcontainer.json

This commit is contained in:
James Montemagno 2024-01-17 13:02:40 -08:00 committed by GitHub
parent 70cf021749
commit c10da96688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: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 to add to the dev container. More info: https://containers.dev/features.
"features": {}, "features": {},