Skip to content

Commit

Permalink
Merge remote-tracking branch 'sec/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava committed Oct 29, 2021
2 parents c404fa3 + a3e3067 commit 51f2e3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<Import Project="..\Tizen.UIExtensions.Common\Tizen.UIExtensions.Common.projitems" Label="Shared" />

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Graphics" Version="6.0.101-preview.10.566" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="6.0.101-preview.10.566" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="6.0.101-preview.9.512" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="6.0.101-preview.9.512" />
<PackageReference Include="SkiaSharp.Views" Version="2.88.0-preview.145" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Tizen.UIExtensions.NUI/Tizen.UIExtensions.NUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Graphics" Version="6.0.101-preview.10.566" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="6.0.101-preview.10.566" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="6.0.101-preview.9.512" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="6.0.101-preview.9.512" />
<PackageReference Include="SkiaSharp.Views" Version="2.88.0-preview.145" />
</ItemGroup>

Expand Down

0 comments on commit 51f2e3f

Please sign in to comment.