Commit f24940b
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments