Skip to content

Commit

Permalink
[dotnet] - Support 9.0 version - changes (#288)
Browse files Browse the repository at this point in the history
* [dotnet] - Support 9.0 version - changes

* changes as suggested
  • Loading branch information
gauravsaini04 authored Oct 15, 2024
1 parent 37574eb commit 13c7ce8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 6 additions & 3 deletions src/dotnet-mssql/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet-mssql",
"version": "3.3.2",
"version": "3.4.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",
Expand All @@ -11,17 +11,20 @@
"type": "string",
"description": ".NET version:",
"proposals": [
"9.0",
"8.0",
"6.0",
"9.0-bookworm",
"8.0-bookworm",
"6.0-bookworm",
"6.0-bullseye",
"8.0-noble",
"9.0-noble",
"8.0-noble",
"8.0-jammy",
"6.0-jammy",
"6.0-focal"
],
"default": "8.0-bookworm"
"default": "9.0-bookworm"
}
},
"platforms": [
Expand Down
9 changes: 6 additions & 3 deletions src/dotnet-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet-postgres",
"version": "3.2.2",
"version": "3.3.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",
Expand All @@ -11,17 +11,20 @@
"type": "string",
"description": ".NET version:",
"proposals": [
"9.0",
"8.0",
"6.0",
"9.0-bookworm",
"8.0-bookworm",
"6.0-bookworm",
"6.0-bullseye",
"8.0-noble",
"9.0-noble",
"8.0-noble",
"8.0-jammy",
"6.0-jammy",
"6.0-focal"
],
"default": "8.0-bookworm"
"default": "9.0-bookworm"
}
},
"platforms": [
Expand Down
7 changes: 5 additions & 2 deletions src/dotnet/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet",
"version": "3.2.2",
"version": "3.3.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",
Expand All @@ -11,17 +11,20 @@
"type": "string",
"description": ".NET version:",
"proposals": [
"9.0",
"8.0",
"6.0",
"9.0-bookworm",
"8.0-bookworm",
"6.0-bookworm",
"6.0-bullseye",
"9.0-noble",
"8.0-noble",
"8.0-jammy",
"6.0-jammy",
"6.0-focal"
],
"default": "8.0-bookworm"
"default": "9.0-bookworm"
}
},
"platforms": [
Expand Down

0 comments on commit 13c7ce8

Please sign in to comment.