diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index 5d553bcd0..b2f1e5de7 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -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." diff --git a/test/dotnet/install_dotnet_specific_release_and_feature_band.sh b/test/dotnet/install_dotnet_specific_release_and_feature_band.sh index 51f5c582b..d76e62d1f 100644 --- a/test/dotnet/install_dotnet_specific_release_and_feature_band.sh +++ b/test/dotnet/install_dotnet_specific_release_and_feature_band.sh @@ -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. diff --git a/test/dotnet/scenarios.json b/test/dotnet/scenarios.json index 641753632..e97397069 100644 --- a/test/dotnet/scenarios.json +++ b/test/dotnet/scenarios.json @@ -22,7 +22,7 @@ "remoteUser": "vscode", "features": { "dotnet": { - "version": "5.0.3xx" + "version": "8.0.1xx" } } }, diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh old mode 100644 new mode 100755