diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-18 22:30:42 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-18 22:30:42 -0500 |
| commit | 77d52cf02f4a6f9b76f7ec7e6863f7231c375533 (patch) | |
| tree | f5bfab8389d613d5d51f27e3c22b8c206161338d /Emby.Drawing.Skia | |
| parent | 1dc8ff9e910c3bd34960a2b2e8f9b3e633c28620 (diff) | |
revert back to skiasharp 1.58.1
Diffstat (limited to 'Emby.Drawing.Skia')
| -rw-r--r-- | Emby.Drawing.Skia/Emby.Drawing.Skia.csproj | 4 | ||||
| -rw-r--r-- | Emby.Drawing.Skia/packages.config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj b/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj index 6024c3d2c..f2b32d52c 100644 --- a/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj +++ b/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj @@ -63,8 +63,8 @@ <EmbeddedResource Include="fonts\robotoregular.ttf" /> </ItemGroup> <ItemGroup> - <Reference Include="SkiaSharp, Version=1.59.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> - <HintPath>..\packages\SkiaSharp.1.59.2\lib\portable-net45+win8+wpa81+wp8\SkiaSharp.dll</HintPath> + <Reference Include="SkiaSharp, Version=1.58.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> + <HintPath>..\packages\SkiaSharp.1.58.1\lib\portable-net45+win8+wpa81+wp8\SkiaSharp.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> diff --git a/Emby.Drawing.Skia/packages.config b/Emby.Drawing.Skia/packages.config index 1aa3653cd..2b9b0aee4 100644 --- a/Emby.Drawing.Skia/packages.config +++ b/Emby.Drawing.Skia/packages.config @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <packages> - <package id="SkiaSharp" version="1.59.2" targetFramework="portable45-net45+win8" /> + <package id="SkiaSharp" version="1.58.1" targetFramework="portable45-net45+win8" /> </packages>
\ No newline at end of file |
