Skip to content

Commit f72a67e

Browse files
committed
Update Microsoft.Graphics.Win2D package reference to version 1.3.0
1 parent 665ba24 commit f72a67e

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.0.0.30"/>
24+
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.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
@@ -17,6 +17,6 @@
1717

1818
<!-- WinUI 3 / WinAppSdk -->
1919
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
20-
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.1.1" />
20+
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.0" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)