diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4b1f593281..2819ccf8b0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,6 +13,14 @@ "omnisharp.enableRoslynAnalyzers": true }, + "features": { + // Workaround until the image is updated to include the latest version of .NET Core - .NET7 + // https://github.com/devcontainers/templates/issues/38#issuecomment-1310803259 + "ghcr.io/devcontainers/features/dotnet:1": { + "version": "7" + } + }, + // Add the IDs of extensions you want installed when the container is created. "extensions": [ "ms-dotnettools.csharp"