dotnet-installer/.devcontainer/source-build/devcontainer.json

5 lines
203 B
JSON
Raw Normal View History

// Use this devcontainer if you don't need the full context of a source-build tarball
{
"name": "Source-Build",
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-33-20210222183538-031e7d2"
}