Implement AngleSharp.XPath breaking changes

Bump of B warranted, more in the release notes
This commit is contained in:
JustArchi
2022-08-06 18:51:32 +02:00
parent 5c6ca3fee2
commit f3229fa45f
10 changed files with 64 additions and 48 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/40
"allowedVersions": "< 2.0",
"matchManagers": [ "nuget" ],
"matchPackageNames": [ "AngleSharp.XPath" ]
}
]
}