Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #125 from zZBrigadierZz/main
Browse files Browse the repository at this point in the history
Updated microsoft graphics to 6.0.501.
  • Loading branch information
jsuarezruiz authored Oct 4, 2022
2 parents 5ff4d1b + 9e4eb08 commit 57d4ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Microsoft.Maui.Graphics.Controls.MultiTargeting.targets
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@

<ItemGroup Condition="$(TargetFramework.Contains('-windows')) == true ">
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.3.1" />
<PackageReference Include="Microsoft.Maui.Graphics.Win2D.WinUI.Desktop" Version="6.0.403" />
<PackageReference Include="Microsoft.Maui.Graphics.Win2D.WinUI.Desktop" Version="6.0.501" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/GraphicsControls/GraphicsControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageId>Microsoft.Maui.Graphics.Controls</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Graphics" Version="6.0.403" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="6.0.501" />
</ItemGroup>
<Import Project="..\..\Microsoft.Maui.Graphics.Controls.MultiTargeting.targets" />
</Project>

0 comments on commit 57d4ad7

Please sign in to comment.