We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fde724 commit 965ea47Copy full SHA for 965ea47
src/dotnetaspire/install.sh
@@ -29,7 +29,7 @@ echo "Activating feature '.NET Aspire' version: $VERSION"
29
30
31
if [[ $VERSION =~ ^(9\.1\.0)$ ]]; then
32
- dotnet new install Aspire.ProjectTemplates::$VERSION
+ dotnet new install --force Aspire.ProjectTemplates::$VERSION
33
else
34
# https://github.com/dotnet/aspire/blob/main/docs/using-latest-daily.md
35
dotnet nuget add source --name dotnet9 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json
0 commit comments