Skip to content

Commit f24940b

Browse files
authored
fix: update .NET version in devcontainer configuration from 8.0 to 10.0 (#18518)
## Description Updated the repo’s default .NET SDK from 8.0 to 10.0, so the `devcontainer` matches `global.json`. This prevents the recurring “SDK 10.0.100 not found” errors that showed up whenever we ran `dotnet` commands inside Codespaces or CI but the container still shipped 8.x. ## Checklist - [x] I have read and adhere to the [contribution guide](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md). ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/18518)
1 parent eec4f2f commit f24940b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "latest"
2424
},
2525
"ghcr.io/devcontainers/features/dotnet:2": {
26-
"version": "8.0"
26+
"version": "10.0"
2727
},
2828
"ghcr.io/devcontainers/features/github-cli:1": {
2929
"version": "latest"

0 commit comments

Comments
 (0)