Skip to content

Commit

Permalink
docs: Remove Extensions Toolkit packages references
Browse files Browse the repository at this point in the history
(cherry picked from commit f655bcc)
  • Loading branch information
eriklimakc authored and mergify[bot] committed Sep 3, 2024
1 parent baab2cc commit cb88ff2
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 cb88ff2

Please sign in to comment.