Skip to content

Commit 9830e43

Browse files
authored
Update XamlBehaviors to 3.0.0 (#613)
* Update XamlBehaviors to 3.0.0 * Update tooling * Update tooling
1 parent 9756f80 commit 9830e43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/Behaviors/src/Dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Project>
1212
<!-- WinUI 2 / UWP -->
1313
<ItemGroup Condition="'$(IsUwp)' == 'true'">
14-
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="3.0.0-preview2"/>
14+
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="3.0.0"/>
1515
</ItemGroup>
1616

1717
<!-- WinUI 2 / Uno -->
@@ -21,7 +21,7 @@
2121

2222
<!-- WinUI 3 / WinAppSdk -->
2323
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
24-
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.0-preview2" />
24+
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.0" />
2525
</ItemGroup>
2626

2727
<!-- WinUI 3 / Uno -->

0 commit comments

Comments
 (0)