diff options
Diffstat (limited to 'test/dotnet/scenarios.json')
-rw-r--r-- | test/dotnet/scenarios.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/dotnet/scenarios.json b/test/dotnet/scenarios.json index 37f83d5..afee26f 100644 --- a/test/dotnet/scenarios.json +++ b/test/dotnet/scenarios.json @@ -48,6 +48,14 @@ } } }, + "install_dotnet_6_jammy": { + "image": "mcr.microsoft.com/devcontainers/base:jammy", + "features": { + "dotnet": { + "version": "6" + } + } + }, "install_dotnet_latest": { "image": "ubuntu:jammy", "features": { |