Fixed: Bumped mono workaround version from 6.10 to 7.x for btls trust chain coz they still haven't fixed it after over a year

pull/4673/head v3.0.6.1342
Taloth Saldono 3 years ago
parent 9111799f46
commit 0d99c87d87

@ -19,7 +19,7 @@ namespace NzbDrone.RuntimePatches.Mono
private static BoringTLSVerifyFlagsPatch Instance;
public override Version MonoMinVersion => new Version(5, 0);
public override Version MonoMaxVersion => new Version(6, 10);
public override Version MonoMaxVersion => new Version(7, 0);
protected override void Patch()
{

Loading…
Cancel
Save