Skip to content

Commit

Permalink
Upgrade SkiaSharp to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Dec 9, 2024
1 parent 0be2f4e commit b6abb35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LoadTestToolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="LiveChartsCore.SkiaSharpView" Version="2.0.0-beta.700" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="8.3.0.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.9" />
<PackageReference Include="SkiaSharp" Version="3.116.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="3.116.1" />
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
</ItemGroup>
Expand Down

0 comments on commit b6abb35

Please sign in to comment.