We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924875b commit 8935165Copy full SHA for 8935165
.devcontainer/Docker renamed to .devcontainer/Dockerfile
@@ -6,6 +6,3 @@ FROM mcr.microsoft.com/vscode/devcontainers/dotnet
6
# "install" the dotnet 3.1 & 6.0 runtime for tests
7
COPY --from=mcr.microsoft.com/dotnet/sdk:3.1 /usr/share/dotnet/shared /usr/share/dotnet/shared
8
COPY --from=mcr.microsoft.com/dotnet/sdk:6.0 /usr/share/dotnet/shared /usr/share/dotnet/shared
9
-
10
-# Add mono complete for omnisharp
11
-RUN apt-get install -y mono-complete
0 commit comments