Skip to content

Commit 1d968f4

Browse files
committed
Update Win2d to latest version, fixes transitive version conflict for Microsoft.WindowsAppSDK.WinUI
1 parent 19fc4de commit 1d968f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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>

0 commit comments

Comments
 (0)