diff --git a/src/dotnet-mssql/devcontainer-template.json b/src/dotnet-mssql/devcontainer-template.json index 089ebc79..517a96af 100644 --- a/src/dotnet-mssql/devcontainer-template.json +++ b/src/dotnet-mssql/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet-mssql", - "version": "3.5.0", + "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", @@ -11,10 +11,13 @@ "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" diff --git a/src/dotnet-postgres/devcontainer-template.json b/src/dotnet-postgres/devcontainer-template.json index efa2e267..e5435b92 100644 --- a/src/dotnet-postgres/devcontainer-template.json +++ b/src/dotnet-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet-postgres", - "version": "3.4.0", + "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", @@ -11,10 +11,13 @@ "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" diff --git a/src/dotnet/devcontainer-template.json b/src/dotnet/devcontainer-template.json index b2e17ba8..769f1e2b 100644 --- a/src/dotnet/devcontainer-template.json +++ b/src/dotnet/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "3.4.0", + "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", @@ -11,13 +11,16 @@ "type": "string", "description": ".NET version:", "proposals": [ - "9.0", + "10.0-preview", + "9.0", "8.0", - "9.0-bookworm", + "10.0-preview-trixie", + "9.0-bookworm", "8.0-bookworm", - "9.0-noble", + "10.0-preview-noble", + "9.0-noble", "8.0-noble", - "8.0-jammy" + "8.0-jammy" ], "default": "9.0-bookworm" }