We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8761aae commit 8fde724Copy full SHA for 8fde724
test/dotnetaspire/test.sh
@@ -10,8 +10,8 @@ source dotnet_env.sh
10
check "dotnet is installed in DOTNET_ROOT and execute permission is granted" \
11
test -x "$DOTNET_ROOT/dotnet"
12
13
-check "dotnet 9.1 is installed" \
14
-test "$($DOTNET_ROOT/dotnet --info | grep '9.1.')"
+check "dotnet 9.0 is installed" \
+test "$($DOTNET_ROOT/dotnet --info | grep '9.0.')"
15
16
check "dotnetaspire templates are installed" \
17
test "$DOTNET_ROOT/dotnet new aspire"
0 commit comments