From 0b7aebb52555ec7deb4a3848f38bc6506b52505c Mon Sep 17 00:00:00 2001 From: hawkeye116477 Date: Tue, 19 Nov 2024 14:58:56 +0100 Subject: [PATCH] Use forked CliWrap That will make possible to use same version of System.Memory as Playnite. So wouldn't cause problems if it caused (I didn't noticed) --- src/NileLibrary.csproj | 7 ++++--- src/packages.config | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/NileLibrary.csproj b/src/NileLibrary.csproj index 1079af4..338dab0 100644 --- a/src/NileLibrary.csproj +++ b/src/NileLibrary.csproj @@ -39,7 +39,8 @@ packages\ByteSize.2.1.2\lib\net45\ByteSize.dll - packages\CliWrap.3.6.7\lib\net462\CliWrap.dll + False + ..\..\CliWrap\CliWrap\bin\Release\net462\CliWrap.dll packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll @@ -56,8 +57,8 @@ - - packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + packages\System.Memory.4.5.4\lib\net461\System.Memory.dll diff --git a/src/packages.config b/src/packages.config index d45683e..c50c6f0 100644 --- a/src/packages.config +++ b/src/packages.config @@ -1,11 +1,10 @@  - - +