Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ source dev-container-features-test-lib
source dotnet_env.sh
source dotnet_helpers.sh

check ".NET SDK 5.0.3xx installed" \
is_dotnet_sdk_version_installed "5.0.3"
#check ".NET SDK 8.0.1xx installed" \
is_dotnet_sdk_version_installed "8.0.1"

check "Build and run example project" \
dotnet run --project projects/net5.0
#check "Build and run example project" \
dotnet run --project projects/net8.0

# Report results
# If any of the checks above exited with a non-zero exit code, the test will fail.
Expand Down
2 changes: 1 addition & 1 deletion test/dotnet/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"remoteUser": "vscode",
"features": {
"dotnet": {
"version": "5.0.3xx"
"version": "8.0.1xx"
}
}
},
Expand Down
Empty file modified test/dotnet/test.sh
100644 → 100755
Empty file.