mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Update devcontainer image to .NET 9.0
This commit is contained in:
parent
de75c5ee3d
commit
4e46ba03d9
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue