From bcceb0c39cf7e898acda9c137cba4f6777b938b9 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 4 Jun 2022 21:41:02 +0200 Subject: [PATCH] Downgrade AngleSharp.XPath due to https://github.com/AngleSharp/AngleSharp.XPath/issues/36 --- .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 90d68dfcf..bf4c291af 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,6 @@ - +