Skip to content

Commit 7717f6f

Browse files
committed
Minor cleanup, remove templated example
1 parent 3bd4e8a commit 7717f6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/RivePlayer/src/Dependencies.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,21 @@
1616

1717
<!-- WinUI 2 / UWP -->
1818
<ItemGroup Condition="'$(IsUwp)' == 'true'">
19-
<!-- <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.2"/> -->
2019
<PackageReference Include="SkiaSharp.Views" Version="2.88.6" />
2120
</ItemGroup>
2221

2322
<!-- WinUI 2 / Uno -->
2423
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '2'">
25-
<!-- <PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.11"/> -->
2624
<PackageReference Include="SkiaSharp.Views.Uno" Version="2.88.6" />
2725
</ItemGroup>
2826

2927
<!-- WinUI 3 / WinAppSdk -->
3028
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
31-
<!-- <PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.2"/> -->
3229
<PackageReference Include="SkiaSharp.Views.WinUI" Version="2.88.6" />
3330
</ItemGroup>
3431

3532
<!-- WinUI 3 / Uno -->
3633
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '3'">
37-
<!-- <PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.100-dev.15.g12261e2626"/> -->
3834
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.6" />
3935
</ItemGroup>
4036
</Project>

0 commit comments

Comments
 (0)