Skip to content

Commit 965ea47

Browse files
committed
add force
1 parent 8fde724 commit 965ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnetaspire/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo "Activating feature '.NET Aspire' version: $VERSION"
2929

3030

3131
if [[ $VERSION =~ ^(9\.1\.0)$ ]]; then
32-
dotnet new install Aspire.ProjectTemplates::$VERSION
32+
dotnet new install --force Aspire.ProjectTemplates::$VERSION
3333
else
3434
# https://github.com/dotnet/aspire/blob/main/docs/using-latest-daily.md
3535
dotnet nuget add source --name dotnet9 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json

0 commit comments

Comments
 (0)