Skip to content

Commit

Permalink
Merge pull request #2540 from unoplatform/mergify/bp/release/stable/4…
Browse files Browse the repository at this point in the history
….2/pr-2387

docs: Remove Extensions Toolkit packages references (backport #2387)
  • Loading branch information
agneszitte authored Sep 3, 2024
2 parents baab2cc + cb88ff2 commit 780671b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/Learn/Markup/HowTo-MarkupProjectToolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ This allows an easy inclusion of the Toolkit in existing projects.
```xml
<PackageVersion Include="Uno.Toolkit.WinUI" Version="0.0.0" />
<PackageVersion Include="Uno.Extensions.Toolkit.WinUI" Version="0.0.0" />
<PackageVersion Include="Uno.Toolkit.WinUI.Markup" Version="0.0.0" />
```
Expand All @@ -73,7 +72,6 @@ This allows an easy inclusion of the Toolkit in existing projects.
- PROJECT_NAME.Windows.csproj (or PROJECT_NAME.UWP.csproj for existing projects)
```xml
<PackageReference Include="Uno.Extensions.Toolkit.WinUI" />
<PackageReference Include="Uno.Toolkit.WinUI.Markup" />
```
Expand Down

0 comments on commit 780671b

Please sign in to comment.