Skip to content

Commit e23675c

Browse files
authored
EOL dotnet 6.0 version bump (#321)
1 parent 1859d9e commit e23675c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/dotnet-mssql/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet-mssql",
3-
"version": "3.4.0",
3+
"version": "3.5.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",

src/dotnet-postgres/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet-postgres",
3-
"version": "3.3.0",
3+
"version": "3.4.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",

src/dotnet/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet",
3-
"version": "3.3.0",
3+
"version": "3.4.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",

0 commit comments

Comments
 (0)