Skip to content

Commit 5126607

Browse files
authored
Update using-latest-daily.md (#7692)
* Update using-latest-daily.md * Fix formatting in using-latest-daily.md * Remove outdated tip from documentation
1 parent 0fc0abb commit 5126607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-latest-daily.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dotnet new install Aspire.ProjectTemplates::*-* --force
4242
```
4343

4444
> [!TIP]
45-
> If you want to use the latest build from the `release/9.0-rc1` branch, change the above to be `dotnet new install Aspire.ProjectTemplates::9.0.0-rc.1.* --force`
45+
> Release branches are a little different. For example, for the latest build from `release/X.X` branch change the above to be `Aspire.ProjectTemplates::X.X.*-*`. For example, if you want to use the latest build from the `release/9.2` branch, change the above to be `dotnet new install Aspire.ProjectTemplates::9.2.*-* --force`
4646
4747
<!-- break between blocks -->
4848

0 commit comments

Comments
 (0)