Skip to content

Commit

Permalink
chore: Adjust dependency on native package
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 23, 2024
1 parent 0aa96ce commit c269f11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuget/SkiaSharp.Views.WinUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release
<group targetFramework="net6.0-windows10.0.18362.0">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="Microsoft.WindowsAppSDK" version="1.0.0" />
<dependency id="SkiaSharp.NativeAssets.WinUI" version="1.0.0" />
</group>
<group targetFramework="net6.0-windows10.0.19041.0">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="Microsoft.WindowsAppSDK" version="1.0.0" />
<dependency id="SkiaSharp.NativeAssets.WinUI" version="1.0.0" />
</group>
</dependencies>

Expand Down

0 comments on commit c269f11

Please sign in to comment.