Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dotnet] - .net 7 remove all variants, .net 6 remove noble variant #281

Merged
Merged
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
6 changes: 1 addition & 5 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.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",
Expand All @@ -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"
],
Expand Down
6 changes: 1 addition & 5 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.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",
Expand All @@ -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"
],
Expand Down
8 changes: 2 additions & 6 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.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",
Expand All @@ -12,16 +12,12 @@
"description": ".NET version:",
"proposals": [
"8.0",
samruddhikhandale marked this conversation as resolved.
Show resolved Hide resolved
"7.0",
"6.0",
samruddhikhandale marked this conversation as resolved.
Show resolved Hide resolved
"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"
],
Expand Down
Loading