Skip to content

Commit 1d98a65

Browse files
authored
Support dotnet 10.0-preview version (#325)
1 parent 9c08c46 commit 1d98a65

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

src/dotnet-mssql/devcontainer-template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet-mssql",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"name": "C# (.NET) and MS SQL",
55
"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.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-mssql",
@@ -11,10 +11,13 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14+
"10.0-preview",
1415
"9.0",
1516
"8.0",
17+
"10.0-preview-trixie",
1618
"9.0-bookworm",
1719
"8.0-bookworm",
20+
"10.0-preview-noble",
1821
"9.0-noble",
1922
"8.0-noble",
2023
"8.0-jammy"

src/dotnet-postgres/devcontainer-template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet-postgres",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"name": "C# (.NET) and PostgreSQL",
55
"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.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-postgres",
@@ -11,10 +11,13 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14+
"10.0-preview",
1415
"9.0",
1516
"8.0",
17+
"10.0-preview-trixie",
1618
"9.0-bookworm",
1719
"8.0-bookworm",
20+
"10.0-preview-noble",
1821
"9.0-noble",
1922
"8.0-noble",
2023
"8.0-jammy"

src/dotnet/devcontainer-template.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"name": "C# (.NET)",
55
"description": "Develop C# and .NET based applications. Includes all needed SDKs, extensions, and dependencies.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet",
@@ -11,13 +11,16 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14-
"9.0",
14+
"10.0-preview",
15+
"9.0",
1516
"8.0",
16-
"9.0-bookworm",
17+
"10.0-preview-trixie",
18+
"9.0-bookworm",
1719
"8.0-bookworm",
18-
"9.0-noble",
20+
"10.0-preview-noble",
21+
"9.0-noble",
1922
"8.0-noble",
20-
"8.0-jammy"
23+
"8.0-jammy"
2124
],
2225
"default": "9.0-bookworm"
2326
}

0 commit comments

Comments
 (0)