Brigit Murtaugh
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
.devcontainer/devcontainer.json
|
|
@ -1,5 +1,5 @@ |
|
|
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at: |
|
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the |
|
|
// https://github.com/microsoft/vscode-dev-containers/tree/v0.112.0/containers/dotnetcore-3.1 |
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet |
|
|
{ |
|
|
{ |
|
|
"name": "eShopOnWeb", |
|
|
"name": "eShopOnWeb", |
|
|
"image": "mcr.microsoft.com/devcontainers/dotnet:0-7.0", |
|
|
"image": "mcr.microsoft.com/devcontainers/dotnet:0-7.0", |
|
|
|