Skip to content

Commit

Permalink
Update to the latest stable SkiaSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Dec 4, 2024
1 parent b51fc91 commit 90cfc7e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions samples/SkiaSharpDemo/SkiaSharpDemo.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
<!-- <TargetFrameworks>$(TargetFrameworks);net9.0-tizen</TargetFrameworks> -->
<OutputType>Exe</OutputType>
<RootNamespace>SkiaSharpDemo</RootNamespace>
<UseMaui>true</UseMaui>
Expand All @@ -13,11 +13,10 @@
<Nullable>enable</Nullable>

<!-- Display name -->
<ApplicationTitle>SkiaSharpDemo</ApplicationTitle>
<ApplicationTitle>EkiaSharp Ex.</ApplicationTitle>

<!-- App Identifier -->
<ApplicationId>com.companyname.skiasharpdemo</ApplicationId>
<ApplicationIdGuid>954102ed-ac59-4330-b3c7-312d3691d65b</ApplicationIdGuid>

<!-- Versions -->
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
Expand All @@ -32,10 +31,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HarfBuzzSharp" Version="8.3.0-preview.6.1" />
<PackageReference Include="HarfBuzzSharp" Version="8.3.0" />
<PackageReference Include="NLipsum" Version="1.1.0" />
<PackageReference Include="Svg.Skia" Version="2.0.0.2" />
<PackageReference Include="Topten.RichTextKit" Version="0.4.166" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="3.116.0-preview.6.1" />
<PackageReference Include="SkiaSharp.Skottie" Version="3.116.0-preview.6.1" />
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="3.116.0-preview.6.1" />
<PackageReference Include="SkiaSharp" Version="3.116.0" />
<PackageReference Include="SkiaSharp.Skottie" Version="3.116.0" />
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="3.116.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/SkiaSharp.Extended/SkiaSharp.Extended.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="3.116.0-preview.6.1" />
<PackageReference Include="SkiaSharp" Version="3.116.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="3.116.0-preview.6.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.116.0-preview.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="SkiaSharp" Version="3.116.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.116.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -7,15 +7,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="3.116.0-preview.6.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.116.0-preview.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="SkiaSharp" Version="3.116.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.116.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 90cfc7e

Please sign in to comment.