Resolve AngleSharp.XPath issue

This commit is contained in:
JustArchi
2022-07-20 22:17:08 +02:00
parent 6c63b6db68
commit 661786adf2
2 changed files with 1 additions and 7 deletions

View File

@@ -19,12 +19,6 @@
"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" ]
}
]
}