diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-14 21:37:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 21:37:46 +0300 |
commit | 330429ebb3b858e73f458dea9f43b6f89065826b (patch) | |
tree | 1d9efbee8cd5e62f07be5f4e1054135ebfa28384 /test-scenarios/scenarios.json | |
parent | 01b46faa2dd7d9bd4f453b78f49457f2ffc67d3c (diff) |
Dotnet: Install additional versions (#60)
* Dotnet: Install additional versions
* nit
* tweak: to unblock git merge
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" + } + } } } |