Skip to content

Commit

Permalink
Updated Win2d, fixed AttachedCardShadow on Wasdk 1.6 (#526)
Browse files Browse the repository at this point in the history
* Updated Win2d, fixed AttachedCardShadow AoT crash on WindowsAppSDK 1.6

* Update Microsoft.Graphics.Win2D package reference to version 1.3.0

* Update components/ImageCropper/src/Dependencies.props

* Update Win2D.uwp package version to 1.28.0 in Dependencies.props
  • Loading branch information
Arlodotexe authored Oct 31, 2024
1 parent 9b05f7d commit f03fe87
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 @@ -11,7 +11,7 @@
<Project>
<!-- WinUI 2 / UWP -->
<ItemGroup Condition="'$(IsUwp)' == 'true'">
<PackageReference Include="Win2D.uwp" Version="1.25.0"/>
<PackageReference Include="Win2D.uwp" Version="1.28.0"/>
</ItemGroup>

<!-- WinUI 2 / 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 @@ -11,7 +11,7 @@
<Project>
<!-- WinUI 2 / UWP -->
<ItemGroup Condition="'$(IsUwp)' == 'true'">
<PackageReference Include="Win2D.uwp" Version="1.26.0" />
<PackageReference Include="Win2D.uwp" Version="1.28.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>

Expand Down

0 comments on commit f03fe87

Please sign in to comment.