Skip to content

Commit 295162a

Browse files
committed
Updated .NET9 from rc version
1 parent 7aa80cf commit 295162a

2 files changed

Lines changed: 34 additions & 35 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
33
{
4-
"name": ".net dev",
5-
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm",
7-
"features": {
8-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
9-
},
10-
11-
// Configure tool-specific properties.
12-
"customizations": {
4+
"name": ".net dev",
5+
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6+
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm",
7+
"features": {
8+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
9+
"ghcr.io/devcontainers/features/dotnet:2": {
10+
"version": "9.0",
11+
"workloads": "aspire"
12+
}
13+
},
14+
// Configure tool-specific properties.
15+
"customizations": {
1316
"vscode": {
1417
"extensions": [
1518
"GitHub.copilot-chat",
@@ -21,21 +24,17 @@
2124
]
2225
}
2326
}
24-
25-
// Features to add to the dev container. More info: https://containers.dev/features.
26-
// "features": {},
27-
28-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
29-
// "forwardPorts": [5000, 5001],
30-
// "portsAttributes": {
31-
// "5001": {
32-
// "protocol": "https"
33-
// }
34-
// }
35-
36-
// Use 'postCreateCommand' to run commands after the container is created.
37-
// "postCreateCommand": "dotnet restore",
38-
39-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
40-
// "remoteUser": "root"
41-
}
27+
// Features to add to the dev container. More info: https://containers.dev/features.
28+
// "features": {},
29+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
30+
// "forwardPorts": [5000, 5001],
31+
// "portsAttributes": {
32+
// "5001": {
33+
// "protocol": "https"
34+
// }
35+
// }
36+
// Use 'postCreateCommand' to run commands after the container is created.
37+
// "postCreateCommand": "dotnet restore",
38+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
39+
// "remoteUser": "root"
40+
}

src/Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project>
22
<ItemGroup>
33
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
4-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0-rc.2.24473.5" />
5-
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0-rc.2.24473.5" />
6-
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.66.1" />
7-
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.0-rc.2.24473.5" />
8-
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
9-
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
10-
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
11-
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
4+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
5+
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
6+
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.66.2" />
7+
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.0" />
8+
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.10.0" />
9+
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.10.0" />
10+
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.10.0" />
11+
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.10.0" />
1212
<PackageVersion Include="Serilog" Version="4.1.0" />
1313
<PackageVersion Include="Serilog.Extensions.Hosting" Version="8.0.0" />
1414
<PackageVersion Include="Serilog.Settings.Configuration" Version="8.0.4" />

0 commit comments

Comments
 (0)