Skip to content

Commit 0d99c87

Browse files
committed
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
1 parent 9111799 commit 0d99c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sonarr.RuntimePatches/Mono/BoringTLSVerifyFlagsPatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class BoringTLSVerifyFlagsPatch : MonoRuntimePatchBase
1919
private static BoringTLSVerifyFlagsPatch Instance;
2020

2121
public override Version MonoMinVersion => new Version(5, 0);
22-
public override Version MonoMaxVersion => new Version(6, 10);
22+
public override Version MonoMaxVersion => new Version(7, 0);
2323

2424
protected override void Patch()
2525
{

0 commit comments

Comments
 (0)