From 16ec5ef9733b9231431da27cb0ea93e52cefba36 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Tue, 27 Aug 2024 07:05:51 +0000 Subject: [PATCH 1/2] [dotnet] - .net 7 remove all variants, .net 6 remove noble variant --- src/dotnet/devcontainer-template.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/dotnet/devcontainer-template.json b/src/dotnet/devcontainer-template.json index 03275c3..ebc3e24 100644 --- a/src/dotnet/devcontainer-template.json +++ b/src/dotnet/devcontainer-template.json @@ -12,16 +12,12 @@ "description": ".NET version:", "proposals": [ "8.0", - "7.0", "6.0", "8.0-bookworm", - "7.0-bookworm", "6.0-bookworm", - "7.0-bullseye", "6.0-bullseye", "8.0-noble", - "8.0-jammy", - "7.0-jammy", + "8.0-jammy", "6.0-jammy", "6.0-focal" ], From a0c84fe517e17b23c40c1cc7049f8de3cd80dc7e Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Wed, 28 Aug 2024 03:34:30 +0000 Subject: [PATCH 2/2] other templates changes --- src/dotnet-mssql/devcontainer-template.json | 6 +----- src/dotnet-postgres/devcontainer-template.json | 6 +----- src/dotnet/devcontainer-template.json | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/dotnet-mssql/devcontainer-template.json b/src/dotnet-mssql/devcontainer-template.json index 62d4a5a..49f901f 100644 --- a/src/dotnet-mssql/devcontainer-template.json +++ b/src/dotnet-mssql/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet-mssql", - "version": "3.3.1", + "version": "3.3.2", "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", @@ -12,16 +12,12 @@ "description": ".NET version:", "proposals": [ "8.0", - "7.0", "6.0", "8.0-bookworm", - "7.0-bookworm", "6.0-bookworm", - "7.0-bullseye", "6.0-bullseye", "8.0-noble", "8.0-jammy", - "7.0-jammy", "6.0-jammy", "6.0-focal" ], diff --git a/src/dotnet-postgres/devcontainer-template.json b/src/dotnet-postgres/devcontainer-template.json index 5f93e7f..4a63207 100644 --- a/src/dotnet-postgres/devcontainer-template.json +++ b/src/dotnet-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet-postgres", - "version": "3.2.1", + "version": "3.2.2", "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", @@ -12,16 +12,12 @@ "description": ".NET version:", "proposals": [ "8.0", - "7.0", "6.0", "8.0-bookworm", - "7.0-bookworm", "6.0-bookworm", - "7.0-bullseye", "6.0-bullseye", "8.0-noble", "8.0-jammy", - "7.0-jammy", "6.0-jammy", "6.0-focal" ], diff --git a/src/dotnet/devcontainer-template.json b/src/dotnet/devcontainer-template.json index ebc3e24..bde5915 100644 --- a/src/dotnet/devcontainer-template.json +++ b/src/dotnet/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "3.2.1", + "version": "3.2.2", "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",