Skip to content

Commit

Permalink
Update Microsoft.Graphics.Win2D package reference to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Oct 25, 2024
1 parent 665ba24 commit f72a67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ImageCropper/src/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- WinUI 3 / WinAppSdk -->
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.30"/>
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.0"/>
</ItemGroup>

<!-- WinUI 3 / Uno -->
Expand Down
2 changes: 1 addition & 1 deletion components/Media/src/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

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

0 comments on commit f72a67e

Please sign in to comment.