From a785ae35365035ce6dbeec47551e6bed0b9e72e9 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 5 Aug 2022 21:32:18 +0200 Subject: [PATCH] Revert "Resolve AngleSharp.XPath issue" This reverts commit 661786adf2ab2818fc9a4ad3ce17abcfd55f351d. --- .github/renovate.json5 | 6 ++++++ Directory.Packages.props | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 200c54878..9b453a75a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,6 +19,12 @@ "allowedVersions": "<= 3.1", "matchManagers": [ "nuget" ], "matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ] + }, + { + // TODO: https://github.com/AngleSharp/AngleSharp.XPath/issues/36 + "allowedVersions": "< 2.0", + "matchManagers": [ "nuget" ], + "matchPackageNames": [ "AngleSharp.XPath" ] } ] } diff --git a/Directory.Packages.props b/Directory.Packages.props index d2625da21..c7eb630f3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,6 @@ - +