diff options
Diffstat (limited to 'test/dotnet/test.sh')
-rwxr-xr-x | test/dotnet/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh index 7eb0cf6..f433654 100755 --- a/test/dotnet/test.sh +++ b/test/dotnet/test.sh @@ -11,7 +11,7 @@ check "sdks" dotnet --list-sdks check "version" dotnet --version echo "Validating expected version present..." -check "some major version of dotnet 7 is installed" bash -c "dotnet --version | grep '7\.[0-9]*\.[0-9]*'" +check "some major version of dotnet (7/8) is installed" bash -c "dotnet --version | grep '[7-8]\.[0-9]*\.[0-9]*'" # Verify current symlink exists and works check "current link dotnet" /usr/local/dotnet/current/dotnet --info |