From 6d771412b3172f98dcf38da246267e33ce98c0ca Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 30 Dec 2018 14:06:28 +0000 Subject: [PATCH] downgraded SkiaSharp to 1.60.3 (bug in 1.68). --- DeathSocket/DeathSocket.fsproj | 2 +- DeathSocket/ImageServices.fs | 1 - DeathSocketCLI/DeathSocketCLI.fsproj | 6 +++--- DeathSocketCLI/packages.config | 2 +- TestCentre/LibraryTests.fs | 4 ++-- TestCentre/TestCentre.fsproj | 6 +++--- TestCentre/packages.config | 2 +- 7 files changed, 11 insertions(+), 12 deletions(-) diff --git a/DeathSocket/DeathSocket.fsproj b/DeathSocket/DeathSocket.fsproj index 5004753..ab27a1b 100644 --- a/DeathSocket/DeathSocket.fsproj +++ b/DeathSocket/DeathSocket.fsproj @@ -30,7 +30,7 @@ - + diff --git a/DeathSocket/ImageServices.fs b/DeathSocket/ImageServices.fs index 6b2d748..2562a7d 100644 --- a/DeathSocket/ImageServices.fs +++ b/DeathSocket/ImageServices.fs @@ -76,7 +76,6 @@ let drawSkiaRGBGrid spec = use fileStream = File.Open (spec.originalPath, FileMode.Open) use skStream = new SKManagedStream (fileStream) - use t = new SKBitmap () use bitmap = SKBitmap.Decode (skStream) use shader = SKShader.CreateBitmap (bitmap, SKShaderTileMode.Mirror, SKShaderTileMode.Mirror) diff --git a/DeathSocketCLI/DeathSocketCLI.fsproj b/DeathSocketCLI/DeathSocketCLI.fsproj index 5bd45b7..cf3d00a 100644 --- a/DeathSocketCLI/DeathSocketCLI.fsproj +++ b/DeathSocketCLI/DeathSocketCLI.fsproj @@ -66,7 +66,7 @@ - ..\packages\SkiaSharp.1.68.0\lib\net45\SkiaSharp.dll + ..\packages\SkiaSharp.1.60.3\lib\net45\SkiaSharp.dll @@ -86,12 +86,12 @@ True - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +