Describe the bug
The project has been recently updated to .NET 10,
but the .devcontainer configuration files (such as devcontainer.json or Dockerfile) still reference older SDK versions (e.g., .NET 8 or 9).
This causes a version mismatch between the development environment and the project’s target framework.
Additional context
Since .NET 10 is now the target framework, we need to update
Describe the bug
The project has been recently updated to .NET 10,
but the .devcontainer configuration files (such as devcontainer.json or Dockerfile) still reference older SDK versions (e.g., .NET 8 or 9).
This causes a version mismatch between the development environment and the project’s target framework.
Additional context
Since .NET 10 is now the target framework, we need to update