Skip to content

Commit 3edcf2a

Browse files
committed
Update Microsoft.Xaml.Behaviors package references to version 3.0.0-preview2
1 parent 6194f7b commit 3edcf2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

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

0 commit comments

Comments
 (0)