mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Merge pull request #44 from dotnet/jamesmontemagno-patch-1
Update devcontainer.json
This commit is contained in:
commit
47750ac6c3
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue