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
This commit is contained in:
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…
Reference in New Issue