[App] Ensure Linux uses specific Skia version.

Yes, again.
This commit is contained in:
2025-07-28 05:03:54 +01:00
parent 627c59bcd0
commit 4eef291174
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
<PackageReference Include="Serilog.Sinks.Console"/>
<PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer"/>
<PackageReference Include="Text.Analyzers"/>
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Condition="$(RuntimeIdentifier.StartsWith('linux'))"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RomRepoMgr.Database\RomRepoMgr.Database.csproj"/>