File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
components/RivePlayer/src Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments