diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Emby.Drawing.Skia/Emby.Drawing.Skia.csproj | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 880e63a7f..9309d315a 100644 --- a/.gitignore +++ b/.gitignore @@ -234,7 +234,7 @@ pip-log.txt #Mr Developer .mr.developer.cfg -/.vs +.vs/ ########## # Rider diff --git a/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj b/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj index 498f6c69e..1bbb0b1c1 100644 --- a/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj +++ b/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj @@ -9,7 +9,6 @@ <PackageReference Include="SkiaSharp" Version="1.68.0" /> <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="1.68.0" /> <PackageReference Include="Jellyfin.SkiaSharp.NativeAssets.LinuxArm" Version="1.68.0" /> - <PackageReference Include="Jellyfin.SkiaSharp.NativeAssets.LinuxMusl" Version="1.68.0" /> </ItemGroup> <ItemGroup> |
