We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb6ab8 commit 8cad501Copy full SHA for 8cad501
1 file changed
test/dotnet/scenarios.json
@@ -1,4 +1,4 @@
1
-{
+{
2
"install_dotnet_lts": {
3
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4
"remoteUser": "vscode",
@@ -16,7 +16,7 @@
16
"version": "3.1"
17
}
18
19
- },
+ },
20
"install_dotnet_specific_release_and_feature_band": {
21
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-20.04",
22
@@ -40,10 +40,13 @@
40
41
"features": {
42
"dotnet": {
43
- "version": "8.0.100-preview.6.23330.14",
+ "version": "9.0",
44
"additionalVersions": [
45
+ "8.0",
46
"7.0",
- "6.0"
47
+ "6.0",
48
+ "5.0",
49
+ "3.1"
50
]
51
52
@@ -91,5 +94,5 @@
91
94
"workloads": "aspire, wasm-tools"
92
95
93
96
- }
-}
97
+ }
98
+}
0 commit comments