File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : Setup .NET SDK
4747 uses : actions/setup-dotnet@v4
4848 with :
49- dotnet-version : " 9.0.x"
49+ dotnet-version : " 10.0.x"
50+
51+ - name : Install SkiaSharp Linux dependencies
52+ run : sudo apt-get update && sudo apt-get install -y libfontconfig1
5053
5154 - name : Generate missing cover images (SkiaSharp)
5255 run : dotnet run --project tools/GenerateCovers --configuration Release --
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <!-- Single-file publish: dotnet publish -c Release -r RID -p:SelfContained=true -->
1313
1414 <ItemGroup >
1515 <PackageReference Include =" SkiaSharp" Version =" 3.119.2" />
16+ <!-- SkiaSharp 3.x does not pull Linux natives transitively for net10.0; required on ubuntu CI. -->
17+ <PackageReference Include =" SkiaSharp.NativeAssets.Linux" Version =" 3.119.2" />
1618 <PackageReference Include =" YamlDotNet" Version =" 16.3.0" />
1719 </ItemGroup >
1820
You can’t perform that action at this time.
0 commit comments