mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-18 23:40:30 +00:00
Downgrade AngleSharp.XPath due to https://github.com/AngleSharp/AngleSharp.XPath/issues/36
This commit is contained in:
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@@ -19,6 +19,12 @@
|
|||||||
"allowedVersions": "<= 3.1",
|
"allowedVersions": "<= 3.1",
|
||||||
"matchManagers": [ "nuget" ],
|
"matchManagers": [ "nuget" ],
|
||||||
"matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ]
|
"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" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageVersion Include="AngleSharp.XPath" Version="2.0.0" />
|
<PackageVersion Include="AngleSharp.XPath" Version="1.1.7" />
|
||||||
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" />
|
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" />
|
||||||
<PackageVersion Include="CryptSharpStandard" Version="1.0.0" />
|
<PackageVersion Include="CryptSharpStandard" Version="1.0.0" />
|
||||||
<PackageVersion Include="Humanizer" Version="2.14.1" />
|
<PackageVersion Include="Humanizer" Version="2.14.1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user