Skip to content

Commit f03fe87

Browse files
authored
Updated Win2d, fixed AttachedCardShadow on Wasdk 1.6 (#526)
* 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
1 parent 9b05f7d commit f03fe87

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
@@ -11,7 +11,7 @@
1111
<Project>
1212
<!-- WinUI 2 / UWP -->
1313
<ItemGroup Condition="'$(IsUwp)' == 'true'">
14-
<PackageReference Include="Win2D.uwp" Version="1.25.0"/>
14+
<PackageReference Include="Win2D.uwp" Version="1.28.0"/>
1515
</ItemGroup>
1616

1717
<!-- WinUI 2 / Uno -->

components/Media/src/Dependencies.props

Lines changed: 1 addition & 1 deletion
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="Win2D.uwp" Version="1.26.0" />
14+
<PackageReference Include="Win2D.uwp" Version="1.28.0" />
1515
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)