aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/scenarios.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotnet/scenarios.json')
-rw-r--r--test/dotnet/scenarios.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/dotnet/scenarios.json b/test/dotnet/scenarios.json
new file mode 100644
index 0000000..edf4a75
--- /dev/null
+++ b/test/dotnet/scenarios.json
@@ -0,0 +1,27 @@
+{
+ "install_additional_dotnet": {
+ "image": "ubuntu:focal",
+ "features": {
+ "dotnet": {
+ "version": "6.0.301",
+ "additionalVersions": "5.0,3.1.420"
+ }
+ }
+ },
+ "install_dotnet_3": {
+ "image": "ubuntu:focal",
+ "features": {
+ "dotnet": {
+ "version": "3"
+ }
+ }
+ },
+ "install_dotnet_5": {
+ "image": "ubuntu:focal",
+ "features": {
+ "dotnet": {
+ "version": "5"
+ }
+ }
+ }
+} \ No newline at end of file