Skip to content

Commit 39c45ef

Browse files
authored
Update Microsoft.WindowsAppSDK to 1.8 stable (#837)
* Update Win2d to latest version, fixes transitive version conflict for Microsoft.WindowsAppSDK.WinUI * Update tooling to latest 1.8 fixes See also CommunityToolkit/Tooling-Windows-Submodule#293 * Updated tooling pointer to latest from CommunityToolkit/Tooling-Windows-Submodule#293 * Update Behaviors packages to version 3.0.1 for UWP and WinAppSdk * Bump tooling to latest PR content, include Microsoft.Xaml.Behaviors.Uwp.Managed bump * Update tooling to latest pointer. Includes gallery packagereference updates for Labs. * Bump tooling submodule to latest main
1 parent 19fc4de commit 39c45ef

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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"/>
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/ImageCropper/src/Dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!-- WinUI 3 / WinAppSdk -->
2323
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
24-
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.1"/>
24+
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.4.0"/>
2525
</ItemGroup>
2626

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

components/Media/src/Dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
<!-- WinUI 3 / WinAppSdk -->
2222
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
23-
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.1" />
23+
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.4.0" />
2424
</ItemGroup>
2525
</Project>

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)