Skip to content

Commit b89d203

Browse files
authored
[dotnet] - Update .NET 10.0 (#402)
* [dotnet] - Update .NET 10.0 * Fixing tests * Correction
1 parent 783af5d commit b89d203

13 files changed

Lines changed: 24 additions & 25 deletions

File tree

src/dotnet-fsharp/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "F# (.NET)",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm",
6+
"image": "mcr.microsoft.com/devcontainers/dotnet:2-10.0-noble",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},

src/dotnet-fsharp/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-fsharp",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"name": "F# (.NET)",
55
"description": "Develop F# and .NET based applications. Includes all needed SDKs, extensions, and dependencies.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-fsharp",

src/dotnet-mssql/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/dotnet:1-${templateOption:imageVariant}
1+
FROM mcr.microsoft.com/devcontainers/dotnet:2-${templateOption:imageVariant}
22

33
# Install SQL Tools: SQLPackage and sqlcmd
44
COPY mssql/installSQLtools.sh installSQLtools.sh

src/dotnet-mssql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Develop C# and .NET Core based applications. Includes all needed SDKs, extension
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | .NET version: | string | 9.0-bookworm |
10+
| imageVariant | .NET version: | string | 10.0-noble |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

src/dotnet-mssql/devcontainer-template.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet-mssql",
3-
"version": "3.6.0",
3+
"version": "3.7.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,18 +11,17 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14-
"10.0-preview",
14+
"10.0",
1515
"9.0",
1616
"8.0",
17-
"10.0-preview-trixie",
1817
"9.0-bookworm",
1918
"8.0-bookworm",
20-
"10.0-preview-noble",
19+
"10.0-noble",
2120
"9.0-noble",
2221
"8.0-noble",
2322
"8.0-jammy"
2423
],
25-
"default": "9.0-bookworm"
24+
"default": "10.0-noble"
2625
}
2726
},
2827
"platforms": [

src/dotnet-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/dotnet:1-${templateOption:imageVariant}
1+
FROM mcr.microsoft.com/devcontainers/dotnet:2-${templateOption:imageVariant}
22

33
# [Optional] Uncomment this section to install additional OS packages.
44
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

src/dotnet-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Develop C# and .NET Core based applications. Includes all needed SDKs, extension
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | .NET version: | string | 9.0-bookworm |
10+
| imageVariant | .NET version: | string | 10.0-noble |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

src/dotnet-postgres/devcontainer-template.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet-postgres",
3-
"version": "3.5.0",
3+
"version": "3.6.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,18 +11,17 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14-
"10.0-preview",
14+
"10.0",
1515
"9.0",
1616
"8.0",
17-
"10.0-preview-trixie",
1817
"9.0-bookworm",
1918
"8.0-bookworm",
20-
"10.0-preview-noble",
19+
"10.0-noble",
2120
"9.0-noble",
2221
"8.0-noble",
2322
"8.0-jammy"
2423
],
25-
"default": "9.0-bookworm"
24+
"default": "10.0-noble"
2625
}
2726
},
2827
"platforms": [

src/dotnet/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "C# (.NET)",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/dotnet:1-${templateOption:imageVariant}"
6+
"image": "mcr.microsoft.com/devcontainers/dotnet:2-${templateOption:imageVariant}"
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},

src/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Develop C# and .NET based applications. Includes all needed SDKs, extensions, an
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | .NET version: | string | 9.0-bookworm |
10+
| imageVariant | .NET version: | string | 10.0-noble |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

0 commit comments

Comments
 (0)