Skip to content

Commit

Permalink
Use forked CliWrap
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
hawkeye116477 committed Nov 19, 2024
1 parent 2b183c7 commit 0b7aebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/NileLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
<HintPath>packages\ByteSize.2.1.2\lib\net45\ByteSize.dll</HintPath>
</Reference>
<Reference Include="CliWrap, Version=3.6.7.0, Culture=neutral, PublicKeyToken=1c4a4fc2d6886e5a, processorArchitecture=MSIL">
<HintPath>packages\CliWrap.3.6.7\lib\net462\CliWrap.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\CliWrap\CliWrap\bin\Release\net462\CliWrap.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
Expand All @@ -56,8 +57,8 @@
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down
3 changes: 1 addition & 2 deletions src/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ByteSize" version="2.1.2" targetFramework="net462" />
<package id="CliWrap" version="3.6.7" targetFramework="net462" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net462" />
<package id="PlayniteSDK" version="6.4.0" targetFramework="net462" />
<package id="System.Buffers" version="4.5.1" targetFramework="net462" />
<package id="System.Memory" version="4.5.5" targetFramework="net462" />
<package id="System.Memory" version="4.5.4" targetFramework="net462" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net462" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.3" targetFramework="net462" />
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net462" />
Expand Down

0 comments on commit 0b7aebb

Please sign in to comment.