We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f4d88 commit 71e16f7Copy full SHA for 71e16f7
src/dotnetaspire/install.sh
@@ -25,7 +25,7 @@ fi
25
echo "Activating feature '.NET Aspire' version: $VERSION"
26
27
# Before .NET Aspire 9.0 install required `dotnet workload`: this is no longer necessary, as Aspire is
28
-# installed when restoring an Aspireprojects. It's only necessary to install the appropriate version of the templates.
+# installed when restoring Aspire projects. It's only necessary to install the appropriate version of the templates.
29
30
31
if [[ $VERSION =~ ^(9\.0\.0)$ ]]; then
0 commit comments