We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6194f7b commit 3edcf2aCopy full SHA for 3edcf2a
components/Behaviors/src/Dependencies.props
@@ -11,7 +11,7 @@
11
<Project>
12
<!-- WinUI 2 / UWP -->
13
<ItemGroup Condition="'$(IsUwp)' == 'true'">
14
- <PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="3.0.0-preview1"/>
+ <PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="3.0.0-preview2"/>
15
</ItemGroup>
16
17
<!-- WinUI 2 / Uno -->
@@ -21,7 +21,7 @@
21
22
<!-- WinUI 3 / WinAppSdk -->
23
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
24
- <PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.0-preview1" />
+ <PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.0-preview2" />
25
26
27
<!-- WinUI 3 / Uno -->
0 commit comments