Skip to content

Commit 4dc678e

Browse files
committed
Update Behaviors packages to version 3.0.1 for UWP and WinAppSdk
1 parent 089ba3c commit 4dc678e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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"/>
14+
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="3.0.1"/>
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" />
24+
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.1" />
2525
</ItemGroup>
2626

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

components/SettingsControls/samples/Dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- WinUI 2 / UWP -->
1717
<ItemGroup Condition="'$(IsUwp)' == 'true'">
18-
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="3.0.0"/>
18+
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="3.0.1"/>
1919
</ItemGroup>
2020

2121
<!-- WinUI 2 / Uno -->
@@ -25,7 +25,7 @@
2525

2626
<!-- WinUI 3 / WinAppSdk -->
2727
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
28-
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.0"/>
28+
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.1"/>
2929
</ItemGroup>
3030

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

0 commit comments

Comments
 (0)