mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Update devcontainer name
Fixes copy / paste error
This commit is contained in:
parent
66100c7304
commit
9bd80b4018
|
|
@ -1,7 +1,7 @@
|
||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
|
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
|
||||||
{
|
{
|
||||||
"name": ".NET Blog",
|
"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:0-6.0",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue