Skip to content

Commit

Permalink
Dotnet EOL 6.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 committed Dec 17, 2024
1 parent f8e7e27 commit c5d1901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/dotnet/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"lts",
"none",
"8.0",
"7.0",
"6.0"
"7.0"
],
"default": "latest",
"description": "Select or enter a .NET SDK version. Use 'latest' for the latest version, 'lts' for the latest LTS version, 'X.Y' or 'X.Y.Z' for a specific version."
Expand Down
7 changes: 3 additions & 4 deletions test/dotnet/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"remoteUser": "vscode",
"features": {
"dotnet": {
"version": "3.1"
"version": "8.0"
}
}
},
Expand All @@ -22,7 +22,7 @@
"remoteUser": "vscode",
"features": {
"dotnet": {
"version": "5.0.3xx"
"version": "8.0.0xx"
}
}
},
Expand All @@ -42,8 +42,7 @@
"dotnet": {
"version": "8.0.100-preview.6.23330.14",
"additionalVersions": [
"7.0",
"6.0"
"7.0"
]
}
}
Expand Down

0 comments on commit c5d1901

Please sign in to comment.