Skip to content

Commit 8fde724

Browse files
committed
yaml
1 parent 8761aae commit 8fde724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dotnetaspire/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ source dotnet_env.sh
1010
check "dotnet is installed in DOTNET_ROOT and execute permission is granted" \
1111
test -x "$DOTNET_ROOT/dotnet"
1212

13-
check "dotnet 9.1 is installed" \
14-
test "$($DOTNET_ROOT/dotnet --info | grep '9.1.')"
13+
check "dotnet 9.0 is installed" \
14+
test "$($DOTNET_ROOT/dotnet --info | grep '9.0.')"
1515

1616
check "dotnetaspire templates are installed" \
1717
test "$DOTNET_ROOT/dotnet new aspire"

0 commit comments

Comments
 (0)