Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Aug 27, 2024
1 parent 371fc07 commit e5fa511
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 80 deletions.
6 changes: 3 additions & 3 deletions src/KKManager.Core/KKManager.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
<HintPath>..\packages\DotNetZip.1.16.0\lib\net40\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="MessagePack, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
<HintPath>..\packages\MessagePack.2.5.171\lib\net472\MessagePack.dll</HintPath>
<HintPath>..\packages\MessagePack.2.5.172\lib\net472\MessagePack.dll</HintPath>
</Reference>
<Reference Include="MessagePack.Annotations, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
<HintPath>..\packages\MessagePack.Annotations.2.5.171\lib\netstandard2.0\MessagePack.Annotations.dll</HintPath>
<HintPath>..\packages\MessagePack.Annotations.2.5.172\lib\netstandard2.0\MessagePack.Annotations.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>
</Reference>
<Reference Include="Microsoft.NET.StringTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.NET.StringTools.17.10.4\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
<HintPath>..\packages\Microsoft.NET.StringTools.17.11.4\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Mono.Cecil, Version=0.11.5.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
Expand Down
6 changes: 3 additions & 3 deletions src/KKManager.Core/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<packages>
<package id="Ben.Demystifier" version="0.4.1" targetFramework="net472" />
<package id="DotNetZip" version="1.16.0" targetFramework="net472" />
<package id="MessagePack" version="2.5.171" targetFramework="net472" />
<package id="MessagePack.Annotations" version="2.5.171" targetFramework="net472" />
<package id="MessagePack" version="2.5.172" targetFramework="net472" />
<package id="MessagePack.Annotations" version="2.5.172" targetFramework="net472" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net472" />
<package id="Microsoft.NET.StringTools" version="17.10.4" targetFramework="net472" />
<package id="Microsoft.NET.StringTools" version="17.11.4" targetFramework="net472" />
<package id="Mono.Cecil" version="0.11.5" targetFramework="net472" />
<package id="NetSettingBinder" version="1.1.6062.19744" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
Expand Down
38 changes: 19 additions & 19 deletions src/KKManager.Updater/KKManager.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.Core.3.7.304.25\lib\net45\AWSSDK.Core.dll</HintPath>
<HintPath>..\packages\AWSSDK.Core.3.7.400.11\lib\net45\AWSSDK.Core.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.S3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.S3.3.7.310.2\lib\net45\AWSSDK.S3.dll</HintPath>
<HintPath>..\packages\AWSSDK.S3.3.7.402.2\lib\net45\AWSSDK.S3.dll</HintPath>
</Reference>
<Reference Include="Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a, processorArchitecture=MSIL">
<HintPath>..\packages\Ben.Demystifier.0.4.1\lib\net45\Ben.Demystifier.dll</HintPath>
Expand All @@ -70,10 +70,10 @@
<HintPath>..\packages\MegaApiClient.1.10.4\lib\net471\MegaApiClient.dll</HintPath>
</Reference>
<Reference Include="MessagePack, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
<HintPath>..\packages\MessagePack.2.5.171\lib\net472\MessagePack.dll</HintPath>
<HintPath>..\packages\MessagePack.2.5.172\lib\net472\MessagePack.dll</HintPath>
</Reference>
<Reference Include="MessagePack.Annotations, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
<HintPath>..\packages\MessagePack.Annotations.2.5.171\lib\netstandard2.0\MessagePack.Annotations.dll</HintPath>
<HintPath>..\packages\MessagePack.Annotations.2.5.172\lib\netstandard2.0\MessagePack.Annotations.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 @@ -85,7 +85,7 @@
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.NET.StringTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.NET.StringTools.17.10.4\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
<HintPath>..\packages\Microsoft.NET.StringTools.17.11.4\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Windows7APICodePack-Core.1.1.0.0\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
Expand All @@ -94,40 +94,40 @@
<HintPath>..\packages\Windows7APICodePack-Shell.1.1.0.0\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="Mono.Nat, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6c9468a3c21bc6d1, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\Mono.Nat.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\Mono.Nat.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.BEncoding, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.BEncoding.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.BEncoding.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.Client, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.Client.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.Client.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.Connections, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.Connections.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.Connections.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.Dht, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.Dht.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.Dht.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.Factories, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.Factories.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.Factories.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.Messages, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.Messages.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.Messages.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.PiecePicking, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.PiecePicking.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.PiecePicking.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.PieceWriter, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.PieceWriter.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.PieceWriter.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.PortForwarding, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.PortForwarding.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.PortForwarding.dll</HintPath>
</Reference>
<Reference Include="MonoTorrent.Trackers, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoTorrent.3.0.0\lib\net472\MonoTorrent.Trackers.dll</HintPath>
<HintPath>..\packages\MonoTorrent.3.0.2\lib\net472\MonoTorrent.Trackers.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down Expand Up @@ -372,8 +372,8 @@
<None Include="Resources\aichika.png" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\AWSSDK.S3.3.7.310.2\analyzers\dotnet\cs\AWSSDK.S3.CodeAnalysis.dll" />
<Analyzer Include="..\packages\AWSSDK.S3.3.7.310.2\analyzers\dotnet\cs\SharedAnalysisCode.dll" />
<Analyzer Include="..\packages\AWSSDK.S3.3.7.402.2\analyzers\dotnet\cs\AWSSDK.S3.CodeAnalysis.dll" />
<Analyzer Include="..\packages\AWSSDK.S3.3.7.402.2\analyzers\dotnet\cs\SharedAnalysisCode.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\ReusableTasks.4.0.0\build\ReusableTasks.targets" Condition="Exists('..\packages\ReusableTasks.4.0.0\build\ReusableTasks.targets')" />
Expand Down
14 changes: 7 additions & 7 deletions src/KKManager.Updater/packages.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AWSSDK.Core" version="3.7.304.25" targetFramework="net472" />
<package id="AWSSDK.S3" version="3.7.310.2" targetFramework="net472" />
<package id="AWSSDK.Core" version="3.7.400.11" targetFramework="net472" />
<package id="AWSSDK.S3" version="3.7.402.2" targetFramework="net472" />
<package id="Ben.Demystifier" version="0.4.1" targetFramework="net472" />
<package id="FluentFTP" version="35.0.5" targetFramework="net472" />
<package id="FluentFTP" version="35.0.5" targetFramework="net472" allowedVersions="(,35.1)" />
<package id="MegaApiClient" version="1.10.4" targetFramework="net472" />
<package id="MessagePack" version="2.5.171" targetFramework="net472" />
<package id="MessagePack.Annotations" version="2.5.171" targetFramework="net472" />
<package id="MessagePack" version="2.5.172" targetFramework="net472" />
<package id="MessagePack.Annotations" version="2.5.172" targetFramework="net472" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net472" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.1" targetFramework="net472" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="8.0.1" targetFramework="net472" />
<package id="Microsoft.NET.StringTools" version="17.10.4" targetFramework="net472" />
<package id="Microsoft.NET.StringTools" version="17.11.4" targetFramework="net472" />
<package id="Mono.Nat" version="3.0.4" targetFramework="net472" />
<package id="MonoTorrent" version="3.0.0" targetFramework="net472" />
<package id="MonoTorrent" version="3.0.2" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
<package id="ObjectListView.Official" version="2.9.1" targetFramework="net472" />
<package id="ReusableTasks" version="4.0.0" targetFramework="net472" />
Expand Down
10 changes: 5 additions & 5 deletions src/KKManager/KKManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@
<HintPath>..\packages\DotNetZip.1.16.0\lib\net40\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="MessagePack, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
<HintPath>..\packages\MessagePack.2.5.171\lib\net472\MessagePack.dll</HintPath>
<HintPath>..\packages\MessagePack.2.5.172\lib\net472\MessagePack.dll</HintPath>
</Reference>
<Reference Include="MessagePack.Annotations, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
<HintPath>..\packages\MessagePack.Annotations.2.5.171\lib\netstandard2.0\MessagePack.Annotations.dll</HintPath>
<HintPath>..\packages\MessagePack.Annotations.2.5.172\lib\netstandard2.0\MessagePack.Annotations.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>
</Reference>
<Reference Include="Microsoft.NET.StringTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.NET.StringTools.17.10.4\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
<HintPath>..\packages\Microsoft.NET.StringTools.17.11.4\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Windows7APICodePack-Core.1.1.0.0\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
Expand Down Expand Up @@ -146,10 +146,10 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.3.1.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
<HintPath>..\packages\DockPanelSuite.3.1.1\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.ThemeVS2015.3.1.0\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
<HintPath>..\packages\DockPanelSuite.ThemeVS2015.3.1.1\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="ZstdSharp, Version=0.8.1.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
Expand Down
10 changes: 5 additions & 5 deletions src/KKManager/packages.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Ben.Demystifier" version="0.4.1" targetFramework="net472" />
<package id="DockPanelSuite" version="3.1.0" targetFramework="net472" />
<package id="DockPanelSuite.ThemeVS2015" version="3.1.0" targetFramework="net472" />
<package id="DockPanelSuite" version="3.1.1" targetFramework="net472" />
<package id="DockPanelSuite.ThemeVS2015" version="3.1.1" targetFramework="net472" />
<package id="DotNetZip" version="1.16.0" targetFramework="net472" />
<package id="MessagePack" version="2.5.171" targetFramework="net472" />
<package id="MessagePack.Annotations" version="2.5.171" targetFramework="net472" />
<package id="MessagePack" version="2.5.172" targetFramework="net472" />
<package id="MessagePack.Annotations" version="2.5.172" targetFramework="net472" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net472" />
<package id="Microsoft.NET.StringTools" version="17.10.4" targetFramework="net472" />
<package id="Microsoft.NET.StringTools" version="17.11.4" targetFramework="net472" />
<package id="NBug" version="1.2.2" targetFramework="net472" />
<package id="NetSettingBinder" version="1.1.6062.19744" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
Expand Down
Loading

0 comments on commit e5fa511

Please sign in to comment.