-
Notifications
You must be signed in to change notification settings - Fork 514
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, Team.
I was wondering if it's possible to install multiple .NET SDKs in one devcontainer settings. For example, I'd like to install both .NET 7 and .NET 6 in one devcontainer environment.
What I tried was:
- In
Dockerfile, select the base container image frommcr.microsoft.com/dotnet/sdk:7.0 - In
devcontainer.json, run a shell script, saypost-create.sh, throughpostCreateCommand. - In
post-create.sh, run thedotnet-install.shscript by following this document to install .NET 6.
However, it didn't go well as intended. Would you be able to provide some guidance to install multiple .NET SDK versions - STS and LTS?
Cheers,
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request