Skip to content

Commit

Permalink
Add SkiaSharp.Views reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Oct 13, 2023
1 parent 4c8b84f commit 70b5fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Versions.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<MicrosoftMauiGraphicsVersion>8.0.0-rc.2.9373</MicrosoftMauiGraphicsVersion>
<MicrosoftMauiGraphicsVersion>6.0.300-rc.3.1336</MicrosoftMauiGraphicsVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.3.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<SkiaSharpVersion>2.88.6</SkiaSharpVersion>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Tizen.UIExtensions.NUI/Tizen.UIExtensions.NUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Graphics" Version="$(MicrosoftMauiGraphicsVersion)" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="$(MicrosoftMauiGraphicsVersion)" />
<PackageReference Include="SkiaSharp.Views" Version="$(SkiaSharpVersion)" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('tizen')) == true">
Expand Down

0 comments on commit 70b5fc7

Please sign in to comment.