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:
Taloth Saldono 2021-09-30 21:09:51 +02:00
parent 9111799f46
commit 0d99c87d87
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{