Skip to content

Commit

Permalink
Fix compatibility with qBittorrent 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarovich committed Oct 11, 2024
1 parent 738bca0 commit c579412
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NJsonSchema" Version="9.14.1" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.8" />
<PackageReference Include="QBittorrent.Client" Version="1.9.23349.1" />
<PackageReference Include="QBittorrent.Client" Version="1.9.24285.1" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="5.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net46'">
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net46'">
Expand Down

0 comments on commit c579412

Please sign in to comment.