Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/install-avalonia.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dotnet new update
This updates all installed template packages, including `Avalonia.Templates`. To install a specific template version (for example, to match a particular Avalonia release), specify the version explicitly:

```bash
dotnet new install Avalonia.Templates::11.2.0
dotnet new install Avalonia.Templates::11.0.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks for picking this up! The latest package version of Avalonia.Templates is in fact 12.0.2, so I suggest using that as the example instead of the extremely outdated 11.0.2.

dotnet new install Avalonia.Templates@12.0.2

```

### Uninstall templates
Expand Down