Skip to content

Commit

Permalink
Use WinUI version of Uno Behaviors package where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Dec 16, 2024
1 parent 252fb94 commit f3033b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Behaviors/src/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

<!-- WinUI 3 / Uno -->
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '3'">
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Interactivity" Version="3.0.0-dev.17.g7c09b9114d" />
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Interactivity.WinUI" Version="3.0.0-dev.17.g7c09b9114d" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tooling

0 comments on commit f3033b2

Please sign in to comment.