diff options
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r-- | test-scenarios/scenarios.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json index 2c17057..8b2572f 100644 --- a/test-scenarios/scenarios.json +++ b/test-scenarios/scenarios.json @@ -38,5 +38,14 @@ "additional_versions": "2.5,3.0.4" } } + }, + "install_additional_dotnet": { + "image": "ubuntu:focal", + "features": { + "dotnet": { + "version": "6.0.301", + "additional_versions": "5.0,3.1.420" + } + } } } |