Skip to content

Commit

Permalink
Downgrade AngleSharp into 0.9.9 to match Playnite's version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterken committed Jun 3, 2024
1 parent b2f484c commit 2e68ed0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DLsiteMetadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AngleSharp, Version=1.1.2.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
<HintPath>packages\AngleSharp.1.1.2\lib\net461\AngleSharp.dll</HintPath>
<Reference Include="AngleSharp, Version=0.9.9.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
<HintPath>packages\AngleSharp.0.9.9\lib\net45\AngleSharp.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.11.61.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>packages\HtmlAgilityPack.1.11.61\lib\Net45\HtmlAgilityPack.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions DLsiteScrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Threading.Tasks;
using AngleSharp;
using AngleSharp.Dom;
using AngleSharp.Extensions;
using Playnite.SDK;

namespace DLsiteMetadata;
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AngleSharp" version="1.1.2" targetFramework="net462" />
<package id="AngleSharp" version="0.9.9" targetFramework="net462" />
<package id="HtmlAgilityPack" version="1.11.61" targetFramework="net462" />
<package id="JetBrains.Annotations" version="2023.3.0" targetFramework="net462" />
<package id="PlayniteSDK" version="6.11.0" targetFramework="net462" />
Expand Down

0 comments on commit 2e68ed0

Please sign in to comment.