Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 32 additions & 33 deletions src/dotnet-mssql/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"id": "dotnet-mssql",
"version": "3.6.0",
"name": "C# (.NET) and MS SQL",
"description": "Develop C# and .NET Core based applications. Includes all needed SDKs, extensions, dependencies and an MS SQL container for parallel database development. Adds an additional MS SQL container to the C# (.NET Core) container definition and deploys any .dacpac files from the mssql .devcontainer folder.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-mssql",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
"options": {
"imageVariant": {
"type": "string",
"description": ".NET version:",
"proposals": [
"10.0-preview",
"id": "dotnet-mssql",
"version": "3.6.0",
"name": "C# (.NET) and MS SQL",
"description": "Develop C# and .NET Core based applications. Includes all needed SDKs, extensions, dependencies and an MS SQL container for parallel database development. Adds an additional MS SQL container to the C# (.NET Core) container definition and deploys any .dacpac files from the mssql .devcontainer folder.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-mssql",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
"options": {
"imageVariant": {
"type": "string",
"description": ".NET version:",
"proposals": [
"10.0",
"9.0",
"8.0",
"10.0-preview-trixie",
"8.0",
"9.0-bookworm",
"8.0-bookworm",
"10.0-preview-noble",
"9.0-noble",
"8.0-bookworm",
"10.0-noble",
"9.0-noble",
"8.0-noble",
"8.0-jammy"
],
"default": "9.0-bookworm"
}
},
"platforms": [
".NET",
".NET Core",
"C#",
"Microsoft SQL"
],
"optionalPaths": [
".github/*"
]
}
"8.0-jammy"
],
"default": "10.0"
}
},
"platforms": [
".NET",
".NET Core",
"C#",
"Microsoft SQL"
],
"optionalPaths": [
".github/*"
]
}
65 changes: 32 additions & 33 deletions src/dotnet-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"id": "dotnet-postgres",
"version": "3.5.0",
"name": "C# (.NET) and PostgreSQL",
"description": "Develop C# and .NET Core based applications. Includes all needed SDKs, extensions, dependencies and a PostgreSQL container for parallel database development. Adds an additional PostgreSQL container to the C# (.NET Core) container definition.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-postgres",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
"options": {
"imageVariant": {
"type": "string",
"description": ".NET version:",
"proposals": [
"10.0-preview",
"id": "dotnet-postgres",
"version": "3.5.0",
"name": "C# (.NET) and PostgreSQL",
"description": "Develop C# and .NET Core based applications. Includes all needed SDKs, extensions, dependencies and a PostgreSQL container for parallel database development. Adds an additional PostgreSQL container to the C# (.NET Core) container definition.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-postgres",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
"options": {
"imageVariant": {
"type": "string",
"description": ".NET version:",
"proposals": [
"10.0",
"9.0",
"8.0",
"10.0-preview-trixie",
"8.0",
"9.0-bookworm",
"8.0-bookworm",
"10.0-preview-noble",
"9.0-noble",
"8.0-bookworm",
"10.0-noble",
"9.0-noble",
"8.0-noble",
"8.0-jammy"
],
"default": "9.0-bookworm"
}
},
"platforms": [
".NET",
".NET Core",
"C#",
"PostgreSQL"
],
"optionalPaths": [
".github/*"
]
}
"8.0-jammy"
],
"default": "10.0"
}
},
"platforms": [
".NET",
".NET Core",
"C#",
"PostgreSQL"
],
"optionalPaths": [
".github/*"
]
}
69 changes: 34 additions & 35 deletions src/dotnet/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
{
"id": "dotnet",
"version": "3.5.0",
"name": "C# (.NET)",
"description": "Develop C# and .NET based applications. Includes all needed SDKs, extensions, and dependencies.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
"options": {
"imageVariant": {
"type": "string",
"description": ".NET version:",
"proposals": [
"10.0-preview",
"9.0",
"8.0",
"10.0-preview-trixie",
"9.0-bookworm",
"8.0-bookworm",
"10.0-preview-noble",
"9.0-noble",
"8.0-noble",
"8.0-jammy"
],
"default": "9.0-bookworm"
}
},
"platforms": [
".NET",
".NET Core",
"C#"
],
"optionalPaths": [
".github/*"
]
}
"id": "dotnet",
"version": "3.5.0",
"name": "C# (.NET)",
"description": "Develop C# and .NET based applications. Includes all needed SDKs, extensions, and dependencies.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
"options": {
"imageVariant": {
"type": "string",
"description": ".NET version:",
"proposals": [
"10.0",
"9.0",
"8.0",
"9.0-bookworm",
"8.0-bookworm",
"10.0-noble",
"9.0-noble",
"8.0-noble",
"8.0-jammy"
],
"default": "10.0"
}
},
"platforms": [
".NET",
".NET Core",
"C#"
],
"optionalPaths": [
".github/*"
]
}